MProfilerController Class Reference

class MProfilerController

The interface that the extra controller must implement to access the profiler.

Constructor & Destructor Documentation

MProfilerController(MProfilerEngine &)

MProfilerController ( MProfilerEngine & aEngine ) [protected, inline]

Parameters

MProfilerEngine & aEngine

Member Functions Documentation

Control(Profiler::TState)

TInt Control ( Profiler::TState aCommand ) const [inline]

Ask the profiler to change state

Parameters

Profiler::TState aCommand

GetState()

Profiler::TState GetState ( ) const [inline]

Release()

void Release ( ) [pure virtual]

Release the controller from the profiler. This is invoked when the profiler is unloading.

Member Data Documentation

MProfilerEngine & iEngine

MProfilerEngine & iEngine [private]