Tracing

Dynamic Animation Library

Home Page

Tracing

DALi provides a tracing mechanism which allows developers to optimize application performance by measuring and visualizing intrumented function calls. It aids in the understanding of where the systems is spending most of its time while an application is running.

Adding Tracing To Code

Some Macros have been provided to make adding tracing to the code much simpler.

Building DALi with Tracing Enabled

Ubuntu

Tizen

Running

Ubuntu

Tizen

TTrace is used on Tizen for tracing. More information about TTrace can be found here.

You need Tizen Studio on your machine to run TTrace. You can download it from here.

To run and view the tracing output, follow the steps below:

Enabling All Tracing

If enabling all tracing is required, then follow the following steps:

Back to top