This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Exporting disassembly sample data in Streamline?

I would like to perform a really fine-grained analysis on a function's performance in Streamline. Specifically, I would like to be able to count how many times an Add operation is performed. In order to do this (effectively), I would need a .csv of the data described by the disassembler (see image). Additional points if I can get the timestamps of when a low-level operation was performed, not just a cumulative. Is such an export possible?

Parents
  • Does your target support trace? This is likely a better approach to get such detail - being a complete execution history of the target (you can filter to focus on the area of interest, especially use if the available trace buffer is limited).

    If you can use off-chip trace, the DSTREAM-PT tool supports up to 8GB of trace history.

Reply
  • Does your target support trace? This is likely a better approach to get such detail - being a complete execution history of the target (you can filter to focus on the area of interest, especially use if the available trace buffer is limited).

    If you can use off-chip trace, the DSTREAM-PT tool supports up to 8GB of trace history.

Children
No data