Skip to content

Commit 3a4eb9e

Browse files
Zylphrexgetsantry[bot]shanamatthews
authored
docs(profiling): Update profiling landing docs with function widgets (#7588)
* docs(profiling): Update profiling landing docs with function widgets The profiling page got some new functions level widgets, update the docs to reflect this change. * style(lint): Auto commit lint changes * update wording * Update src/docs/product/profiling/index.mdx Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com> * Update index.mdx * style(lint): Auto commit lint changes * style(lint): Auto commit lint changes --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
1 parent 6677d63 commit 3a4eb9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/docs/product/profiling/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ From this view, you can also click "View Profile" to zoom in on the flame chart.
5151

5252
## Profiling Page
5353

54-
The **Profiling** page shows a list of transactions in descending order of execution time for your selected project(s). It also shows details about the three "Slowest Transactions" including a list of the slowest identified functions in that transaction. The "Profiles by Percentiles" timeline chart can be used to filter the transaction data by highlighting the desired time period. Using the Profiling page is typically an advanced workflow, enabling you to directly select transactions of interest and examine detailed profiling data.
54+
The **Profiling** page shows a list of transactions in descending order of execution time for your selected project(s).
5555

5656
![Profiling page](profiling-page-view.png)
5757

58-
To zoom in further, select from the list of "Slowest App Functions" and see the associated flame chart for the profile.
58+
The "Profiles by Percentiles" timeline chart can be used to filter the transaction data by highlighting the desired time period. Below that, there are three widgets to choose from.
59+
60+
The "Suspect Functions" widget shows you a list of the functions that took the most time in your application. It lists the transactions the function was called from. Clicking on a transaction will take you to an example profile. The "Most Regressed Functions" and "Most Improved Functions" widgets show you a list of the functions that have gotten slower/faster over time. Clicking on the timings will take you to an example from either before/after the detected regression/improvement.
61+
62+
Using the Profiling page is typically an advanced workflow, enabling you to directly select transactions of interest and examine detailed profiling data.
5963

6064
Selecting one of the transactions will take you to the **Profile Summary** page below. On this page, you can examine the consolidated [flame graph](/product/profiling/flame-charts-graphs) that presents aggregated sample data for the selected transaction.
6165

Loading

0 commit comments

Comments
 (0)