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

Method end

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

Source from the content-addressed store, hash-verified

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); }
51 time_t msec() { return (time_t)((t_[1] - t_[0])); }

Callers 5

PrintInfoFunction · 0.45
TestLoadObjFunction · 0.45
GetCustomParameterMethod · 0.45
LoadObjFunction · 0.45
LoadObjWithCallbackFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestLoadObjFunction · 0.36