![]() |
![]() |
Defines | |
| #define | TRACEUTIL_SUCCESS 0 |
| #define | TRACEUTIL_FAILURE -1 |
Functions | |
| Int | TraceUtil_start (String engineName) |
| Begin using the TraceUtil module; create thread that periodically collects DSP trace. | |
| Int | TraceUtil_stop (Void) |
| Finish using the TraceUtil module, stop the collecting thread. | |
| #define TRACEUTIL_SUCCESS 0 |
Success.
| #define TRACEUTIL_FAILURE -1 |
General system error.
| Int TraceUtil_start | ( | String | engineName | ) |
Begin using the TraceUtil module; create thread that periodically collects DSP trace.
| [in] | engineName | Name of the engine. This uses the same name conventions as Engine_open()'s name. |
| TRACEUTIL_SUCCESS | Success. | |
| TRACEUTIL_FAILURE | Failed to initialize the necessary tracing resources. |
| Int TraceUtil_stop | ( | Void | ) |
Finish using the TraceUtil module, stop the collecting thread.
| TRACEUTIL_SUCCESS | Success. | |
| TRACEUTIL_FAILURE | Failed to free the necessary tracing resources. |