Skip to content

antmicro/openroad-callgrind-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

OpenROAD callgrind report

The repository provides a report with call graphs for the design build steps in the OpenROAD project. The call graphs are generated with callgrind and visualized with speedscope.

To read the report locally, run python -m http.server command in the docs directory, e.g.:

cd docs
python -m http.server 8080

makes it available over http://localhost:8080