Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 454 Bytes

Polly Scop Profiler Runtime

This projects implements functions for gathering information of LLVM-Polly SCoPs during code execution. Runtime callbacks are inserted during code compilation.

More infomation about LLVM-Polly you can find here.

Configuration

Runtime callbacks implicitly assume that sqlite3 database is created. You can create database in default directory by typing:

''python3 CreateDatabaseScript.py''