MCPcopy Create free account
hub / github.com/TASEmulators/fceux / pushStack

Method pushStack

src/profiler.cpp:196–199  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

194}
195//-------------------------------------------------------------------------
196void profilerFuncMap::pushStack(funcProfileRecord *rec)
197{
198 stack.push_back(rec);
199}
200//-------------------------------------------------------------------------
201void profilerFuncMap::popStack(funcProfileRecord *rec)
202{

Callers 5

profileFuncScopedMethod · 0.80
jquery.min.jsFile · 0.80
jquery.min.jsFile · 0.80
jquery.min.jsFile · 0.80
jquery.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected