Skip to content

Commit 74a5bc5

Browse files
author
doyougnu
committedOct 26, 2022
first attempt at adding raw eventlog plots
1 parent 3c4351c commit 74a5bc5

File tree

3 files changed

+171
-2
lines changed

3 files changed

+171
-2
lines changed
 
Loading

Diff for: ‎_static/pc_heap_marker_strict_s_ln.html

+167
Large diffs are not rendered by default.

Diff for: ‎src/Measurement_Observation/Heap_Ghc/eventlog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,10 @@ strict and generate the final profile:
548548
549549
which yields:
550550

551-
.. image:: /_images/Measurement_Observation/Heap_GHC/eventlog/pc_heap_marker_strict_s_ln.png
552-
:scale: 80 %
551+
.. raw:: html
552+
553+
<iframe src="../../../_static/pc_heap_marker_strict_s_ln.html" width="800"
554+
height="1000"></frame>
553555

554556
We could further investigate but our heap is now constant across
555557
``stricter_mean`` validating the lazy tuple hypothesis.

0 commit comments

Comments
 (0)
Please sign in to comment.