On 01/04/16 17:08, Tom Browder wrote:
Alternatively, there's a qt-based profiler up on tadzik's github that can
read the json blob (you will have to --profile-filename=blahblah.json to get
that), but it doesn't evaluate as much of the data - it'll potentially even
fail completely what with the recent changes i made :S
...
That looks like the place to start to me...
The one big problem with the qt-based profiler is that the json library
it uses refuses to work with files over a certain limit, and we easily
reach that limit. So that's super dumb :(
- Timo