Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FeiYull/TensorRT-Alpha
/ ~DeviceTimer
Method
~DeviceTimer
utils/utils.cpp:293–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
utils::DeviceTimer::~DeviceTimer()
294
{
295
cudaEventDestroy(start);
296
cudaEventDestroy(end);
297
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected