Skip to content

Commit 4cad89b

Browse files
authored
Adding memory profiling page. (#236)
* Adding memory profiling page. * Addressed changes suggested by Ralph.
1 parent f2790bd commit 4cad89b

10 files changed

Lines changed: 222 additions & 0 deletions

File tree

_data/authors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ tkolcon:
3333
amx-piap:
3434
name: Alexandre Malki
3535
github: amx-piap
36+
francesca-finocchiaro:
37+
name: Francesca Finocchiaro
38+
github: FranFin
39+
link: github

_data/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
docs:
3838
- concepts/benchmarking
3939

40+
- title: Memory profiling
41+
docs:
42+
- concepts/memo_prof
43+
4044

4145
- title: Core Tutorials
4246
docs:

_docs/concepts/memo_prof/3mems.png

396 KB
Loading

_docs/concepts/memo_prof/index.md

Lines changed: 211 additions & 0 deletions
Large diffs are not rendered by default.
539 KB
Loading
389 KB
Loading
284 KB
Loading
247 KB
Loading
284 KB
Loading

_includes/docs_nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
{% if page.path contains "_docs/concepts" and section.title == "Benchmarking" %}
1717
{% assign should_show_this_menu = true %}
1818
{% endif %}
19+
{% if page.path contains "_docs/concepts" and section.title == "Memory profiling" %}
20+
{% assign should_show_this_menu = true %}
21+
{% endif %}
1922
{% if page.path contains "_docs/tutorials" and section.title contains "Tutorials" %}
2023
{% assign should_show_this_menu = true %}
2124
{% endif %}

0 commit comments

Comments
 (0)