[all-commits] [llvm/llvm-project] b8b2a2: [OpenMP][NFC] Encapsulate profiling logic (#74003)
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Nov 30 15:52:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8b2a279d002f4d424d9b089bc32a0e5d6989dbb
https://github.com/llvm/llvm-project/commit/b8b2a279d002f4d424d9b089bc32a0e5d6989dbb
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M openmp/docs/design/Runtimes.rst
M openmp/libomptarget/include/Shared/Profile.h
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP][NFC] Encapsulate profiling logic (#74003)
This simply puts the profiling logic into the `Profiler` class and
allows non-RAII profiling via `beginSection` and `endSection`.
More information about the All-commits
mailing list