All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcProfilingSummaryData Struct Reference

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...
 

Detailed Description

Struct containing output data from profiling.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: