Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163795
b: refs/heads/master
c: 151750c
h: refs/heads/master
i:
  163793: 35383c8
  163791: 9579214
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Sep 19, 2009
1 parent e47defb commit ce5f56b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 288f023e708efd89d77ce9acf977a33a623ae83d
refs/heads/master: 151750cec5db3c7ea45255d2901e581e2162317a
35 changes: 35 additions & 0 deletions trunk/tools/perf/Documentation/perf-timechart.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
perf-timechart(1)
=================

NAME
----
perf-timechart - Tool to visualize total system behavior during a workload

SYNOPSIS
--------
[verse]
'perf timechart' {record}

DESCRIPTION
-----------
There are two variants of perf timechart:

'perf timechart record <command>' to record the system level events
of an arbitrary workload.

'perf timechart' to turn a trace into a Scalable Vector Graphics file,
that can be viewed with popular SVG viewers such as 'Inkscape'.

OPTIONS
-------
-o::
--output=::
Select the output file (default: output.svg)
-i::
--input=::
Select the input file (default: perf.data)


SEE ALSO
--------
linkperf:perf-record[1]
1 change: 1 addition & 0 deletions trunk/tools/perf/command-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ perf-sched mainporcelain common
perf-record mainporcelain common
perf-report mainporcelain common
perf-stat mainporcelain common
perf-timechart mainporcelain common
perf-top mainporcelain common
perf-trace mainporcelain common

0 comments on commit ce5f56b

Please sign in to comment.