-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reporting of "Own Memory" in TUI reporters
The `live` and `summary` reporters include a column for the number of bytes directly allocated by a particular function (called "Own Bytes" or "Own Memory", with a corresponding column for the percentage of memory directly allocated by that function). A bug in our summation led to us undercounting and misreporting these columns. Signed-off-by: Matt Wozniski <[email protected]>
- Loading branch information
Showing
4 changed files
with
299 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix reporting of "Own Memory" in the ``live`` and ``summary`` reporters. A bug in our summation led to us undercounting and misreporting the allocations directly attributed to a particular function. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.