MCPcopy Create free account
hub / github.com/cyrusbehr/tensorrt-cpp-api / Stopwatch

Method Stopwatch

src/engine.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37public:
38 Stopwatch() : start_point(Clock::now()) {}
39
40 // Returns elapsed time
41 template <typename Rep = typename Clock::duration::rep, typename Units = typename Clock::duration> Rep elapsedTime() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected