Skip to content

Commit 48c19dd

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 236f506 commit 48c19dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/explore/profiling/profile-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 50
44
description: "Learn how to explore your profile data using the Profile Details page."
55
---
66

7-
Profiling can be used to gain insight into the exact functions and lines of code that are slow. Each profile has a detailed view that illustrates the code that was running in your application and service while the profile was collected, with different ways to filter and visualize the data. To learn how to set up profiling and access profiling data, see the [**Profiling**](/product/explore/profiling/) documentation.
7+
Profiling can be used to gain insight into the exact functions and lines of code that are impacting performance. Each profile has a detailed view that illustrates the code that was running in your application and service while the profile was collected, with different ways to filter and visualize the data. To learn how to set up profiling and access profiling data, see the [**Profiling**](/product/explore/profiling/) documentation.
88

99
The main visualization on the Profile Details page is a flame graph. Learn more about flame graphs in [**Flame Graphs and Aggregated Flame Graphs**](/product/explore/profiling/flame-charts-graphs).
1010

@@ -54,7 +54,7 @@ The **Color Coding** toggle offers different ways to color the flame graph:
5454

5555
## Minimap
5656

57-
The **Minimap** shows a zoomed-out view of the profile, with the currently displayed section in a box. You can click and drag the minimap to quickly navigate to a different part of the profile. Holding the Shift key while scrolling will trigger zooming. Releasing the shift key will scroll in both vertical and horizontal directions.
57+
The **Minimap** shows a zoomed-out view of the profile, with the currently displayed section in a box. You can click and drag the minimap to quickly navigate to a different part of the profile. Holding the Shift key while scrolling will trigger zoom. Releasing the shift key will scroll in both vertical and horizontal directions.
5858

5959
![Minimap in the Profile Details page](./img/minimap.png)
6060

0 commit comments

Comments
 (0)