[Openmp-commits] [PATCH] D45890: [OMPT] Add implementation and tests of Archer tool
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 18 13:56:21 PDT 2019
protze.joachim added inline comments.
================
Comment at: tools/archer/ompt-tsan.cpp:923-924
+
+ if (archer_flags->print_ompt_counters)
+ all_counter = new callback_counter_t[MAX_THREADS];
+
----------------
Hahnfeld wrote:
> This functionality is not used in the tests and could be a separate patch.
This functionality is useful for debugging errors resulting from errors in the OMPT implementation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D45890/new/
https://reviews.llvm.org/D45890
More information about the Openmp-commits
mailing list