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

Method ClearData

src/clsparseTimer/clsparseTimer-device.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void
161clsparseDeviceTimer::ClearData( )
162{
163 timerData.clear( );
164
165 nEvents = 0;
166 nSamples = 0;
167 currID = 0;
168 currSample = 0;
169 currRecord = 0;
170}
171
172void
173clsparseDeviceTimer::Clear( )

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected