1PERF-TIMECHART(1) perf Manual PERF-TIMECHART(1)
2
3
4
6 perf-timechart - Tool to visualize total system behavior during a
7 workload
8
11 There are two variants of perf timechart:
12
13 'perf timechart record <command>' to record the system level events
14 of an arbitrary workload.
15
16 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
17 that can be viewed with popular SVG viewers such as 'Inkscape'.
18
20 -o, --output=
21 Select the output file (default: output.svg)
22
23 -i, --input=
24 Select the input file (default: perf.data)
25
26 -w, --width=
27 Select the width of the SVG file (default: 1000)
28
29 -P, --power-only
30 Only output the CPU power section of the diagram
31
32 -p, --process
33 Select the processes to display, by name or PID
34
36 perf-record(1)
37
38
39
40perf 2.6.35.14-106.fc 11/23/2011 PERF-TIMECHART(1)