Skip to content

Commit

Permalink
[getsentry/action-github-commit] Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Dec 7, 2023
1 parent b39063b commit fa8ae31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/docs/product/profiling/differential-flamegraphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ In a differential flamegraph, the color red means that a function's execution ti

</Note>

The guiding principle when interpreting differential flamegraphs is to look for red frames - they are the reason why your application code has been performing worse.
Be on the lookout for red frames when interpreting differential flamegraphs. They're the reason why your application code has been performing worse.

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

The differential flamegraph above has highlighted that the function call to `ModuleLock.acquire` has increased in duration, which hints at a lock contention problem which is now slowing down our code.

Expand Down

0 comments on commit fa8ae31

Please sign in to comment.