[all-commits] [llvm/llvm-project] 27d8ee: [clang] Add time profile for constant evaluation
Evgeny Shulgin via All-commits
all-commits at lists.llvm.org
Fri Oct 21 16:25:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27d8eedd5a3cd7fd644be4f06225ffa1ff04cccf
https://github.com/llvm/llvm-project/commit/27d8eedd5a3cd7fd644be4f06225ffa1ff04cccf
Author: Evgeny Shulgin <izaronplatz at gmail.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ExprConstant.cpp
M clang/unittests/CMakeLists.txt
A clang/unittests/Support/CMakeLists.txt
A clang/unittests/Support/TimeProfilerTest.cpp
Log Message:
-----------
[clang] Add time profile for constant evaluation
Add time profiler for various constexpr evaluation events
so that slow event could be visible on the visualized flame chart.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D136022
More information about the All-commits
mailing list