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

Method start

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

Source from the content-addressed store, hash-verified

45 ~timerutil() { ::timeEndPeriod(1); }
46
47 void start() { t_[0] = ::timeGetTime(); }
48 void end() { t_[1] = ::timeGetTime(); }
49
50 time_t sec() { return (time_t)((t_[1] - t_[0]) / 1000); }

Callers 1

TestLoadObjFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestLoadObjFunction · 0.36