.\" Automatically generated by Pandoc 1.17.2 .\" .TH "DMTRACEDUMP" "1" "7.0.0_r1" "android\-platform\-dalvik" "dmtracedump Manuals" .hy .SH NAME .PP dmtracedump \- Java method trace dump tool .SH SYNOPSIS .PP \f[B]dmtracedump\f[] [\-h] [\-o] [\-s \f[I]sortable\f[]] [\-d \f[I]trace\-file\-name\f[]] [\-g \f[I]outfile\f[]] \f[I]trace\-file\-name\f[] .SH DESCRIPTION .PP \f[B]dmtracedump\f[] is a tool that gives you an alternate way of generating graphical call\-stack diagrams from trace log files (instead of using Traceview). .PP The tool loads trace log data from \f[B]\f[I]trace\-file\-name\f[].data\f[] and \f[B]\f[I]trace\-file\-name\f[].key\f[]. .SH OPTIONS .TP .B \-d \f[I]trace\-file\-name\f[] Diff with this trace .RS .RE .TP .B \-g \f[I]outfile\f[] Write graph to \f[I]outfile\f[] .RS .RE .TP .B \-k When writing a graph, keep the intermediate DOT file .RS .RE .TP .B \-h Turn on HTML output .RS .RE .TP .B \-o Dump the dmtrace file instead of profiling .RS .RE .TP .B \-s URL base to where the sortable JavaScript file .RS .RE .TP .B \-t \f[I]threshold\f[] Threshold percentage for including nodes in the graph .RS .RE .SH SEE ALSO .PP https://developer.android.com/tools/help/dmtracedump.html .SH AUTHORS The Android Open Source Project.