@parca/profile 0.19.138 → 0.19.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/GraphTooltipArrow/useGraphTooltipMetaInfo/index.d.ts.map +1 -1
- package/dist/GraphTooltipArrow/useGraphTooltipMetaInfo/index.js +11 -13
- package/dist/ProfileExplorer/ProfileExplorerCompare.d.ts.map +1 -1
- package/dist/ProfileExplorer/ProfileExplorerCompare.js +4 -9
- package/dist/ProfileFlameChart/SamplesStrips/index.d.ts +2 -2
- package/dist/ProfileFlameChart/SamplesStrips/index.d.ts.map +1 -1
- package/dist/ProfileFlameChart/index.d.ts.map +1 -1
- package/dist/ProfileFlameChart/index.js +13 -19
- package/dist/ProfileFlameGraph/FlameGraphArrow/ContextMenu.d.ts.map +1 -1
- package/dist/ProfileFlameGraph/FlameGraphArrow/ContextMenu.js +8 -8
- package/dist/ProfileFlameGraph/FlameGraphArrow/TextWithEllipsis.d.ts.map +1 -1
- package/dist/ProfileFlameGraph/FlameGraphArrow/TextWithEllipsis.js +4 -3
- package/dist/ProfileFlameGraph/index.d.ts.map +1 -1
- package/dist/ProfileFlameGraph/index.js +6 -4
- package/dist/ProfileMetricsGraph/index.d.ts.map +1 -1
- package/dist/ProfileMetricsGraph/index.js +4 -6
- package/dist/ProfileSelector/MetricsGraphSection.d.ts.map +1 -1
- package/dist/ProfileSelector/MetricsGraphSection.js +5 -10
- package/dist/ProfileSelector/index.d.ts.map +1 -1
- package/dist/ProfileSelector/index.js +27 -25
- package/dist/ProfileSelector/useAutoQuerySelector.d.ts.map +1 -1
- package/dist/ProfileSelector/useAutoQuerySelector.js +3 -0
- package/dist/ProfileTypeSelector/index.d.ts.map +1 -1
- package/dist/ProfileTypeSelector/index.js +4 -0
- package/dist/ProfileView/components/ActionButtons/SortByDropdown.d.ts.map +1 -1
- package/dist/ProfileView/components/ActionButtons/SortByDropdown.js +5 -5
- package/dist/ProfileView/components/ColorStackLegend.d.ts.map +1 -1
- package/dist/ProfileView/components/ColorStackLegend.js +2 -3
- package/dist/ProfileView/components/InvertCallStack/index.d.ts.map +1 -1
- package/dist/ProfileView/components/InvertCallStack/index.js +5 -4
- package/dist/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.d.ts +1 -2
- package/dist/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.d.ts.map +1 -1
- package/dist/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.js +14 -16
- package/dist/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.test.js +84 -170
- package/dist/ProfileView/components/Toolbars/MultiLevelDropdown.d.ts.map +1 -1
- package/dist/ProfileView/components/Toolbars/MultiLevelDropdown.js +16 -20
- package/dist/ProfileView/components/Toolbars/TableColumnsDropdown.d.ts.map +1 -1
- package/dist/ProfileView/components/Toolbars/TableColumnsDropdown.js +4 -5
- package/dist/ProfileView/components/Toolbars/index.d.ts +2 -2
- package/dist/ProfileView/components/Toolbars/index.d.ts.map +1 -1
- package/dist/ProfileView/components/Toolbars/index.js +1 -1
- package/dist/ProfileView/components/ViewSelector/index.d.ts.map +1 -1
- package/dist/ProfileView/components/ViewSelector/index.js +8 -14
- package/dist/ProfileView/context/DashboardContext.d.ts.map +1 -1
- package/dist/ProfileView/context/DashboardContext.js +6 -6
- package/dist/ProfileView/hooks/useResetFlameGraphState.d.ts.map +1 -1
- package/dist/ProfileView/hooks/useResetFlameGraphState.js +5 -4
- package/dist/ProfileView/hooks/useResetStateOnProfileTypeChange.d.ts.map +1 -1
- package/dist/ProfileView/hooks/useResetStateOnProfileTypeChange.js +25 -26
- package/dist/ProfileView/hooks/useResetStateOnSeriesChange.d.ts.map +1 -1
- package/dist/ProfileView/hooks/useResetStateOnSeriesChange.js +13 -8
- package/dist/ProfileView/hooks/useVisualizationState.d.ts +3 -3
- package/dist/ProfileView/hooks/useVisualizationState.d.ts.map +1 -1
- package/dist/ProfileView/hooks/useVisualizationState.js +35 -51
- package/dist/ProfileViewWithData.d.ts.map +1 -1
- package/dist/ProfileViewWithData.js +19 -28
- package/dist/Sandwich/index.d.ts.map +1 -1
- package/dist/Sandwich/index.js +4 -3
- package/dist/SourceView/index.d.ts.map +1 -1
- package/dist/SourceView/index.js +4 -2
- package/dist/SourceView/useSelectedLineRange.d.ts.map +1 -1
- package/dist/SourceView/useSelectedLineRange.js +21 -16
- package/dist/Table/MoreDropdown.d.ts.map +1 -1
- package/dist/Table/MoreDropdown.js +8 -11
- package/dist/Table/TableContextMenu.d.ts.map +1 -1
- package/dist/Table/TableContextMenu.js +10 -13
- package/dist/Table/hooks/useTableConfiguration.d.ts.map +1 -1
- package/dist/Table/hooks/useTableConfiguration.js +3 -4
- package/dist/Table/index.d.ts.map +1 -1
- package/dist/Table/index.js +11 -9
- package/dist/TopTable/index.d.ts.map +1 -1
- package/dist/TopTable/index.js +3 -4
- package/dist/hooks/urlParsers.d.ts +18 -0
- package/dist/hooks/urlParsers.d.ts.map +1 -0
- package/dist/hooks/urlParsers.js +32 -0
- package/dist/hooks/useColorBy.d.ts +5 -0
- package/dist/hooks/useColorBy.d.ts.map +1 -0
- package/dist/hooks/useColorBy.js +26 -0
- package/dist/hooks/useCompareModeMeta.d.ts.map +1 -1
- package/dist/hooks/useCompareModeMeta.js +55 -86
- package/dist/hooks/useDashboardItems.d.ts +5 -0
- package/dist/hooks/useDashboardItems.d.ts.map +1 -0
- package/dist/hooks/useDashboardItems.js +27 -0
- package/dist/hooks/useQueryState.d.ts +3 -3
- package/dist/hooks/useQueryState.d.ts.map +1 -1
- package/dist/hooks/useQueryState.js +105 -105
- package/dist/hooks/useQueryState.test.js +186 -302
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -12
- package/dist/useSumBy.d.ts +1 -1
- package/dist/useSumBy.d.ts.map +1 -1
- package/dist/useSumBy.js +2 -2
- package/package.json +12 -11
- package/src/GraphTooltipArrow/useGraphTooltipMetaInfo/index.ts +11 -13
- package/src/ProfileExplorer/ProfileExplorerCompare.tsx +4 -9
- package/src/ProfileFlameChart/SamplesStrips/index.tsx +2 -2
- package/src/ProfileFlameChart/index.tsx +21 -28
- package/src/ProfileFlameGraph/FlameGraphArrow/ContextMenu.tsx +10 -9
- package/src/ProfileFlameGraph/FlameGraphArrow/TextWithEllipsis.tsx +5 -3
- package/src/ProfileFlameGraph/index.tsx +6 -9
- package/src/ProfileMetricsGraph/index.tsx +6 -8
- package/src/ProfileSelector/MetricsGraphSection.tsx +5 -10
- package/src/ProfileSelector/index.tsx +32 -31
- package/src/ProfileSelector/useAutoQuerySelector.ts +5 -0
- package/src/ProfileTypeSelector/index.tsx +4 -0
- package/src/ProfileView/components/ActionButtons/SortByDropdown.tsx +10 -6
- package/src/ProfileView/components/ColorStackLegend.tsx +2 -4
- package/src/ProfileView/components/InvertCallStack/index.tsx +5 -4
- package/src/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.test.tsx +94 -192
- package/src/ProfileView/components/ProfileFilters/useProfileFiltersUrlState.ts +21 -21
- package/src/ProfileView/components/Toolbars/MultiLevelDropdown.tsx +24 -25
- package/src/ProfileView/components/Toolbars/TableColumnsDropdown.tsx +4 -5
- package/src/ProfileView/components/Toolbars/index.tsx +3 -3
- package/src/ProfileView/components/ViewSelector/index.tsx +9 -16
- package/src/ProfileView/context/DashboardContext.tsx +6 -6
- package/src/ProfileView/hooks/useResetFlameGraphState.ts +6 -4
- package/src/ProfileView/hooks/useResetStateOnProfileTypeChange.ts +24 -26
- package/src/ProfileView/hooks/useResetStateOnSeriesChange.ts +16 -8
- package/src/ProfileView/hooks/useVisualizationState.ts +61 -69
- package/src/ProfileViewWithData.tsx +29 -35
- package/src/Sandwich/index.tsx +4 -3
- package/src/SourceView/index.tsx +4 -2
- package/src/SourceView/useSelectedLineRange.ts +34 -19
- package/src/Table/MoreDropdown.tsx +9 -11
- package/src/Table/TableContextMenu.tsx +10 -13
- package/src/Table/hooks/useTableConfiguration.tsx +3 -4
- package/src/Table/index.tsx +12 -21
- package/src/TopTable/index.tsx +3 -4
- package/src/hooks/urlParsers.ts +38 -0
- package/src/hooks/useColorBy.ts +42 -0
- package/src/hooks/useCompareModeMeta.ts +61 -91
- package/src/hooks/useDashboardItems.ts +46 -0
- package/src/hooks/useQueryState.test.tsx +275 -345
- package/src/hooks/useQueryState.ts +136 -118
- package/src/index.tsx +16 -15
- package/src/useSumBy.ts +3 -3
package/src/TopTable/index.tsx
CHANGED
|
@@ -16,7 +16,7 @@ import React, {useCallback, useEffect, useMemo} from 'react';
|
|
|
16
16
|
import {createColumnHelper, type ColumnDef} from '@tanstack/react-table';
|
|
17
17
|
|
|
18
18
|
import {Top, TopNode, TopNodeMeta} from '@parca/client';
|
|
19
|
-
import {Button, Table
|
|
19
|
+
import {Button, Table} from '@parca/components';
|
|
20
20
|
import {
|
|
21
21
|
getLastItem,
|
|
22
22
|
isSearchMatch,
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
} from '@parca/utilities';
|
|
27
27
|
|
|
28
28
|
import {useProfileViewContext} from '../ProfileView/context/ProfileViewContext';
|
|
29
|
+
import {useDashboardItems} from '../hooks/useDashboardItems';
|
|
29
30
|
import {hexifyAddress} from '../utils';
|
|
30
31
|
|
|
31
32
|
interface TopTableProps {
|
|
@@ -72,9 +73,7 @@ export const TopTable = React.memo(function TopTable({
|
|
|
72
73
|
setActionButtons,
|
|
73
74
|
}: TopTableProps): JSX.Element {
|
|
74
75
|
const router = parseParams(window?.location.search);
|
|
75
|
-
const
|
|
76
|
-
alwaysReturnArray: true,
|
|
77
|
-
});
|
|
76
|
+
const {dashboardItems} = useDashboardItems();
|
|
78
77
|
|
|
79
78
|
const {compareMode} = useProfileViewContext();
|
|
80
79
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// Copyright 2022 The Parca Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
|
|
14
|
+
import {createParser, parseAsArrayOf, parseAsBoolean, parseAsInteger, parseAsString} from 'nuqs';
|
|
15
|
+
|
|
16
|
+
const opts = {history: 'replace' as const};
|
|
17
|
+
|
|
18
|
+
// === Base parsers with common options ===
|
|
19
|
+
export const stringParam = parseAsString.withOptions(opts);
|
|
20
|
+
export const boolParam = parseAsBoolean.withOptions(opts);
|
|
21
|
+
export const intParam = parseAsInteger.withOptions(opts);
|
|
22
|
+
export const commaArrayParam = parseAsArrayOf(parseAsString, ',').withOptions(opts);
|
|
23
|
+
|
|
24
|
+
// === Param-specific parsers with defaults ===
|
|
25
|
+
export const invertCallStackParser = boolParam.withDefault(false);
|
|
26
|
+
export const groupByParser = commaArrayParam;
|
|
27
|
+
export const flamechartDimensionParser = commaArrayParam;
|
|
28
|
+
export const tableColumnsParser = commaArrayParam;
|
|
29
|
+
export const hiddenBinariesParser = commaArrayParam.withDefault([]);
|
|
30
|
+
|
|
31
|
+
// === JSON parser with BigInt support ===
|
|
32
|
+
export function jsonParser<T>(): ReturnType<typeof createParser<T>> {
|
|
33
|
+
return createParser<T>({
|
|
34
|
+
parse: (value: string) => JSON.parse(value) as T,
|
|
35
|
+
serialize: (value: T) =>
|
|
36
|
+
JSON.stringify(value, (_, v) => (typeof v === 'bigint' ? v.toString() : v)),
|
|
37
|
+
}).withOptions(opts);
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// Copyright 2022 The Parca Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
|
|
14
|
+
import {useCallback} from 'react';
|
|
15
|
+
|
|
16
|
+
import {useQueryState} from 'nuqs';
|
|
17
|
+
|
|
18
|
+
import {USER_PREFERENCES, useUserPreference} from '@parca/hooks';
|
|
19
|
+
|
|
20
|
+
import {stringParam} from './urlParsers';
|
|
21
|
+
|
|
22
|
+
export const useColorBy = (): {
|
|
23
|
+
colorBy: string;
|
|
24
|
+
setColorBy: (value: string) => void;
|
|
25
|
+
} => {
|
|
26
|
+
const [colorByPreference, setColorByPreference] = useUserPreference<string>(
|
|
27
|
+
USER_PREFERENCES.COLOR_BY.key
|
|
28
|
+
);
|
|
29
|
+
const [colorByRaw, setRawColorBy] = useQueryState('color_by', stringParam);
|
|
30
|
+
|
|
31
|
+
const colorBy = colorByRaw ?? colorByPreference ?? 'binary';
|
|
32
|
+
|
|
33
|
+
const setColorBy = useCallback(
|
|
34
|
+
(value: string) => {
|
|
35
|
+
void setRawColorBy(value);
|
|
36
|
+
setColorByPreference(value);
|
|
37
|
+
},
|
|
38
|
+
[setRawColorBy, setColorByPreference]
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
return {colorBy, setColorBy};
|
|
42
|
+
};
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
|
|
14
14
|
import {useCallback} from 'react';
|
|
15
15
|
|
|
16
|
-
import {
|
|
16
|
+
import {useQueryStates} from 'nuqs';
|
|
17
|
+
|
|
18
|
+
import {boolParam, stringParam} from './urlParsers';
|
|
17
19
|
|
|
18
20
|
/**
|
|
19
21
|
* Hook to manage compare mode state and operations
|
|
@@ -24,104 +26,72 @@ export const useCompareModeMeta = (): {
|
|
|
24
26
|
isCompareAbsolute: boolean;
|
|
25
27
|
closeCompareMode: (card: 'A' | 'B') => void;
|
|
26
28
|
} => {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
29
|
+
const [state, setState] = useQueryStates(
|
|
30
|
+
{
|
|
31
|
+
// Side A
|
|
32
|
+
expression_a: stringParam,
|
|
33
|
+
from_a: stringParam,
|
|
34
|
+
to_a: stringParam,
|
|
35
|
+
time_selection_a: stringParam,
|
|
36
|
+
sum_by_a: stringParam,
|
|
37
|
+
merge_from_a: stringParam,
|
|
38
|
+
merge_to_a: stringParam,
|
|
39
|
+
selection_a: stringParam,
|
|
40
|
+
// Side B
|
|
41
|
+
expression_b: stringParam,
|
|
42
|
+
from_b: stringParam,
|
|
43
|
+
to_b: stringParam,
|
|
44
|
+
time_selection_b: stringParam,
|
|
45
|
+
sum_by_b: stringParam,
|
|
46
|
+
merge_from_b: stringParam,
|
|
47
|
+
merge_to_b: stringParam,
|
|
48
|
+
selection_b: stringParam,
|
|
49
|
+
// Compare flags
|
|
50
|
+
compare_a: boolParam,
|
|
51
|
+
compare_b: boolParam,
|
|
52
|
+
compare_absolute: boolParam,
|
|
53
|
+
},
|
|
54
|
+
{history: 'replace'}
|
|
55
|
+
);
|
|
53
56
|
|
|
54
57
|
const closeCompareMode = useCallback(
|
|
55
58
|
(side: 'A' | 'B') => {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
// If closing side A, swap B → A first (keep B's data as the single view)
|
|
60
|
+
const swapAFromB =
|
|
61
|
+
side === 'A'
|
|
62
|
+
? {
|
|
63
|
+
expression_a: state.expression_b,
|
|
64
|
+
from_a: state.from_b,
|
|
65
|
+
to_a: state.to_b,
|
|
66
|
+
time_selection_a: state.time_selection_b,
|
|
67
|
+
sum_by_a: state.sum_by_b,
|
|
68
|
+
merge_from_a: state.merge_from_b,
|
|
69
|
+
merge_to_a: state.merge_to_b,
|
|
70
|
+
selection_a: state.selection_b,
|
|
71
|
+
}
|
|
72
|
+
: {};
|
|
69
73
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
74
|
+
// Atomic update: swap A (if needed), clear all B params and compare flags
|
|
75
|
+
void setState({
|
|
76
|
+
...swapAFromB,
|
|
77
|
+
expression_b: null,
|
|
78
|
+
from_b: null,
|
|
79
|
+
to_b: null,
|
|
80
|
+
time_selection_b: null,
|
|
81
|
+
sum_by_b: null,
|
|
82
|
+
merge_from_b: null,
|
|
83
|
+
merge_to_b: null,
|
|
84
|
+
selection_b: null,
|
|
85
|
+
compare_a: null,
|
|
86
|
+
compare_b: null,
|
|
87
|
+
compare_absolute: null,
|
|
84
88
|
});
|
|
85
89
|
},
|
|
86
|
-
[
|
|
87
|
-
batchUpdates,
|
|
88
|
-
// Side A setters
|
|
89
|
-
setExpressionA,
|
|
90
|
-
setFromA,
|
|
91
|
-
setToA,
|
|
92
|
-
setTimeSelectionA,
|
|
93
|
-
setSumByA,
|
|
94
|
-
setMergeFromA,
|
|
95
|
-
setMergeToA,
|
|
96
|
-
setSelectionA,
|
|
97
|
-
// Side B values (for swapping)
|
|
98
|
-
expressionB,
|
|
99
|
-
fromB,
|
|
100
|
-
toB,
|
|
101
|
-
timeSelectionB,
|
|
102
|
-
sumByB,
|
|
103
|
-
mergeFromB,
|
|
104
|
-
mergeToB,
|
|
105
|
-
selectionB,
|
|
106
|
-
// Side B setters
|
|
107
|
-
setExpressionB,
|
|
108
|
-
setFromB,
|
|
109
|
-
setToB,
|
|
110
|
-
setTimeSelectionB,
|
|
111
|
-
setSumByB,
|
|
112
|
-
setMergeFromB,
|
|
113
|
-
setMergeToB,
|
|
114
|
-
setSelectionB,
|
|
115
|
-
// Compare flags
|
|
116
|
-
setCompareA,
|
|
117
|
-
setCompareB,
|
|
118
|
-
setCompareAbsolute,
|
|
119
|
-
]
|
|
90
|
+
[state, setState]
|
|
120
91
|
);
|
|
121
92
|
|
|
122
|
-
|
|
123
|
-
const
|
|
124
|
-
const isCompareAbsolute = compareAbsolute === 'true';
|
|
93
|
+
const isCompareMode = state.compare_a === true || state.compare_b === true;
|
|
94
|
+
const isCompareAbsolute = state.compare_absolute === true;
|
|
125
95
|
|
|
126
96
|
return {
|
|
127
97
|
isCompareMode,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// Copyright 2022 The Parca Authors
|
|
2
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
3
|
+
// you may not use this file except in compliance with the License.
|
|
4
|
+
// You may obtain a copy of the License at
|
|
5
|
+
//
|
|
6
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
//
|
|
8
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
9
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
10
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11
|
+
// See the License for the specific language governing permissions and
|
|
12
|
+
// limitations under the License.
|
|
13
|
+
|
|
14
|
+
import {useCallback, useMemo} from 'react';
|
|
15
|
+
|
|
16
|
+
import {parseAsArrayOf, parseAsString, useQueryState} from 'nuqs';
|
|
17
|
+
|
|
18
|
+
import {useParcaContext} from '@parca/components';
|
|
19
|
+
|
|
20
|
+
const opts = {history: 'replace' as const};
|
|
21
|
+
|
|
22
|
+
export const useDashboardItems = (): {
|
|
23
|
+
dashboardItems: string[];
|
|
24
|
+
setDashboardItems: (items: string[]) => void;
|
|
25
|
+
} => {
|
|
26
|
+
const {defaultDashboardItems} = useParcaContext();
|
|
27
|
+
|
|
28
|
+
const parser = useMemo(
|
|
29
|
+
() =>
|
|
30
|
+
parseAsArrayOf(parseAsString, ',')
|
|
31
|
+
.withDefault(defaultDashboardItems ?? ['flamegraph'])
|
|
32
|
+
.withOptions(opts),
|
|
33
|
+
[defaultDashboardItems]
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
const [dashboardItems, setRawDashboardItems] = useQueryState('dashboard_items', parser);
|
|
37
|
+
|
|
38
|
+
const setDashboardItems = useCallback(
|
|
39
|
+
(items: string[]) => {
|
|
40
|
+
void setRawDashboardItems(items);
|
|
41
|
+
},
|
|
42
|
+
[setRawDashboardItems]
|
|
43
|
+
);
|
|
44
|
+
|
|
45
|
+
return {dashboardItems, setDashboardItems};
|
|
46
|
+
};
|