How to read this?
Looking at column names, I assume that calls is the number of function calls during profiling period
In what units is time measured? seconds, ms, ns?
How are those averages calculated? If you look at screenshot, it shows 887114 of calls for lookFor, but total average is 32.18, what does it mean.
I was looking for some ways of estimating CPU\RAM usage running code in training room before buying game license, how do I interpolate data from profiler into approximate usage?
How to read this? Looking at column names, I assume that
calls
is the number of function calls during profiling period In what units is time measured? seconds, ms, ns? How are those averages calculated? If you look at screenshot, it shows 887114 of calls forlookFor
, but total average is 32.18, what does it mean. I was looking for some ways of estimating CPU\RAM usage running code in training room before buying game license, how do I interpolate data from profiler into approximate usage?