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

Function modInstrumentationSetup

xs/platforms/nrf52/xsHost.c:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245#ifdef mxInstrument
246
247void modInstrumentationSetup(xsMachine *the)
248{
249 espInitInstrumentation(the);
250 modInstrumentMachineBegin(the, espSampleInstrumentation, espInstrumentCount, (char**)espInstrumentNames, (char**)espInstrumentUnits);
251}
252
253static int32_t modInstrumentationSystemFreeMemory(void *theIn)
254{

Callers

nothing calls this directly

Calls 2

espInitInstrumentationFunction · 0.70

Tested by

no test coverage detected