Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29f6ce7

Browse files
Richard Qiufacebook-github-bot
authored andcommittedDec 14, 2024·
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‎

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.