Skip to content

What is the difference between the timeline focus and flamegraph? #274

Discussion options

You must be logged in to vote

I confirm that the linked article answers your question.
The timeline view (Flame chart in the article) is easy to understand. The Flame graph is less obvious, it shows an aggregation per stack paths, this is why:

  • one span can relate to many calls (of the same function called by a given parent stack path)
  • the horizontal axis does not represent the timeline, but only the elapsed time by the span

In the end it allows to quickly spot the hot stack path if there is one.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NoiseByNorthwest
Comment options

Answer selected by nickchomey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants