Skip to content
Commit 68989398 authored by Josef Weidendorfer's avatar Josef Weidendorfer
Browse files

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

Cherry-picked from master.
BUG:330732

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.
parent 1087b2ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment