Skip to content

Commit 29f6ce7

Browse files
Richard Qiufacebook-github-bot
Richard Qiu
authored andcommitted
init
Differential Revision: D67226982
1 parent 478cc35 commit 29f6ce7

File tree

1 file changed

+1
-0
lines changed
  • userbenchmark/dynamo/dynamobench/_dynamo

1 file changed

+1
-0
lines changed

userbenchmark/dynamo/dynamobench/_dynamo/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ class CompilationMetrics:
917917
feature_usage: Optional[dict[str, bool]] = None
918918
compile_time_autotune_time_us: Optional[int] = None
919919
is_runtime: Optional[bool] = False
920+
gc_time_us: Optional[int] = None
920921

921922

922923
DEFAULT_COMPILATION_METRICS_LIMIT = 64

0 commit comments

Comments
 (0)