Revision 1087b2a...

Go back to digest for 3rd November 2013

Features in Development Tools

David Faure committed changes in [kcachegrind] /:

Add "cost per call" column in the call view.

This is especially useful when comparing two callgrind runs, if the number
of calls to the methods can vary between runs (e.g. number of widget repaints).

This column is unaffected by the "use percentages" setting, which makes
it even more useful (one can look at overall percentages and at cost-per-call
at the same time).

File Changes

Modified 4 files
  •   libcore/costitem.cpp
  •   libcore/costitem.h
  •   libviews/callitem.cpp
  •   libviews/callview.cpp
4 files changed in total