| 245 | #ifdef mxInstrument |
| 246 | |
| 247 | void modInstrumentationSetup(xsMachine *the) |
| 248 | { |
| 249 | espInitInstrumentation(the); |
| 250 | modInstrumentMachineBegin(the, espSampleInstrumentation, espInstrumentCount, (char**)espInstrumentNames, (char**)espInstrumentUnits); |
| 251 | } |
| 252 | |
| 253 | static int32_t modInstrumentationSystemFreeMemory(void *theIn) |
| 254 | { |
nothing calls this directly
no test coverage detected