MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / sec

Method sec

engine/3rdparty/tinyobjloader/loader_example.cc:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void end() { t_[1] = ::timeGetTime(); }
49
50 time_t sec() { return (time_t)((t_[1] - t_[0]) / 1000); }
51 time_t msec() { return (time_t)((t_[1] - t_[0])); }
52 time_t usec() { return (time_t)((t_[1] - t_[0]) * 1000); }
53 time_t current() { return ::timeGetTime(); }

Callers 2

msecMethod · 0.95
usecMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected