Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void Profiler::startFrame(void)
63
{
64
if(!profile) return;
65
start = timer.time();
66
}
67
68
69
void Profiler::endFrame(long pixels, long bytes, double incFrames)
Callers
11
run
Method · 0.80
run
Method · 0.80
compressSend
Method · 0.80
makeAnaglyph
Method · 0.80
makePassive
Method · 0.80
readPixels
Method · 0.80
run
Method · 0.80
sendFrame
Method · 0.80
readPixels
Method · 0.80
run
Method · 0.80
sendFrame
Method · 0.80
Calls
1
time
Method · 0.80
Tested by
no test coverage detected