Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 

README.md

TFProf

TFProf provides the visualization and tooling needed for profiling Taskflow programs

Profile Your Taskflow Program

Generate tfprof data (.tfp) from your Taskflow program through the python script:

~$ python3 tfprof.py -o output.tfp /path/to/my/taskflow/program arg1 arg2
~$ cat output.tfp
[ ... JSON data ]

Paste the content of output.tfp to the bottom JSON text area at the following page:

You may also open index.html from your browser to visualize tfprof data.


You can’t perform that action at this time.