Audacity 3.2.0
|
#include "Diags.h"
#include <wx/defs.h>
#include <wx/hash.h>
#include <wx/log.h>
#include <wx/stopwatch.h>
Go to the source code of this file.
Functions | |
void | diagnostics_do_diag (t_diag_struct *pDiag) |
void | diagnostics_do_diag_mem (t_diag_struct *pDiag, long amount) |
void | diagnostics_do_perfmon_start (t_diag_struct *pDiag, t_diag_struct **pRememberMe) |
void | diagnostics_do_perfmon_stop (t_diag_struct **ppDiag) |
void | diag_sample_test () |
Variables | |
static wxStopWatch | MasterWatch |
static bool | bStopWatchStarted = false |
void diag_sample_test | ( | ) |
void diagnostics_do_diag | ( | t_diag_struct * | pDiag | ) |
Definition at line 43 of file Diags.cpp.
References t_diag_struct::pMessage, and wxT().
void diagnostics_do_diag_mem | ( | t_diag_struct * | pDiag, |
long | amount | ||
) |
Definition at line 49 of file Diags.cpp.
References t_diag_struct::countdown, t_diag_struct::initial_count, t_diag_struct::least, t_diag_struct::most, t_diag_struct::most_recent, t_diag_struct::pMessage, t_diag_struct::total, and wxT().
void diagnostics_do_perfmon_start | ( | t_diag_struct * | pDiag, |
t_diag_struct ** | pRememberMe | ||
) |
Definition at line 65 of file Diags.cpp.
References bStopWatchStarted, MasterWatch, and t_diag_struct::most_recent.
void diagnostics_do_perfmon_stop | ( | t_diag_struct ** | ppDiag | ) |
Definition at line 76 of file Diags.cpp.
References t_diag_struct::countdown, t_diag_struct::initial_count, t_diag_struct::least, MasterWatch, t_diag_struct::most, t_diag_struct::most_recent, t_diag_struct::pMessage, t_diag_struct::total, and wxT().
|
static |
Definition at line 41 of file Diags.cpp.
Referenced by diagnostics_do_perfmon_start().
|
static |
Definition at line 40 of file Diags.cpp.
Referenced by diagnostics_do_perfmon_start(), and diagnostics_do_perfmon_stop().