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

Function modInstrumentationSetup

xs/platforms/esp/xsHost.c:800–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798#ifdef mxInstrument
799
800void modInstrumentationSetup(xsMachine *the)
801{
802 espInitInstrumentation(the);
803 modInstrumentMachineBegin(the, espSampleInstrumentation, espInstrumentCount, (char**)espInstrumentNames, (char**)espInstrumentUnits);
804}
805
806static int32_t modInstrumentationSystemFreeMemory(void *theIn)
807{

Callers 1

modRunMachineSetupFunction · 0.50

Calls 2

espInitInstrumentationFunction · 0.70

Tested by

no test coverage detected