summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 ##