Home Previous Up Next Index

armarx::ProfilerListener

Overview

interface ProfilerListener

Derived Classes and Interfaces

ProfilerObserverInterface
dti::StatechartListenerInterface
::memoryx::ProfilerStorageInterface

Operation Index

reportNetworkTraffic
reportEvent
reportStatechartTransition
reportStatechartInputParameters
reportStatechartLocalParameters
reportStatechartOutputParameters
reportStatechartTransitionWithParameters
reportProcessCpuUsage
reportProcessMemoryUsage
reportEventList
reportStatechartTransitionList
reportStatechartInputParametersList
reportStatechartLocalParametersList
reportStatechartOutputParametersList
reportStatechartTransitionWithParametersList
reportProcessCpuUsageList
reportProcessMemoryUsageList

Operations

void reportNetworkTraffic(string id, string protocol, int inBytes, int outBytes)

void reportEvent(ProfilerEvent e)

void reportStatechartTransition(ProfilerStatechartTransition transition)

void reportStatechartInputParameters(ProfilerStatechartParameters inputParameters)

void reportStatechartLocalParameters(ProfilerStatechartParameters localParameters)

void reportStatechartOutputParameters(ProfilerStatechartParameters outputParameters)

void reportStatechartTransitionWithParameters(ProfilerStatechartTransitionWithParameters transition)

void reportProcessCpuUsage(ProfilerProcessCpuUsage process)

void reportProcessMemoryUsage(ProfilerProcessMemoryUsage memoryUsage)

void reportEventList(ProfilerEventList events)

void reportStatechartTransitionList(ProfilerStatechartTransitionList transitions)

void reportStatechartInputParametersList(ProfilerStatechartParametersList inputParametersList)

void reportStatechartLocalParametersList(ProfilerStatechartParametersList localParametersList)

void reportStatechartOutputParametersList(ProfilerStatechartParametersList outputParametersList)

void reportStatechartTransitionWithParametersList(ProfilerStatechartTransitionWithParametersList transitionList)

void reportProcessCpuUsageList(ProfilerProcessCpuUsageList processes)

void reportProcessMemoryUsageList(ProfilerProcessMemoryUsageList memoryUsages)


Home Previous Up Next Index