Skip to content

ui: MemoryViz add new mem tracks#4814

Open
gignat-dev wants to merge 2 commits intomainfrom
dev/gignat/mem_viz_new_tracks
Open

ui: MemoryViz add new mem tracks#4814
gignat-dev wants to merge 2 commits intomainfrom
dev/gignat/mem_viz_new_tracks

Conversation

@gignat-dev
Copy link
Contributor

@gignat-dev gignat-dev commented Feb 16, 2026

This change adds new memory counter tracks to the MemoryViz plugin: mem.heap ('Heap size (KB)'), mem.rss.shmem, mem.dmabuf_rss, mem.locked and 'GPU Memory'.

For each process mem.heap is adjusted with the zygote's mem.heap value.

Additional:

  • bucket counter tracks are now ordered by the peak value.
  • fixed bug with span_left_join and overlapping intervals
  • slightly improved performance of memory_breakdown.sql

This change adds new memory counter tracks to the MemoryViz plugin:
mem.heap ('Heap size (KB)'), mem.rss.shmem, mem.dmabuf_rss and
mem.locked.

For each process mem.heap is adjusted with the zygote's mem.heap value.

Additional:
- bucket counter tracks are now ordered by the peak value.
- fixed bug with span_left_join and overlapping intervals
- slightly improved performance of memory_breakdown.sql
@gignat-dev gignat-dev requested a review from zezeozue February 16, 2026 13:40
@gignat-dev gignat-dev requested a review from a team as a code owner February 16, 2026 13:40
@gignat-dev gignat-dev changed the title ui: MemoryViz add mem.dmabuf_rss and mem.heap ui: MemoryViz add all mem tracks Feb 16, 2026
@github-actions
Copy link

github-actions bot commented Feb 16, 2026

@gignat-dev gignat-dev changed the title ui: MemoryViz add all mem tracks ui: MemoryViz add new mem tracks Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants