We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b4ec6 + 0bc90a1 commit 9d1d152Copy full SHA for 9d1d152
src/screens/profiler/ui/call-graph/call-graph.vue
@@ -13,7 +13,7 @@ type Props = {
13
14
const props = defineProps<Props>();
15
const isFullscreen = ref(false);
16
-const metric = ref(GraphTypes.CPU as GraphTypes);
+const metric = ref(GraphTypes.WALL_TIME as GraphTypes);
17
const threshold = ref(1);
18
const percent = ref(10);
19
0 commit comments