microptimize callFunc() by only calling getFunctionName() when necessary
even though getFunctionName() is fast it showed up in the profiler because it get's called very often, but most of the time the actual value is not used.
Showing
Please register or sign in to comment