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

Method getAverageTime

src/clsparseTimer/clsparseTimer-device.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346std::vector< StatData >
347clsparseDeviceTimer::getAverageTime( size_t id )
348{
349 return getMean( id );
350}
351
352std::vector< StatData >
353clsparseDeviceTimer::getMinimumTime( size_t id )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected