Skip to content

Commit

Permalink
[GR-48352] Add timer logging support to the ParseTask class
Browse files Browse the repository at this point in the history
PullRequest: graal/19318
  • Loading branch information
cugurm committed Nov 16, 2024
2 parents 9db0e9e + 4081096 commit e238132
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ public void run(DebugContext debug) {
public Description getDescription() {
return description;
}

@Override
public DebugContext getDebug(OptionValues options, List<DebugHandlersFactory> factories) {
return new DebugContext.Builder(options, factories).description(getDescription()).globalMetrics(metricValues).build();
}
}

@SuppressWarnings("this-escape")
Expand Down

0 comments on commit e238132

Please sign in to comment.