to profile, run
rocprofv2 -i memory_counters.txt -d memory_results ./vector_addThen, run the scripts individually
python plot_roofline.py
python analyze_compute.py
python analyze_memory.pynote: you probably want to delete the memory_results folder between re-runs for the most useful results.