Tracer#

Functions#

bool omniClientTraceStart()

Start tracing using carb::tracer.

void omniClientTraceStop()

Stop tracing using carb::tracer.

Functions#

bool omniClientTraceStart()#

Start tracing using carb::tracer.

If the client library is already using tracer, this does nothing.

Tracing is automatically started during omniClientInitialize, but this function may be used if the tracer library was downloaded and installed while the application was running.

Returns:

True if tracing was enabled (or was already enabled)

void omniClientTraceStop()#

Stop tracing using carb::tracer.

If the client library is not using tracer, this does nothing.

Tracing is automatically stopped during omniClientShutdown, but this can be used to stop it early.