Commit 7a3168c
authored
feat(functions): Use flamegraph as data source for slowest functions (#80791)
This switches the slowest functions table within transaction summary to
use flamegraphs as a data source instead of the functions table. This is
because with continuous profiling, the functions table does not have any
transaction information for continuous profiles. So to be compatible
with both profiling modes, we need to switch to using flamegraphs.1 parent e08e9d0 commit 7a3168c
File tree
7 files changed
+364
-490
lines changed- static/app
- components/profiling/suspectFunctions
- views
- explore/components
- performance/transactionSummary/transactionOverview
7 files changed
+364
-490
lines changedLines changed: 0 additions & 162 deletions
This file was deleted.
Lines changed: 0 additions & 225 deletions
This file was deleted.
0 commit comments