Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ProfileFuncLevel::Thread Class Reference

a profiled thread More...

#include <profile_funclevel.h>

Public Member Functions

 Thread (void)
 
bool EnumProfile (unsigned index, Id &id) const
 Enumerates the list of known function level profile values.
 
unsigned GetId (void) const
 Returns a unique thread ID (not related to Windows thread ID)
 

Detailed Description

a profiled thread

Definition at line 163 of file profile_funclevel.h.

Constructor & Destructor Documentation

◆ Thread()

ProfileFuncLevel::Thread::Thread ( void )
inline

Definition at line 168 of file profile_funclevel.h.

Member Function Documentation

◆ EnumProfile()

bool ProfileFuncLevel::Thread::EnumProfile ( unsigned index,
Id & id ) const

Enumerates the list of known function level profile values.

Note
These values are not sorted in any way.
Parameters
indexindex value, >=0
idreturn buffer for ID value
Returns
true if ID found at given index, false if not

Definition at line 770 of file profile_funclevel.cpp.

◆ GetId()

unsigned ProfileFuncLevel::Thread::GetId ( void ) const
inline

Returns a unique thread ID (not related to Windows thread ID)

Returns
profile thread ID

Definition at line 186 of file profile_funclevel.h.


The documentation for this class was generated from the following files: