DebugLogProcessor

Namespace: WellFired.Profile.Unity.Runtime

Implements: WellFired.Profile.ProfileProcessor.IProfileProcessor

Description

A custom Processor that prints all profiler information to the debug console.

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.