summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2017-04-11 13:51:04 +0100
committerJose Fonseca <jfonseca@vmware.com>2017-04-11 13:53:47 +0100
commitf99bf0db20e0bffa6a69ee0f47f131fbddbcadaf (patch)
tree6b943f83397d22ef34adbca4d028304075320fd6 /docs
parent038054be03e376671ae8a4b888dc98fdbfa3091d (diff)
cli: Remove trim-auto.
Per https://lists.freedesktop.org/archives/apitrace/2017-April/001215.html Actually the GUI was incorrectly using trim-auto. This was a mistake from my d9809aa93ce4bdeb57f1ab81decea4b54cf20026 commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.markdown6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/USAGE.markdown b/docs/USAGE.markdown
index 6070f00b..ed3d826a 100644
--- a/docs/USAGE.markdown
+++ b/docs/USAGE.markdown
@@ -384,12 +384,6 @@ 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'
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
-
## Profiling a trace ##