Skip to content

Commit d63b0b7

Browse files
committed
Set subcategory to 0 maybe?
1 parent 0ce0f59 commit d63b0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod/fxprof-tracer/src/main/scala/Tracer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class RealTracer private[tracer] (meta: ProfileMeta, clock: ClockSample)
144144

145145
FrameTable(categories.length)
146146
.withCategory(categories.map(Some(_)))
147-
.withSubcategory(Vector.fill(categories.length)(None))
147+
.withSubcategory(Vector.fill(categories.length)(Some(0)))
148148
.withFunc(functions)
149149
.withNativeSymbol(Vector.fill(categories.length)(None))
150150
.withInlineDepth(Vector.fill(categories.length)(0))

0 commit comments

Comments
 (0)