MCPcopy 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
112AbstractParser *
113lastFrameLoopParser(AbstractParser *parser, int loopCount)
114{
115 return new LastFrameLoopParser(parser, loopCount);
116}
117
118
119} /* namespace trace */

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected