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

Function modInstrumentationSetup

xs/platforms/pico/xsHost.c:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283#ifdef mxInstrument
284
285void modInstrumentationSetup(xsMachine *the)
286{
287 espInitInstrumentation(the);
288 modInstrumentMachineBegin(the, espSampleInstrumentation, espInstrumentCount, (char**)espInstrumentNames, (char**)espInstrumentUnits);
289}
290
291static int32_t modInstrumentationSystemFreeMemory(void *theIn)
292{

Callers

nothing calls this directly

Calls 2

espInitInstrumentationFunction · 0.70

Tested by

no test coverage detected