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

Method getAverageTime

src/client/statisticalTimer.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241double
242StatisticalTimer::getAverageTime( sTimerID id ) const
243{
244 if( normalize )
245 return getMean( id ) / clkFrequency;
246 else
247 return getMean( id );
248}
249
250double
251StatisticalTimer::getMinimumTime( sTimerID id ) const

Callers 3

time_in_nsMethod · 0.80
time_in_nsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected