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

Method StatData

src/clsparseTimer/clsparseTimer-device.hpp:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 std::vector< cl::Event > outEvents;
46
47 StatData( ): deltaNanoSec( 0 ), doubleNanoSec( 0 )
48 {}
49
50 StatData( std::vector< cl::Event >& vecEvent ): deltaNanoSec( 0 ), doubleNanoSec( 0 )
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected