[PATCH] D136022: [clang] Add time profile for constant evaluation
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 11:00:44 PDT 2022
aaron.ballman added inline comments.
================
Comment at: clang/unittests/Support/TimeProfilerTest.cpp:197-198
+
+ // NOTE: If this test is failing, run this test with
+ // `llvm::errs() << TraceGraph;` and change the assert above.
+}
----------------
This bit worries me because I suspect we'll get pretty wide variation between test bots in the build lab. Do you have an idea of how likely it is that this test will have different behavior depending on the machine?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136022/new/
https://reviews.llvm.org/D136022
More information about the cfe-commits
mailing list