profile entry More...
#include <internal_funclevel.h>
Public Member Functions | |
| void | Copy (const Profile &src) |
| void | MixIn (const Profile &src) |
Public Attributes | |
| __int64 | callCount |
| call count | |
| __int64 | tickPure |
| pure time | |
| __int64 | tickTotal |
| total time | |
| UnsignedMap | caller |
| caller list | |
| ProfileFuncLevelTracer * | tracer |
| tracer for this profile | |
profile entry
Definition at line 90 of file internal_funclevel.h.
|
inline |
Definition at line 107 of file internal_funclevel.h.
|
inline |
Definition at line 115 of file internal_funclevel.h.
| __int64 ProfileFuncLevelTracer::Profile::callCount |
call count
Definition at line 93 of file internal_funclevel.h.
| UnsignedMap ProfileFuncLevelTracer::Profile::caller |
caller list
Definition at line 102 of file internal_funclevel.h.
| __int64 ProfileFuncLevelTracer::Profile::tickPure |
pure time
Definition at line 96 of file internal_funclevel.h.
| __int64 ProfileFuncLevelTracer::Profile::tickTotal |
total time
Definition at line 99 of file internal_funclevel.h.
| ProfileFuncLevelTracer* ProfileFuncLevelTracer::Profile::tracer |
tracer for this profile
Definition at line 105 of file internal_funclevel.h.