Skip to content

Commit 2671e1a

Browse files
committed
Switch profiling and compiler optimisations
1 parent b9eac15 commit 2671e1a

26 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Through the day we'll work from the small -- learning how to write benchmarks, t
1818
| 09:00 | [Welcome and introduction][1] |
1919
| 09:30 | [Benchmarking (dfc)][2] |
2020
| 10:15 | Break (15 minutes) |
21-
| 10:30 | [Profiling (dfc)][3] |
22-
| 11:15 | [Compiler optimization (dfc)][4]|
21+
| 10:30 | [Compiler optimisation (dfc)][3]|
22+
| 11:15 | [Profiling (dfc)][4] |
2323
| 12:00 | Lunch (90 minutes) |
2424
| 13:30 | [Execution tracer (francesc)][5] |
2525
| 14:30 | [Memory and Garbage collection (francesc)][6] |
@@ -36,8 +36,8 @@ This repository is licensed under the [Creative Commons Attribution-ShareAlike 4
3636

3737
[1]: 1-welcome/1-welcome.md
3838
[2]: 2-benchmarking/benchmarking.md
39-
[3]: 3-profiling/1-profiling.md
40-
[4]: 4-compiler-optimisations/1-compiler-optimisations.md
39+
[3]: 3-compiler-optimisations/1-compiler-optimisations.md
40+
[4]: 4-profiling/1-profiling.md
4141
[5]: 5-execution-tracer/1-execution-tracer.md
4242
[6]: 6-memory-management/1-memory-management.md
4343
[7]: 7-tips-and-tricks/1-tips-and-tricks.md

0 commit comments

Comments
 (0)