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

Function FCEU_profiler_log_thread_activity

src/profiler.cpp:362–366  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

360
361//-------------------------------------------------------------------------
362int FCEU_profiler_log_thread_activity(void)
363{
364 FCEU::execList.update();
365 return 0;
366}
367#endif // __FCEU_PROFILER_ENABLE__

Callers 2

fceuWrapperUpdateFunction · 0.85
updatePeriodicMethod · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected