JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 &)
 
 ScopedTimer (AudioProcessLoadMeasurer &, int numSamplesInBlock)
 

Detailed Description

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

e.g.

{
myCallback->doTheCallback();
}
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...
Definition juce_Memory.h:88
This class measures the time between its construction and destruction and adds it to an AudioProcessL...

@tags{Audio}

Definition at line 72 of file juce_AudioProcessLoadMeasurer.h.

Constructor & Destructor Documentation

◆ ScopedTimer() [1/2]

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

Definition at line 81 of file juce_AudioProcessLoadMeasurer.cpp.

◆ ScopedTimer() [2/2]

juce::AudioProcessLoadMeasurer::ScopedTimer::ScopedTimer ( AudioProcessLoadMeasurer p,
int  numSamplesInBlock 
)

Definition at line 86 of file juce_AudioProcessLoadMeasurer.cpp.

◆ ~ScopedTimer()

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

Definition at line 94 of file juce_AudioProcessLoadMeasurer.cpp.


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