Skip to content

Eliyaan/profviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Profviz

A visualizer for V profile files.

Compilation

Install V, clone the profviz repo and in the folder compile the project with v -prod ..

Usage

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

You can click on the labels of the columns to sort them. image image

About

Gui visualizer for V's profiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages