Skip to content

ui: Memscope - Profiling support#5786

Open
stevegolton wants to merge 1 commit into
mainfrom
dev/sg/memscope/profiling
Open

ui: Memscope - Profiling support#5786
stevegolton wants to merge 1 commit into
mainfrom
dev/sg/memscope/profiling

Conversation

@stevegolton
Copy link
Copy Markdown
Member

@stevegolton stevegolton commented May 8, 2026

This patch adds profiling support to the memscope dashboard.

  • Addition of a new profile 'action' button along side each debuggable process in the process table.
  • Profile session (sessions/profile_session.ts): Starts a new Java + native heap tracing session with an opinionated configuration recording into ring buffers.
  • Profiling page (views/profile_page.ts): Displays the current status of the profiling session as well as some process stats taken from the live session data pertinent to the process being profiled. Features a cancel and stop & open button which stops and opens the trace in perfetto, switching back to the main timeline.
image image

@stevegolton stevegolton requested a review from primiano May 8, 2026 14:32
@stevegolton stevegolton changed the title ui: Add profiling support to memscope ui: Memscope - Profiling support May 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

@stevegolton stevegolton force-pushed the dev/sg/memscope/dashboard branch from 105dc6a to 30da18f Compare May 8, 2026 14:42
@stevegolton stevegolton requested a review from a team as a code owner May 8, 2026 14:42
@stevegolton stevegolton marked this pull request as draft May 8, 2026 15:47
@stevegolton stevegolton force-pushed the dev/sg/memscope/dashboard branch 9 times, most recently from fe7e920 to c2caa41 Compare May 12, 2026 15:10
Base automatically changed from dev/sg/memscope/dashboard to main May 12, 2026 15:19
@stevegolton stevegolton force-pushed the dev/sg/memscope/profiling branch from c75e3cc to dd76614 Compare May 12, 2026 15:52
@stevegolton stevegolton force-pushed the dev/sg/memscope/profiling branch from dd76614 to 085ebb7 Compare May 13, 2026 13:21
@stevegolton stevegolton marked this pull request as ready for review May 13, 2026 13:21
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.

1 participant