diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/USAGE.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/USAGE.markdown b/docs/USAGE.markdown index d90dbe8c..eb4a8729 100644 --- a/docs/USAGE.markdown +++ b/docs/USAGE.markdown @@ -363,7 +363,7 @@ You can make a video of the output with gstreamer by doing You can truncate a trace by doing: - apitrace trim --exact --calls 0-12345 -o trimed.trace application.trace + apitrace trim --calls 0-12345 -o trimed.trace application.trace If you need precise control over which calls to trim you can specify the individual call numbers in a plain text file, as described in the 'Call sets' @@ -372,8 +372,8 @@ section above. There is also experimental support for automatically trimming the calls necessary for a given frame or call: - apitrace trim --auto --calls=12345 -o trimed.trace application.trace - apitrace trim --auto --frames=12345 -o trimed.trace application.trace + apitrace trim-auto --calls=12345 -o trimed.trace application.trace + apitrace trim-auto --frames=12345 -o trimed.trace application.trace ## Profiling a trace ## |