Hello.
I'm using streamline to profile an application but I'm interested only in the grand finale total sum of a particular counter. Is there this functionality in streamline or do I've to process the whole streamline report output and sum up the values of the time series?
Thanks,
Hi Joe,
that was exactly what I was looking for. One follow up question is: Is there a way to collect this "summary information" from command line?
Thank you.
Hi,
It's not directly possible, though you could just output everything and then sum the counter you're interested in with a script (or other method). Here's the info on using Streamline from the command line if it helps:
ARM DS-5 Using ARM Streamline : Chapter 15 Using Streamline on the Command Line
Joe