Forked from perfplot and roofline.py
This is a simple script to plot the Roofline model of given HW platforms and given applications. The script can take its input from:
stdin
: In this case, it reads first the HW characteristics followed by aEOF
. Then, you will be prompted to enter the applications' intensities followed by anEOF
.- files: In this case, it reads two comma-separated values (CSV) files; one for HW and the other for the applications.
You need:
- Python 3.6 or higher with:
numpy
andmatplotlib
BSD license shown in LICENSE