Skip to content

Commit 68829a6

Browse files
Richard Qiufacebook-github-bot
Richard Qiu
authored andcommitted
init
1 parent 6f191e9 commit 68829a6

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
@@ -882,6 +882,7 @@ class CompilationMetrics:
882882
triton_version: Optional[str] = None
883883
feature_usage: Optional[dict[str, bool]] = None
884884
compile_time_autotune_time_us: Optional[int] = None
885+
gc_time_us: Optional[int] = None
885886

886887

887888
DEFAULT_COMPILATION_METRICS_LIMIT = 64

0 commit comments

Comments
 (0)