'\" t .\" Title: perf-timechart .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 06/24/2012 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF_3.2\-TIMECHART" "1" "06/24/2012" "perf" "perf Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" perf-timechart \- Tool to visualize total system behavior during a workload .SH "SYNOPSIS" .sp .nf .fi .SH "DESCRIPTION" .sp There are two variants of perf timechart: .sp .if n \{\ .RS 4 .\} .nf \*(Aqperf timechart record \*(Aq to record the system level events of an arbitrary workload\&. .fi .if n \{\ .RE .\} .sp .if n \{\ .RS 4 .\} .nf \*(Aqperf timechart\*(Aq to turn a trace into a Scalable Vector Graphics file, that can be viewed with popular SVG viewers such as \*(AqInkscape\*(Aq\&. .fi .if n \{\ .RE .\} .SH "OPTIONS" .PP \-o, \-\-output= .RS 4 Select the output file (default: output\&.svg) .RE .PP \-i, \-\-input= .RS 4 Select the input file (default: perf\&.data) .RE .PP \-w, \-\-width= .RS 4 Select the width of the SVG file (default: 1000) .RE .PP \-P, \-\-power\-only .RS 4 Only output the CPU power section of the diagram .RE .PP \-p, \-\-process .RS 4 Select the processes to display, by name or PID .RE .PP \-\-symfs= .RS 4 Look for files with symbols relative to this directory\&. .RE .SH "SEE ALSO" .sp \fBperf_3.2-record\fR(1)