OpenShot Audio Library | OpenShotAudio  0.3.3
juce::AudioProcessLoadMeasurer::ScopedTimer Struct Reference

#include <juce_AudioProcessLoadMeasurer.h>

Public Member Functions

 ScopedTimer (AudioProcessLoadMeasurer &)
 

Detailed Description

This class measures the time between its construction and destruction and adds it to an AudioProcessLoadMeasurer.

e.g.

{
AudioProcessLoadMeasurer::ScopedTimer timer (myProcessLoadMeasurer);
myCallback->doTheCallback();
}

Definition at line 76 of file juce_AudioProcessLoadMeasurer.h.


The documentation for this struct was generated from the following files: