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

Method getStdDev

src/benchmarks/cusparse-bench/src/statisticalTimer.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236double
237StatisticalTimer::getStdDev( sTimerID id ) const
238{
239 double variance = getVariance( id );
240
241 return sqrt( variance );
242}
243
244double
245StatisticalTimer::getAverageTime( sTimerID id ) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected