Showing how many times a function is called in a tick
casperwtf opened this issue ยท 26 comments
Description
There are plenty of times when the issue with a given function isn't related to the code within the function but by the sheer number of calls to that function, having a counter to say how often a function is being called per tick would nice.
Proposed Behaviour
Include data on how many times that function is being called.
Extra Details
Having this on a tick to tick basis would be appreciated to debug errors in code where specific cases (such as players joining) causes functions to run too many times.