| 283 | #ifdef mxInstrument |
| 284 | |
| 285 | void modInstrumentationSetup(xsMachine *the) |
| 286 | { |
| 287 | espInitInstrumentation(the); |
| 288 | modInstrumentMachineBegin(the, espSampleInstrumentation, espInstrumentCount, (char**)espInstrumentNames, (char**)espInstrumentUnits); |
| 289 | } |
| 290 | |
| 291 | static int32_t modInstrumentationSystemFreeMemory(void *theIn) |
| 292 | { |
nothing calls this directly
no test coverage detected