You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/explore/profiling/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ On the [**Profiling**](https://sentry.io/orgredirect/organizations/:orgslug/prof
33
33
34
34

35
35
36
-
On the **Slowest Functions** widget, you can click on the **...** button on each function to see a list of example profiles containing that function. On the **Most Regressed/Improved Functions** widget, you can click on the function duration before & after the change to see before & after example profiles containing that function.
36
+
On the **Slowest Functions** widget, you can click on the ellipses button (...) on each function to see a list of example profiles containing that function. On the **Most Regressed/Improved Functions** widget, you can click on the function duration before & after the change to see before & after example profiles containing that function.
37
37
38
38
Below the function metrics, you’ll find two tabs: **Transactions** and **Aggregate Flamegraph**.
39
39
@@ -46,7 +46,7 @@ The **Aggregate Flamegraph** tab does _not_ require tracing to be enabled, and w
46
46
The transactions list will not be populated if tracing is not enabled for at least one of the selected projects.
47
47
</Alert>
48
48
49
-
The **Transactions** tab, by default, shows a list of all transactions in the selected projects sorted by the frequency (count) of the transaction. The list can also be sorted by duration (p50/75/90/95), project, timestamp, etc. by clicking on the column headers in the table. The transactions list can be filtered by specifying a query using the search bar. For example, you can search for transactions from specific users or transactions that are tagged with a custom attribute.
49
+
The **Transactions** tab, by default, shows a list of all transactions in the selected projects sorted by the frequency (count) of the transaction. The list can also be sorted by duration (p50/75/90/95), project, timestamp, etc. by clicking on the column headers in the table. The transactions list can also be filtered by specifying a query using the search bar. For example, you can search for transactions from specific users or transactions that are tagged with a custom attribute.
50
50
51
51

52
52
@@ -63,7 +63,7 @@ The **Aggregate Flamegraph** tab shows a [flame graph](/product/explore/profilin
63
63
64
64
The wider frames represent more **frequent** code paths, which are likely more relevant optimization opportunities. You can click on a frame to select it, which will populate the sidebar on the right with links to example profiles containing the selected function.
65
65
66
-
## Zooming into Traces using Profiling
66
+
## Zooming Into Traces Using Profiling
67
67
68
68
If you are already looking at a trace and have insufficient information to debug the root cause of the problem, profiling data can help fill in the gaps. If there is profiling data associated with the trace, there are two ways to get to it from the [**Trace View**](/concepts/key-terms/tracing/trace-view/).
0 commit comments