Skip to content

bouviervj/libprofiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libprofiler

Realtime profiler for C/C++ applications

This project aims at dynamically profile Linux applications. It uses ncurses to display information in real time. You have to compile your program with -finstrument-functions from gcc to instrument entry and exit of each compiled function for your application, or a sub part of your code (library etc...). When loaded, it display dynamically, CPU functions consuming, computes most consuming call paths. It can also draw graphs against calls distributions for each functions.

About

Realtime profiler for C/C++ applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages