Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <instrumentationhandler.h>
Link against: instrumentationhandler.lib
This item is not part of the S60 5th Edition SDK

Class CInstrumentationHandler

Interface status: test

class CInstrumentationHandler : public CBase;

Description

CInstrumentationHandler: Implements RaiseEventNotification to enable code to be instrumented.

Derivation

Members

Defined in CInstrumentationHandler:

Inherited from CBase:


Construction and destruction


NewLC()

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C static CInstrumentationHandler* NewLC();

Description

Return value

CInstrumentationHandler *


NewL()

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C static CInstrumentationHandler* NewL();

Description

Return value

CInstrumentationHandler *

[Top]


Member functions


RaiseEventNotification(TInt)

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C void RaiseEventNotification(TInt aEventTag);

Description

Parameters

TInt aEventTag


RaiseEventNotificationAfter(TInt)

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C void RaiseEventNotificationAfter(TInt aEventTag);

Description

Parameters

TInt aEventTag


GetRecordCount(void)

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C TInt GetRecordCount(void);

Description

Return value

TInt


CopyRecord(TInstrumentationEventInformation *,TInt)

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C void CopyRecord(TInstrumentationEventInformation *aRecord, TInt aIndex);

Description

Parameters

TInstrumentationEventInformation *aRecord

TInt aIndex


ClearLog()

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C void ClearLog();

Description


SetLogBufferSizeL(TInt)

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C TInt SetLogBufferSizeL(TInt aLogBufferSize);

Description

Parameters

TInt aLogBufferSize

Return value

TInt


Configuration()

Interface status: test Inherited from: CInstrumentationHandler

IMPORT_C CConfiguration* Configuration();

Description

Return value

CConfiguration *