Adds HPC entry for lo2s
Compare changes
- Mario Bielert authored
@@ -82,7 +82,7 @@ amount of memory for its operation. Unfortunately, the amount of memory depends
@@ -82,7 +82,7 @@ amount of memory for its operation. Unfortunately, the amount of memory depends
can lead to extreme cases there the buffers are orders of magnitude larger than the resulting trace.
@@ -110,7 +110,7 @@ above, there are no other processes running.
@@ -110,7 +110,7 @@ above, there are no other processes running.
You can stop the measurement by sending `lo2s` a `SIGINT` signal or hit `ctrl+C`. However, if you pass
a program, `lo2s` will start that program and run the measurement until the started process finishes.
Of course, the process and any of its subprocesses and threads will be visible in the resulting trace.
@@ -119,7 +119,7 @@ marie@compute$ lo2s -a -- sleep 10
@@ -119,7 +119,7 @@ marie@compute$ lo2s -a -- sleep 10
Like in the `process monitoring mode`, `lo2s` can also sample instructions in the system monitoring mode.
You can enable the instruciton sampling by passing the `--instruction-sampling` parameter to `lo2s`.
@@ -129,9 +129,9 @@ marie@compute$ lo2s -a --instruction-sampling -- make -j
@@ -129,9 +129,9 @@ marie@compute$ lo2s -a --instruction-sampling -- make -j
You can find a large set of plugins in the [Score-P Organization on Github](https://github.com/score-p).