TDynamicThreadInformation Class Reference

#include <systemmonitor/recordtypes.h>

Link against: systemmonitor.lib

class TDynamicThreadInformation : public TSystemMonitorRecordBase

Inherits from

Detailed Description

TestTDynamicThreadInformation: Inherits from TSystemMonitorRecordBase, modifies it to store dynamic thread information.

Constructor & Destructor Documentation

TDynamicThreadInformation ( TThreadId, TThreadPriority, TBool, TTimeIntervalMicroSeconds, TInt, TInt, TInt, TInt, TInt )

TDynamicThreadInformation(TThreadIdaID,
TThreadPriorityaPriority,
TBoolaProtected,
TTimeIntervalMicroSecondsaCPUTime,
TIntaProcessHandleCount,
TIntaThreadHandleCount,
TIntaRequestCount,
TIntaHeapSize,
TIntaStackSize
)

Member Function Documentation

GetCPUTime ( )

IMPORT_C TTimeIntervalMicroSecondsGetCPUTime()

GetHeapSize ( )

IMPORT_C TIntGetHeapSize()

GetID ( )

IMPORT_C TThreadIdGetID()

GetPriority ( )

IMPORT_C TThreadPriorityGetPriority()

GetProcessHandleCount ( )

IMPORT_C TIntGetProcessHandleCount()

GetProtected ( )

IMPORT_C TBoolGetProtected()

GetRequestCount ( )

IMPORT_C TIntGetRequestCount()

GetStackSize ( )

IMPORT_C TIntGetStackSize()

GetThreadHandleCount ( )

IMPORT_C TIntGetThreadHandleCount()