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

Method msec

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

Source from the content-addressed store, hash-verified

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

Callers 1

TestLoadObjFunction · 0.45

Calls 1

secMethod · 0.95

Tested by 1

TestLoadObjFunction · 0.36