Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ g2
Function
g2
IntelPresentMon/SampleClient/LogDemo.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void g2() {
33
throw Except<LogDemoException>(
"something bad happened here"
);
34
}
35
void g1() {
36
g2();
37
}
Callers
1
g1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected