MCPcopy Create free account
hub / github.com/FeiYull/TensorRT-Alpha / HostTimer

Method HostTimer

utils/utils.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245utils::HostTimer::HostTimer()
246{
247 t1 = std::chrono::steady_clock::now();
248}
249
250float utils::HostTimer::getUsedTime()
251{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected