diff --git a/assets/web/html.zip b/assets/web/html.zip index 9548962..121e922 100644 Binary files a/assets/web/html.zip and b/assets/web/html.zip differ diff --git a/ts/components/hooks/use-pprof-option.tsx b/ts/components/hooks/use-pprof-option.tsx index 1964d6b..57815bc 100644 --- a/ts/components/hooks/use-pprof-option.tsx +++ b/ts/components/hooks/use-pprof-option.tsx @@ -126,17 +126,22 @@ const tooltipFormatter = (foc: FlatOrCum, labelFmt: (value: number) => string): const value = p.value[foc.toLowerCase()] const splits = p.seriesName.split(" ") const func = splits[0] + const line = splits[1] if (value) { output += `
${line}
+