Skip to content

Commit 53b3a93

Browse files
authored
Merge pull request #3 from davecheney/fix
removed memory management and reorg
2 parents ac3ccea + 56cc300 commit 53b3a93

File tree

7 files changed

+7
-17
lines changed

7 files changed

+7
-17
lines changed

5-execution-tracer/1-execution-tracer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ Try to find other cool modifications that change the trace.
216216
217217
## Congratulations
218218
219-
Now let's talk about memory management in the [next chapter](../6-memory-management/1-memory-management.md).
219+
Now let's talk about memory management in the [next chapter](../6-tips-and-tricks/1-tips-and-tricks.md).

6-memory-management/1-memory-management.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Through the day we'll work from the small -- learning how to write benchmarks, t
1919
| 09:30 | [Benchmarking (dfc)][2] |
2020
| 10:15 | Break (15 minutes) |
2121
| 10:30 | [Compiler optimisation (dfc)][3]|
22-
| 11:15 | [Profiling (dfc)][4] |
23-
| 12:00 | Lunch (90 minutes) |
22+
| 11:15 | [Profiling (francesc)][4]
23+
| 12:00 | Lunch (90 minutes) |
2424
| 13:30 | [Execution tracer (francesc)][5] |
25-
| 14:30 | [Tips and tricks (dfc)][7] |
25+
| 14:30 | [Tips and tricks (dfc)][6] |
2626
| 15:15 | Break (15 minutes) |
2727
| 15:30 | Exercises |
28-
| 16:45 | [Final Questions and wrap up][8] |
28+
| 16:45 | [Final Questions and conclusion][7] |
2929
| 17:00 | Close |
3030

3131

@@ -38,6 +38,5 @@ This repository is licensed under the [Creative Commons Attribution-ShareAlike 4
3838
[3]: 3-compiler-optimisations/1-compiler-optimisations.md
3939
[4]: 4-profiling/1-profiling.md
4040
[5]: 5-execution-tracer/1-execution-tracer.md
41-
[6]: 6-memory-management/1-memory-management.md
42-
[7]: 7-tips-and-tricks/1-tips-and-tricks.md
43-
[8]: 8-conclusion/1-conclusion.md
41+
[6]: 6-tips-and-tricks/1-tips-and-tricks.md
42+
[7]: 7-conclusion/1-conclusion.md

0 commit comments

Comments
 (0)