screeps-profiler icon indicating copy to clipboard operation
screeps-profiler copied to clipboard

Improved time calculation (excluding sub-functions) and differentiation by caller

Open TyrionWarMage opened this issue 8 years ago • 2 comments

Major: time is now excluding sub-function call times list now differentiated by parent function

Minor: added sum, as measured sum of function calls added init, as time spend initiating added delta to sum/total/init added Market to observed classed

TyrionWarMage avatar Dec 22 '16 12:12 TyrionWarMage

This uses way too much memory unfortunately.

ezolenko avatar Apr 26 '17 15:04 ezolenko

Hmmm, I'm not sure that I like removing the sub calls by default. This'll definitely impact current users. I wonder if that could be optioned via a top-down vs bottom-up flag.

gdborton avatar Apr 27 '17 17:04 gdborton