| 2502 | } |
| 2503 | |
| 2504 | void fxStopProfiling(txMachine* the, void* stream) |
| 2505 | { |
| 2506 | #if defined(mxInstrument) || defined(mxProfile) |
| 2507 | if (!the->profiler) |
| 2508 | return; |
| 2509 | // if (the->frame) |
| 2510 | // fxAbort(the, XS_FATAL_CHECK_EXIT); |
| 2511 | fxDeleteProfiler(the, stream); |
| 2512 | #endif |
| 2513 | } |
| 2514 | |
| 2515 | #ifdef mxFrequency |
| 2516 |
no test coverage detected