Skip to content

multimediamike/gprof2gexf

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

Introduction

The program convert-gprof-to-gexf.py takes the output from the GNU Profiler (gprof) and transforms it into a GEXF file which can be loaded into data visualization and exploration programs such as Gephi.

Usage

Instrument your code for use with gprof (outside the scope of this document). After executing the program with profiling data and gathering the gmon.out data, run gprof and redirect the output to a file, e.g., gprof-report.txt. Convert the file using this script:

convert-gprof-to-gexf.py gprof-report.txt > gprof-report.gexf

About

Convert GNU Profiler output to GEXF format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages