MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxWorkerInstrumentationTimer

Function fxWorkerInstrumentationTimer

modules/base/worker/pcWorker.c:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107#if defined(mxInstrument) && mxMacOSX
108static void fxWorkerInstrumentationTimer(CFRunLoopTimerRef timer, void *info)
109{
110 xsMachine *machine = info;
111 fxSampleInstrumentation(machine, 0, NULL);
112
113// extern void modInstrumentMachineReset(xsMachine *the);
114// modInstrumentMachineReset(machine);
115}
116#endif
117
118void fxWorkerInitialize(txWorker* worker)

Callers

nothing calls this directly

Calls 1

fxSampleInstrumentationFunction · 0.85

Tested by

no test coverage detected