Skip to content

Commit 7a3168c

Browse files
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

7 files changed

+364
-490
lines changed

static/app/components/profiling/suspectFunctions/functionsTable.spec.tsx

-162
This file was deleted.

static/app/components/profiling/suspectFunctions/functionsTable.tsx

-225
This file was deleted.

0 commit comments

Comments
 (0)