Skip to content

Commit f9fbd7d

Browse files
authored
Update README.md
fix a few refs.
1 parent 488b9e3 commit f9fbd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python -m scorep --mpp=mpi --thread=pthread <script.py>
6262
The instrumenter ist the key part of the bindings.
6363
He registers with the Python tracing interface, and cares about the fowarding of events to Score-P.
6464
There are currently three different instrumenter types available as described in the following section [Instrumenter Types](#instrumenter-types) .
65-
A user interface, to dynamically enable and disable the automatic instrumentation, using the python hooks, is also available and described under [Instrumenter User Interface](instrumenter-user-interface)
65+
A user interface, to dynamically enable and disable the automatic instrumentation, using the python hooks, is also available and described under [Instrumenter User Interface](#instrumenter-user-interface)
6666

6767
### Instrumenter Types
6868
With version 2.0 of the python bindings, the term "instrumenter" is introduced. The instrumenter describes the class that maps the Python `trace` or `profile` events to Score-P. Please be aware, that `trace` and `profile` does not refer to the traditional Score-P terms of tracing and profiling, but to the Python functions [sys.settrace](https://docs.python.org/3/library/sys.html#sys.settrace) and [sys.setprofile](https://docs.python.org/3/library/sys.html#sys.setprofile).
@@ -76,7 +76,7 @@ Currently there are the following tacers available:
7676
The `profile` instrumenter should have a smaller overhead than `trace`.
7777

7878
It is possible to disable the instrumenter passing `--noinstrumenter`.
79-
However, the [Instrumenter User Interface](instrumenter-user-interface) may override this flag.
79+
However, the [Instrumenter User Interface](#instrumenter-user-interface) may override this flag.
8080

8181
### Instrumenter User Interface
8282

0 commit comments

Comments
 (0)