Audacity 3.2.0
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
14class wxWindow;
15class AudacityProject;
16
17AUDACITY_DLL_API
18void RunBenchmark( wxWindow *parent, AudacityProject &project );
19
20#endif // define __AUDACITY_BENCHMARK__
AUDACITY_DLL_API void RunBenchmark(wxWindow *parent, AudacityProject &project)
Definition: Benchmark.cpp:90
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90