[PATCH] D84931: [lit] Add --time-trace-output to lit

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 21:43:35 PDT 2020


yln added inline comments.


================
Comment at: llvm/utils/lit/lit/reports.py:168
+            'ph': 'X',
+            'ts': int(start_time * 1000000.),
+            'dur': int(elapsed_time * 1000000.),
----------------
One quick additional question: I am assuming this is here because we want whole numbers?  I am not sure about Python numerics; there is no risk of overflowing here, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84931/new/

https://reviews.llvm.org/D84931



More information about the llvm-commits mailing list