OpenShot Library | libopenshot-audio 0.2.0
juce::AudioProcessLoadMeasurer::ScopedTimer Struct Reference

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

#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.

{
myCallback->doTheCallback();
}
Holds a resizable array of primitive or copy-by-value objects.
Definition juce_Array.h:60
This class measures the time between its construction and destruction and adds it to an AudioProcessL...

Definition at line 76 of file juce_AudioProcessLoadMeasurer.h.

Constructor & Destructor Documentation

◆ ScopedTimer()

juce::AudioProcessLoadMeasurer::ScopedTimer::ScopedTimer ( AudioProcessLoadMeasurer p)

Definition at line 69 of file juce_AudioProcessLoadMeasurer.cpp.

◆ ~ScopedTimer()

juce::AudioProcessLoadMeasurer::ScopedTimer::~ScopedTimer ( )

Definition at line 74 of file juce_AudioProcessLoadMeasurer.cpp.


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