IProfileProcessor

Namespace: WellFired.Profile

Description

Implement this interface if you want to provide custom profile processors. For example, you could use this functionality if you wanted to create a custom analytics processor, sending all recorded data to an analytics provider, for instance.

Public Methods

void RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders )
void RecordingUpdated ( )
void RecordingStopped ( )

Breakdown

  • void RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders )

    Description

    The Record has been started

    Parameters

    probeRecorders This recording session will record these probes
  • void RecordingUpdated ( )

    Description

    The recording data has been updated.

  • void RecordingStopped ( )

    Description

    The recording has stopped.