A visualizer for V profile files.
Install V, clone the profviz repo and in the folder compile the project with v -prod ..
How to use it:
First profile your code with v -prof prof_output1 run . (pass -cc gcc if you want accurate timing informations for multithreaded programs).
Then run profviz: profviz prof_output1
You can open multiple files profviz prof_output1 prof_output2 prof_output3

