Revision 6898939...

Go back to digest for 12th January 2014

Bug Fixes in Development Tools

Josef Weidendorfer committed changes in [kcachegrind/KDE/4.12] libcore/costitem.cpp:

Fix: Do not crash on functions with call count 0.

Cherry-picked from master.


Call count 0 may exist with Callgrind when measuring starts after
the function was called but when the function is still active,
ie. not returned yet. For "cost per call", it makes sense to show
the full cost while the function was active.

File Changes

Modified 1 files
  • libcore/costitem.cpp
1 files changed in total