Hello,
So I am using Vtune to profile my system while I use a generated workload. What I am trying to do is get the data for 15ms intervals for the entire run. Here are some of the things I am running:
System profiling
General exploration -> Hardware event sample count viewpoint
Bottom up view
Core, HW context, Function, Callstack -> (I am filtering in by 1 cpu. So my data is only for 1 cpu)
Then I am selecting 15ms time frams and filtering so I get all the relevant statistics for this small time frame. My problem is that doing this would take a lifetime. I need to be able to just export all the 15ms intervals to a CSV or excel or something. I found:
C:\Users\User\Documents\Amplifier XE\Projects\Test2\r001ge
There is an sqlite-db folder and I used a db browser to look into it. It LOOKS like this would do what I need it to do. The problem is that I dont know what the command would be to look at the database in a meaningful or really the same way I was looking at the table in the GUI. Can someone help me with that or maybe tell me if there is a better way of doing this?