Skip to content

Karbon 0.4 Beta

Latest
Compare
Choose a tag to compare
@wavesoft wavesoft released this 27 Jan 08:50
· 3 commits to master since this release

This is the first public release of the project.

  • ADDED Pluggable analyser support
  • ADDED Built-in mechanism for creating live traces
  • ADDED Collective report generator

Description

Karbon is a Graphical Profiler based on trace files produced by strace or systemtap. It has a modular design, allowing individual analysis plug-ins to be registered and used at any time.

Karbon is perfect for identifying performance issues related to System Calls ONLY. It is completely blind regarding the application code. It can not resolve symbols, nor detect software-induced performance penalties.

This means that after identifying the 'hot' system calls you will still need to go through your code and identify were the problem is located.