Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitrace/apitrace
/ lastFrameLoopParser
Function
lastFrameLoopParser
lib/trace/trace_parser_loop.cpp:112–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
AbstractParser *
113
lastFrameLoopParser(AbstractParser *parser, int loopCount)
114
{
115
return new LastFrameLoopParser(parser, loopCount);
116
}
117
118
119
} /* namespace trace */
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected