Skip to content

Commit d93b6aa

Browse files
committed
Enable new categories in profiler.
From Mihai. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 58bf23b commit d93b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-packages/profiler-lib/src/profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { type MirNode, SourcePositionRanges, SourcePositionRange, Sources, type
66
type JsonMeasurement = Array<any>;
77
export type NodeId = string;
88

9-
export type CircuitMetricCategory = "State" | "Inputs" | "Outputs" | "Cache" | "Time" | "Balancer";
9+
export type CircuitMetricCategory = string;
1010

1111
export interface ProfileMetricDescription {
1212
readonly name: string;

0 commit comments

Comments
 (0)