[v10.0.x] Docs: update visualization naming conventions - 2 (#75298)

Docs: update visualization naming conventions - 2 (#74954)

* Updated naming style

* Updated viz names on Visualiztions index page

(cherry picked from commit 7cbca0dfa4)
This commit is contained in:
Isabel
2023-09-22 13:11:48 -04:00
committed by GitHub
parent 00471e95a7
commit e7b82b8cb5
4 changed files with 26 additions and 26 deletions
@@ -18,9 +18,9 @@ weight: 100
# Flame graph panel
The flame graph takes advantage of the hierarchical nature of profiling data. It condenses data into a format that allows you to easily see which code paths are consuming the most system resources.
A flame graph takes advantage of the hierarchical nature of profiling data. It condenses data into a format that allows you to easily see which code paths are consuming the most system resources.
These resources are measured through profiles which aggregate that information into a format which is then sent to the flame graph visualization. For example, allocated objects or space when measuring memory.
These resources are measured through profiles which aggregate that information into a format which is then sent to the flame graph. For example, allocated objects or space when measuring memory.
![Figure 1 - Flame graph](/static/img/docs/flame-graph-panel/flame-graph.png 'Figure 1 - Flame graph')