[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:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user