Struct containing output data from profiling. More...
#include <core/debug/kzc_profiling.h>
Public Attributes | |
| kzUint | hitCount |
| How many times the function was called. More... | |
| kzFloat | minimumTime |
| Minimum time spent in the function, in ms. More... | |
| kzFloat | maximumTime |
| Maximum time spent in the function, in ms. More... | |
| kzFloat | totalTime |
| Total time spent in the function, in ms. More... | |
| kzFloat | selfTime |
| Time spent in the function but not in any children, in ms. More... | |
| kzFloat | averageTime |
| Average time spent in the function, in ms. More... | |
Struct containing output data from profiling.
| kzUint KzcProfilingSummaryData::hitCount |
How many times the function was called.
Average per profiling sample.
| kzFloat KzcProfilingSummaryData::minimumTime |
Minimum time spent in the function, in ms.
| kzFloat KzcProfilingSummaryData::maximumTime |
Maximum time spent in the function, in ms.
| kzFloat KzcProfilingSummaryData::totalTime |
Total time spent in the function, in ms.
Average per profiling sample.
| kzFloat KzcProfilingSummaryData::selfTime |
Time spent in the function but not in any children, in ms.
Average per profiling sample.
| kzFloat KzcProfilingSummaryData::averageTime |
Average time spent in the function, in ms.
Average per profiling sample.