Skip to content

Commit 78144f4

Browse files
committedMay 2, 2024··
perf chapter: fix link, add release history entry
1 parent ade2d35 commit 78144f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ by `Input Output Global <https://iohk.io/>`_.
2626
Release History
2727
---------------
2828

29+
* April, 2024
30+
31+
* :ref:`Linux Perf <Perf Chapter>` first draft finished.
32+
2933
* February, 2024
3034

3135
* :ref:`How to Debug <How To Debug chapter>` first draft finished.

‎src/Measurement_Observation/Binary_Profiling/linux_perf.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ Helpful One Liners
918918

919919
The most robust list is given by `Brendan Gregg <https://www.brendangregg.com/perf.html#OneLiners>`__.
920920

921-
#. Visualizing with `speedscope<https://www.speedscope.app/>`__. Speedscope
921+
#. Visualizing with `speedscope <https://www.speedscope.app/>`__. Speedscope
922922
directly `supports
923923
<https://github.com/jlfwong/speedscope/wiki/Importing-from-perf-(linux)>`__
924924
perf. You can drop your ``perf.data`` directly into the web app or if you

0 commit comments

Comments
 (0)
Please sign in to comment.