Monica Wojciechowski

Results 9 issues of Monica Wojciechowski

This issue is related to the UI issue of creating a callgraph visualization: #304 In order to render a callgraph visualization in the UI, we will need the backend to...

Currently, the URL does not reflect the user chosen view of the profile ("Icicle", "Table", "Both"). This should be adjusted so that when the user shares a profile, the view...

It'd be helpful to set a max height on the table in the profiler. When it's side-by-side with the flame graph, the user loses view of the flamegraph when scrolling...

Once we add in the callgraph, the top right of the profile visualization toolbar will need to change as the "Table - Both - Icicle" buttons won't be enough to...

This PR introduces a new visualization to the profiler - the callgraph. The callgraph is interactive, with a tooltip displaying information of the node appearing on node hover. This PR...

Resolves #1687 (search functionality for callgraph nodes) Also: - applies different color scheme (tested for accessibility using color blindness simulator Chrome plugin "Spectrum") - provides first letter of function name...

area/ui

Related to #304 The callgraph should be able to respond to user search, similar to the icicle graph. Potential UI implementations: 1) On user search, the nodes and edges should...

area/ui

As is, the Callgraph does not appear in a very user-friendly manner when in dark mode. There is a harsh white background and the nodes are colored too dark relative...

enhancement
area/ui

For delta profiles, the metrics graph should be visualized differently. Currently, it shows a single line of connected points. Because each point actually represents a range of time, it would...

area/ui