Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ Start
Method
Start
src/statTimer/statisticalTimer.GPU.cpp:190–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
void
191
GpuStatTimer::Start( size_t id )
192
{
193
currID = id;
194
currSample = 0;
195
}
196
197
void
198
GpuStatTimer::Stop( size_t id )
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected