github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
timotimo with the moarperf commits i just pushed the call graph explorer now shows OSR and the two kinds of deopt 20:42
next is an overview page so it's easy to discover the functions that have some osr or deopt to them 20:44
jnthn Nice :) 20:48
timotimo profiling my SDL2 test thingie makes me want a feature that lets me turn specific functions into "not actually time spent" so it gets subtracted from everything else 20:49
because SDL_RenderPresent will be doing some sleeping when the renderer has VSync turned on
of course, if your program is spending 90% of its time waiting for VSync, that's a good sign for your performance
but having every bar in the profiler be shrunk down by that factor is not so great :) 20:50