Skip to content

Commit 1854ff6

Browse files
kakkoyunyomete
andauthored
visualization: Add anatomy of icicle graphs and how to interpret them (#254)
* Add anatomy of icicle graphs and how to interpret them Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Use rive for animations Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Add how to interpret graphs Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Address review comments Update walk-through Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Fix typo Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Update docs/icicle-graph-anatomy.mdx Co-authored-by: Yomi Eluwande <yomi.eluwande@gmail.com> --------- Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> Co-authored-by: Yomi Eluwande <yomi.eluwande@gmail.com>
1 parent bb5720f commit 1854ff6

52 files changed

Lines changed: 3883 additions & 29 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.19.1

docs/graph-tooltip-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ The name of the file that the function is in. If the file is not in the project,
3030

3131
## Address
3232

33-
The address of the function in memory. This is a pointer to the function in memory. The addresses are displayed in hexadecimal and are prefixed with `0x`.
33+
The address of the function in memory. This is a pointer to the function in memory. The addresses are displayed in hexadecimal and are prefixed with `0x`.
3434

3535
## Binary
3636

37-
The name of the binary that the function is in. Using the [Binary-based Color Stack](./flamegraph-binary-based-colour-stack.mdx) feature, you can identify the most expensive binaries in the rendered flamegraph.
37+
The name of the binary that the function is in. Using the [Binary-based Color Stack](./icicle-graph-binary-based-colour-stack.mdx) feature, you can identify the most expensive binaries in the rendered flamegraph.
3838

3939
## Build ID
4040

0 commit comments

Comments
 (0)