Skip to content

Commit c761570

Browse files
committed
Updated OPTIMISATIONS.md
1 parent 213b357 commit c761570

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

OPTIMISATIONS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,12 @@ if(TM->addPassesToEmitFile(PM, asmFile, nullptr, llvm::CGFT_AssemblyFile)) {
122122
}
123123
PM.run(*TheModule);
124124
```
125+
126+
## Runtime Comparison of Optimized Programs
127+
The following image generated with
128+
```bash
129+
python3 testing/test_compiler.py
130+
```
131+
illustrates the execution times of the programs under all optimisation levels implemented.
132+
133+
![Time Comparison](testing/opt_times.png)

testing/opt_times.png

44.5 KB
Loading

0 commit comments

Comments
 (0)