We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf23b commit d93b6aaCopy full SHA for d93b6aa
js-packages/profiler-lib/src/profile.ts
@@ -6,7 +6,7 @@ import { type MirNode, SourcePositionRanges, SourcePositionRange, Sources, type
6
type JsonMeasurement = Array<any>;
7
export type NodeId = string;
8
9
-export type CircuitMetricCategory = "State" | "Inputs" | "Outputs" | "Cache" | "Time" | "Balancer";
+export type CircuitMetricCategory = string;
10
11
export interface ProfileMetricDescription {
12
readonly name: string;
0 commit comments