File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,22 @@ We normally use this tool to test performance counter settings and to
17
17
measure whole-program statistics.
18
18
19
19
20
+ perfgroup
21
+ ---------
22
+
23
+ Similar to rawperf, but instead of monitoring a single application, it
24
+ starts a group of applications and monitors all of the applications.
25
+
26
+ Just like rawperf, it dumps application statistics on exit and when
27
+ receiving a SIGUSR1. Unlike rawperf, counter statistics are always
28
+ printed on STDERR.
29
+
30
+ Perfgroup automatically pins target applications to OS threads. By
31
+ default, it pins applications to threads sequentially, starting with
32
+ thread 0. The '-c'/'--cpu-list' option can be used to specify custom
33
+ mappings between target applications and OS threads.
34
+
35
+
20
36
perfrecord
21
37
----------
22
38
You can’t perform that action at this time.
0 commit comments