#include <systemmonitor/recordtypes.h>
Link against: systemmonitor.lib
| class TInstrumentationEventInformation : public TSystemMonitorRecordBase |
| Public Member Functions | |
|---|---|
| TInstrumentationEventInformation(TInt, TProcessId, TThreadId) | |
| IMPORT_C TSystemMonitorTime | GetDateTime() |
| IMPORT_C TInt | GetEventTag() |
| IMPORT_C TProcessId | GetProcessId() |
| IMPORT_C TThreadId | GetThreadId() |
| Inherited Attributes | |
|---|---|
| TSystemMonitorRecordBase::iTime | |
TestTInstrumentationEventInformation: Inherits from TSystemMonitorRecordBase, modifies it to store instrumentation record information.
| IMPORT_C | TInstrumentationEventInformation | ( | TInt | aEventTag, |
| TProcessId | aProcessId, | |||
| TThreadId | aThreadId | |||
| ) | ||||