blob: bd1ee55cef6a89ab37ab17211c88fd2d6079bc35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
perf-diff(1)
==============
NAME
----
perf-diff - Read perf.data (created by perf record) and display the profile
SYNOPSIS
--------
[verse]
'perf diff' [oldfile] [newfile]
DESCRIPTION
-----------
This command displays the performance difference among two perf.data files
captured via perf record.
If no parameters are passed it will assume perf.data.old and perf.data.
OPTIONS
-------
-p::
--percentage::
Show percentages instead of raw counters
-v::
--verbose::
Be verbose, for instance, show the raw counters in addition to the
diff.
SEE ALSO
--------
linkperf:perf-record[1]
|