Provided by: dmtracedump_6.0.1+r16-4_amd64
NAME
dmtracedump - Java method trace dump tool
SYNOPSIS
dmtracedump [-ho] [-s sortable] [-d trace-file-name] [-g outfile] trace-file-name
DESCRIPTION
dmtracedump is a tool that gives you an alternate way of generating graphical call-stack diagrams from trace log files (instead of using Traceview). The tool loads trace log data from trace-file-name.data and trace-file-name.key.
OPTIONS
-d trace-file-name Diff with this trace -g outfile Write graph to outfile -k When writing a graph, keep the intermediate DOT file -h Turn on HTML output -o Dump the dmtrace file instead of profiling -s URL base to where the sortable JavaScript file -t threshold Threshold percentage for including nodes in the graph
SEE ALSO
https://developer.android.com/tools/help/dmtracedump.html
AUTHORS
The Android Open Source Project.