Skip to content

Commit 4dfa230

Browse files
committed
Enable new categories in profiler.
From Mihai. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 43cdb01 commit 4dfa230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)