Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ProfileFuncLevelTracer::Profile Struct Reference

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
 
ProfileFuncLevelTracertracer
 tracer for this profile
 

Detailed Description

profile entry

Definition at line 90 of file internal_funclevel.h.

Member Function Documentation

◆ Copy()

void ProfileFuncLevelTracer::Profile::Copy ( const Profile & src)
inline

Definition at line 107 of file internal_funclevel.h.

◆ MixIn()

void ProfileFuncLevelTracer::Profile::MixIn ( const Profile & src)
inline

Definition at line 115 of file internal_funclevel.h.

Member Data Documentation

◆ callCount

__int64 ProfileFuncLevelTracer::Profile::callCount

call count

Definition at line 93 of file internal_funclevel.h.

◆ caller

UnsignedMap ProfileFuncLevelTracer::Profile::caller

caller list

Definition at line 102 of file internal_funclevel.h.

◆ tickPure

__int64 ProfileFuncLevelTracer::Profile::tickPure

pure time

Definition at line 96 of file internal_funclevel.h.

◆ tickTotal

__int64 ProfileFuncLevelTracer::Profile::tickTotal

total time

Definition at line 99 of file internal_funclevel.h.

◆ tracer

ProfileFuncLevelTracer* ProfileFuncLevelTracer::Profile::tracer

tracer for this profile

Definition at line 105 of file internal_funclevel.h.


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