Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PrintInfo
Function · 0.45
TestLoadObj
Function · 0.45
GetCustomParameter
Method · 0.45
LoadObj
Function · 0.45
LoadObjWithCallback
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestLoadObj
Function · 0.36