Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
void
161
clsparseDeviceTimer::ClearData( )
162
{
163
timerData.clear( );
164
165
nEvents = 0;
166
nSamples = 0;
167
currID = 0;
168
currSample = 0;
169
currRecord = 0;
170
}
171
172
void
173
clsparseDeviceTimer::Clear( )
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected