MCPcopy 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

eliminateHolesMethod · 0.45
PrintInfoFunction · 0.45
computeSmoothingNormalsFunction · 0.45
LoadObjAndConvertFunction · 0.45
DrawFunction · 0.45
StichObjsFunction · 0.45
gz_loadFunction · 0.45
StackVectorMethod · 0.45
StackVectorClass · 0.45
parseStringFunction · 0.45
parseObjFunction · 0.45
CheckBracesFunction · 0.45

Calls

no outgoing calls

Tested by 1

PrintInfoFunction · 0.36