Skip to content

Commit 4a806ae

Browse files
author
doyougnu
committed
mpo: refactor to bottom-up design
- closes: haskellfoundation#97
1 parent 42af27d commit 4a806ae

File tree

38 files changed

+101
-86
lines changed

38 files changed

+101
-86
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Binary Profiling and Probing
2+
----------------------------
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:glob:
7+
:name: binary_prof
8+
9+
linux_time
10+
linux_perf
11+
dtrace
12+
valgrind
13+
cachegrind
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _Perf Chapter:
22

3-
:lightgrey:`The perf utility`
4-
=============================
3+
:lightgrey:`The Linux perf utility`
4+
===================================
55

66
`TODO <https://github.com/input-output-hk/hs-opt-handbook.github.io/issues/30>`_
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. Time
22
3-
:lightgrey:`The time Utility`
4-
=============================
3+
:lightgrey:`The Linux time command`
4+
===================================
55

66
`TODO <https://github.com/input-output-hk/hs-opt-handbook.github.io/issues/31>`_
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Cmm Probes and Profiling
2+
------------------------
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:glob:
7+
:name: cmm_prof
8+
9+
cmm
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Core Probes and Profiling
2+
-------------------------
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:glob:
7+
:name: core_prof
8+
9+
core
10+
size

0 commit comments

Comments
 (0)