MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / getAverageTime

Method getAverageTime

src/statTimer/statisticalTimer.CPU.cpp:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293cl_double
294CpuStatTimer::getAverageTime( size_t id ) const
295{
296 if( normalize )
297 return getMean( id ) / clkFrequency;
298 else
299 return getMean( id );
300}
301
302cl_double
303CpuStatTimer::getMinimumTime( size_t id ) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected