OLD | NEW |
1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. | 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. |
2 .TH PPROF "1" "February 2005" "pprof (part of google-perftools)" Google | 2 .TH PPROF "1" "February 2005" "pprof (part of gperftools)" Google |
3 .SH NAME | 3 .SH NAME |
4 pprof \- manual page for pprof (part of google-perftools) | 4 pprof \- manual page for pprof (part of gperftools) |
5 .SH SYNOPSIS | 5 .SH SYNOPSIS |
6 .B pprof | 6 .B pprof |
7 [\fIoptions\fR] \fI<program> <profile>\fR | 7 [\fIoptions\fR] \fI<program> <profile>\fR |
8 .SH DESCRIPTION | 8 .SH DESCRIPTION |
9 .IP | 9 .IP |
10 Prints specified cpu- or heap-profile | 10 Prints specified cpu- or heap-profile |
11 .SH OPTIONS | 11 .SH OPTIONS |
12 .TP | 12 .TP |
13 \fB\-\-cum\fR | 13 \fB\-\-cum\fR |
14 Sort by cumulative data | 14 Sort by cumulative data |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 Dissassembly (with per-PC annotations) for getdir() | 118 Dissassembly (with per-PC annotations) for getdir() |
119 .SH COPYRIGHT | 119 .SH COPYRIGHT |
120 Copyright \(co 2005 Google Inc. | 120 Copyright \(co 2005 Google Inc. |
121 .SH "SEE ALSO" | 121 .SH "SEE ALSO" |
122 Further documentation for | 122 Further documentation for |
123 .B pprof | 123 .B pprof |
124 is maintained as a web page called | 124 is maintained as a web page called |
125 .B cpu_profiler.html | 125 .B cpu_profiler.html |
126 and is likely installed at one of the following locations: | 126 and is likely installed at one of the following locations: |
127 .IP | 127 .IP |
128 .B /usr/share/google-perftools/cpu_profiler.html | 128 .B /usr/share/gperftools/cpu_profiler.html |
129 .br | 129 .br |
130 .B /usr/local/share/google-perftools/cpu_profiler.html | 130 .B /usr/local/share/gperftools/cpu_profiler.html |
131 .PP | 131 .PP |
OLD | NEW |