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

Method usec

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

Source from the content-addressed store, hash-verified

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(); }
54
55#else

Callers

nothing calls this directly

Calls 1

secMethod · 0.95

Tested by

no test coverage detected