Bug 451820 - HEAP/STACK UI issue for massif-visualizer
Summary: HEAP/STACK UI issue for massif-visualizer
Status: REPORTED
Alias: None
Product: massif-visualizer
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Mint (Ubuntu based) Linux
: NOR minor
Target Milestone: 0.4
Assignee: Massif Visualizer developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-23 10:44 UTC by Peter Toft
Modified: 2022-03-23 10:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Toft 2022-03-23 10:44:33 UTC
SUMMARY
***
With massif-analyzer 0.7.0 analyzing stack I see a UI issue Heap/Stack


***


STEPS TO REPRODUCE
1. valgrind  --tool=massif --stacks=yes --heap=no --time-unit=ms --detailed-freq=10 peters_binary
2. massif-visualizer massif.out.*


2. 
3. 

OBSERVED RESULT
Then I see the text "Total Memory Heap Consumption" in the upper left


EXPECTED RESULT
I guess it should be "Total Memory Stack Consumption"

SOFTWARE/OS VERSIONS
ubuntu 20.04

ADDITIONAL INFORMATION