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

Method getAverageTime

src/clsparseTimer/clsparseTimer-host.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected