Skip to content

Commit

Permalink
Expose debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Aug 1, 2024
1 parent b340a55 commit 7b1f8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private Ranges tryBuildRangesFromSegment(LeafReaderContext leafCtx, boolean segm
/**
* Contains debug info of BKD traversal to show in profile
*/
static class DebugInfo {
public static class DebugInfo {
private int leaf = 0; // leaf node visited
private int inner = 0; // inner node visited

Expand Down

0 comments on commit 7b1f8e4

Please sign in to comment.