Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoomingTech/Piccolo
/ end
Method
end
engine/3rdparty/tinyobjloader/examples/viewer/viewer.cc:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
79
void start() { t_[0] = ::timeGetTime(); }
80
void end() { t_[1] = ::timeGetTime(); }
81
82
time_t sec() { return (time_t)((t_[1] - t_[0]) / 1000); }
83
time_t msec() { return (time_t)((t_[1] - t_[0])); }
Callers
14
eliminateHoles
Method · 0.45
PrintInfo
Function · 0.45
computeSmoothingNormals
Function · 0.45
LoadObjAndConvert
Function · 0.45
Draw
Function · 0.45
StichObjs
Function · 0.45
gz_load
Function · 0.45
StackVector
Method · 0.45
StackVector
Class · 0.45
parseString
Function · 0.45
parseObj
Function · 0.45
CheckBraces
Function · 0.45
Calls
no outgoing calls
Tested by
1
PrintInfo
Function · 0.36