remove unnecessary trace and threads profiling (#2341)

This commit is contained in:
Harshavardhana
2022-09-28 12:32:14 -07:00
committed by GitHub
parent 4143f50004
commit 9396df2e20
2 changed files with 0 additions and 825 deletions

821
go.sum

File diff suppressed because it is too large Load Diff

View File

@@ -63,8 +63,6 @@ const Profile = ({ classes }: IProfileProps) => {
"mem",
"block",
"mutex",
"trace",
"threads",
"goroutines",
]);
@@ -73,8 +71,6 @@ const Profile = ({ classes }: IProfileProps) => {
{ label: "mem", value: "mem" },
{ label: "block", value: "block" },
{ label: "mutex", value: "mutex" },
{ label: "trace", value: "trace" },
{ label: "threads", value: "threads" },
{ label: "goroutines", value: "goroutines" },
];