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