Skip to content

Commit

Permalink
Update src/docs/product/profiling/differential-flamegraphs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
JonasBa and lizokm authored Dec 7, 2023
1 parent e9b152f commit 703460b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/product/profiling/differential-flamegraphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ And here's what it looks like if we're using the data from before the regression

By using the `Before -> After` toggle we can see that `ModuleLock.acquire` was faster before the regression, but we can also see some of the function calls inside our `ChunkUploadEndpoint`, which are no longer being called.

Besides the color scheme and a different source of data, differential flamegraphs follow a similar UI pattern as aggregated flamegraphs. You can pan/zoom around the chart and search for frames like in a regular flamegraph.
While differential flamegraphs in Sentry use a different color scheme and pull from a different source of data than regular flamegraphs, you can pan and zoom around the chart and search for frames the same way you do with regular flamegraph.

The table under the differential flamegraph represents the largest changes in function durations. The functions on the left have increased in duration while the functions on the right have improved in duration.
The table under the differential flamegraph shows both the largest increases and the largest decreases in function duration.

![Differential flamegraph table](./differential-flamegraph-table.png)

Expand Down

0 comments on commit 703460b

Please sign in to comment.