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

Method getStdDev

src/client/statisticalTimer.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected