You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-19
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
#Score-P power and energy event plugin counter
1
+
#Score-P power and energy event plugin counter
2
2
3
-
This is the Score-P power and energy event plugin counter for Intel Sandybridge
4
-
and AMD Bulldozer. The plugin supports reading `msr` registers directly or through the `x86_adapt`
5
-
library.
3
+
This is the Score-P power and energy event plugin counter for Intel Sandy Bridge and AMD Bulldozer. The plugin supports reading `msr` registers directly or through the `x86_adapt` library.
6
4
7
-
##Compilation and Installation
5
+
##Compilation and Installation
8
6
9
-
###Prerequisites
7
+
###Prerequisites
10
8
11
9
To compile this plugin, you need:
12
10
@@ -30,7 +28,7 @@ To compile this plugin, you need:
30
28
The kernel module `x86_adapt_driver` should be active and and should have reading access to
31
29
`/dev/x86_adapt/cpu/*`.
32
30
33
-
###Build Options
31
+
###Build Options
34
32
35
33
*`X86E_STATIC` (default off)
36
34
@@ -53,7 +51,7 @@ To compile this plugin, you need:
53
51
54
52
Build for Score-P (alternative: build for VampirTrace).
55
53
56
-
###Building
54
+
###Building
57
55
58
56
1. Create a build directory
59
57
@@ -89,9 +87,9 @@ To compile this plugin, you need:
89
87
> If `x86_energy` is linked dynamic then the location of `x86_energy` has to be in the
90
88
> `LD_LIBRARY_PATH` as well.
91
89
92
-
##Usage
90
+
##Usage
93
91
94
-
###Score-P
92
+
###Score-P
95
93
96
94
To add a kernel event counter to your trace, you have to specify the environment variable
97
95
`SCOREP_METRIC_PLUGINS`, e.g.
@@ -100,23 +98,23 @@ To add a kernel event counter to your trace, you have to specify the environment
100
98
101
99
Then you can select the software events that shall be recorded (see "Available Metrics").
102
100
103
-
###VampirTrace
101
+
###VampirTrace
104
102
105
103
To add a kernel event counter to your trace, you have to specify the environment variable
106
104
`VT_PLUGIN_CNTR_METRICS`.
107
105
108
-
###Available Metrics
106
+
###Available Metrics
109
107
110
108
`SCOREP_METRIC_X86ENERGY_PLUGIN`/`VT_PLUGIN_CNTR_METRICS` specifies the software events that shall
111
109
be recorded when tracing an application. You can add the following metrics:
112
110
113
111
*`*_energy`
114
112
115
-
Collect energy consumption information for every avaible counter.
113
+
Collect energy consumption information for every available counter.
116
114
117
115
*`*_power`
118
116
119
-
Collect power consumption information for every avabile counter.
117
+
Collect power consumption information for every available counter.
0 commit comments