MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / startFrame

Method startFrame

common/Profiler.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62void Profiler::startFrame(void)
63{
64 if(!profile) return;
65 start = timer.time();
66}
67
68
69void Profiler::endFrame(long pixels, long bytes, double incFrames)

Callers 11

runMethod · 0.80
runMethod · 0.80
compressSendMethod · 0.80
makeAnaglyphMethod · 0.80
makePassiveMethod · 0.80
readPixelsMethod · 0.80
runMethod · 0.80
sendFrameMethod · 0.80
readPixelsMethod · 0.80
runMethod · 0.80
sendFrameMethod · 0.80

Calls 1

timeMethod · 0.80

Tested by

no test coverage detected