We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
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.