Hello everyone,
Currently, I'm using JTrace and Ozone for my project to measure execution time automation base on jlinkscript, I have some question relate to it, please help
1. How can I start or stop tracing application in C code?
2. How to measure execution time of functions and sub-functions in application (bare metal application)?
For Ex : I have a function like this,
Display All
I can export log of execution time for functions A, B, C. But how can I create a log with call graph in jlinkscrip? like below
----FunctionA 10ns
-------- FunctionB 5ns
------------FunctionC 2ns
3. How can I open full call graph of functions?
Thank you,
Tuan
Currently, I'm using JTrace and Ozone for my project to measure execution time automation base on jlinkscript, I have some question relate to it, please help
1. How can I start or stop tracing application in C code?
2. How to measure execution time of functions and sub-functions in application (bare metal application)?
For Ex : I have a function like this,
C Source Code
I can export log of execution time for functions A, B, C. But how can I create a log with call graph in jlinkscrip? like below
----FunctionA 10ns
-------- FunctionB 5ns
------------FunctionC 2ns
3. How can I open full call graph of functions?
Thank you,
Tuan
The post was edited 2 times, last by tuandt2 ().