Skip to content

Commit c50b55a

Browse files
authored
Update README with GUI dependency installation
Added installation instructions for GUI dependencies.
1 parent 78e6cf2 commit c50b55a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ The tool is currently under active development, new features will be added in th
2424
- Optional:
2525
- Intel SDE (only tested with 9.33.0) - for DBI application analysis (x86)
2626

27+
To install all the required dependencies for the GUI:
28+
```sh
29+
pip install matplotlib numpy dash "dash[diskcache]" pandas plotly dash_daq dash_bootstrap_components
30+
```
31+
2732
## How to use (CLI)
2833

2934
The first step is optional and consists in creating a configuration file for the system to test under the **config** folder. This configuration file is optional in x86 systems since the tool is able to automatically scan the cache sizes present, however this detection can sometimes be wrong (you can check what cache sizes have been detected by using -v 3), so a configuration file is still advised. You can also skip the configuration file by using the arguments:
@@ -167,4 +172,4 @@ J. Morgado, L. Sousa, A. Ilic. "CARM Tool: Cache-Aware Roofline Model Automatic
167172

168173
A. Ilic, F. Pratas and L. Sousa, "Cache-aware Roofline model: Upgrading the loft," in IEEE Computer Architecture Letters, vol. 13, no. 1, pp. 21-24, 21 Jan.-June 2014, doi: 10.1109/L-CA.2013.6.
169174

170-
Diogo Marques, Aleksandar Ilic, Zakhar A. Matveev, and Leonel Sousa. "Application-driven cache-aware roofline model." Future Generation Computer Systems 107 (2020): 257-273.
175+
Diogo Marques, Aleksandar Ilic, Zakhar A. Matveev, and Leonel Sousa. "Application-driven cache-aware roofline model." Future Generation Computer Systems 107 (2020): 257-273.

0 commit comments

Comments
 (0)