Using Streamline on the Command Line
ARM DUI 0482K
Copyright © 2010-2012 ARM. All rights reserved.
13-4
ID120712
Non-Confidential
-o, -output
<output>
In capture mode, output defines the name of the capture file. In analyze mode, it
defines the name of the Analysis Report and in report mode, it sends all output
text to the specified file.
The following option is available only in capture mode:
-duration <seconds>
Use the duration option with capture mode to set a maximum length for the
capture session. Enter the option with a the number of seconds that you want the
capture to last. The capture automatically terminates when it reaches that length.
For example, the following command triggers a 60 second capture session:
streamline -capture -duration 60 session.xml
The following options are unique to report mode:
-all
Outputs the contents of the Timeline, Call Paths, Functions, Stack, and Log
views. This is the default option.
-callpath
Outputs the contents of the table data of the Call Paths view. Subordinate
functions are indented.
Figure 13-2 The call paths report on the command line
-function
Outputs the contents of the Functions view.
-stack
Outputs the contents of the Stack view.
-log
Outputs the contents of the Log view.
-timeline
Outputs chart data from the Timeline view.
-bookmarks
Outputs all bookmarks stored in an Analysis Report, listing the time index
location of the bookmark and its text.
-template
Use this option with the location of a valid chart configuration file to list your
customized charts on the command line. Use the
Export snippet configuration
to a file
button in the Snippet menu of the Timeline view to create a valid
configuration, then use that file with the
-template
option.