Diana Software
Classes | Functions | Variables
BenchmarkFFT.C File Reference

Go to the source code of this file.

Classes

struct  BenchmarkData
 

Functions

void usage ()
 
double GetTime_ms (time_t t0, clock_t c0, time_t t1, clock_t c1)
 
void BenchmarkTransform (int NRuns, int WinSize, BenchmarkData &results)
 
int main (int argc, char *argv[])
 

Variables

const char * progname
 

Function Documentation

◆ BenchmarkTransform()

void BenchmarkTransform ( int  NRuns,
int  WinSize,
BenchmarkData results 
)

◆ GetTime_ms()

double GetTime_ms ( time_t  t0,
clock_t  c0,
time_t  t1,
clock_t  c1 
)

Definition at line 48 of file BenchmarkFFT.C.

References t0.

Referenced by BenchmarkTransform().

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ usage()

void usage ( )

Definition at line 37 of file BenchmarkFFT.C.

References progname.

Referenced by main().

Variable Documentation

◆ progname

const char* progname

Definition at line 18 of file BenchmarkFFT.C.

Referenced by main(), and usage().