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

#include <juce_AudioProcessLoadMeasurer.h>

Public Member Functions

 ScopedTimer (AudioProcessLoadMeasurer &)
 
 ScopedTimer (AudioProcessLoadMeasurer &, int numSamplesInBlock)
 

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 72 of file juce_AudioProcessLoadMeasurer.h.


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