[Openmp-commits] [PATCH] D14383: Add OMPT events for the OpenMP taskwait construct.

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 9 06:44:39 PST 2015


protze.joachim added a comment.

In http://reviews.llvm.org/D14383#284083, @jmellorcrummey wrote:

> The callbacks are intended to monitor the beginning and end of an episode of waiting. There is no evidence of the waiting in the diffs provided without context.


Please notice, the callbacks implemented here are NOT ompt_event_WAIT_taskwait_begin/end. 
The callbacks implemented here just mark the event of reaching / leaving the OpenMP taskwait region, associated to a taskwait construct.


http://reviews.llvm.org/D14383





More information about the Openmp-commits mailing list