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
AUTHORS
The Android Open Source Project.