Hello.
Is it possible, in ARM Streamline command line interface, to automatically start/stop the profiling session based on start/end of an specific program?
The context is like this. I need to profile different versions of a program (compiled with different optimizations...etc.) and be able to analyze the profile of each version independently. How could I approach that without being by manually starting/stopping the profile session?
Any help will be appreciated.
Hi divcesar,
You can set Streamline start and stop points in the debugger, just like you would set a trace start or stop point: ARM DS-5 Debugger User Guide : 4.9 Setting Streamline start and stop points
When you run the capture session, Streamline should then just record what you're interested in.
If you're interested in automating these tests, you can also set Streamline up to run locally on your target: ARM DS-5 Using ARM Streamline : 13.1 Capturing data on your target
Hope this helps,
Joe
Hello Joe,
thank you for the answer. That was exactly what I was looking for.
No problem, you're welcome!