Audacity
3.2.0
src
Benchmark.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
Benchmark.h
6
7
Dominic Mazzoni
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_BENCHMARK__
12
#define __AUDACITY_BENCHMARK__
13
14
class
wxWindow;
15
class
AudacityProject
;
16
17
AUDACITY_DLL_API
18
void
RunBenchmark
( wxWindow *parent,
AudacityProject
&
project
);
19
20
#endif
// define __AUDACITY_BENCHMARK__
RunBenchmark
AUDACITY_DLL_API void RunBenchmark(wxWindow *parent, AudacityProject &project)
Definition:
Benchmark.cpp:91
project
const auto project
Definition:
TestWaveTrackMaker.cpp:18
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition:
Project.h:90
Generated by
1.9.3