MCPcopy 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
293utils::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