feat: add Percentage Of Root and Percentage Of Selected in the eBPF widget (#101)

This commit is contained in:
Fine0830
2022-05-30 18:18:37 +08:00
committed by GitHub
parent 74cb089271
commit 4d26728eb5
3 changed files with 27 additions and 3 deletions

2
src/types/ebpf.d.ts vendored
View File

@@ -65,6 +65,8 @@ export type StackElement = {
stackType: string;
value: number;
children?: StackElement[];
rateOfRoot?: string;
rateOfParent: string;
};
export type AnalyzationTrees = {
id: string;