Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 412 Bytes

File metadata and controls

7 lines (5 loc) · 412 Bytes

Operating-System-Performance-Analysis

Compilation

Run 'make clean' followed by 'make' in /measurements directory. Uncomment line 13 in /measurements/Makefile to enable compiler optimizations, we have disabled it. The command will generate the following folders - measurements/asm (for assembly code), measurements/ir (for the LLVM intermediate representation) and measurements/bin (for the executables).