summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_tasking.c
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_tasking.c')
-rw-r--r--openmp/runtime/src/kmp_tasking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_tasking.c b/openmp/runtime/src/kmp_tasking.c
index faf11930c38..3cfd3c53ab5 100644
--- a/openmp/runtime/src/kmp_tasking.c
+++ b/openmp/runtime/src/kmp_tasking.c
@@ -1166,7 +1166,7 @@ __kmp_invoke_task( kmp_int32 gtid, kmp_task_t *task, kmp_taskdata_t * current_ta
//
if (!discard) {
KMP_COUNT_BLOCK(TASK_executed);
- KMP_TIME_BLOCK (TASK_execution);
+ KMP_TIME_BLOCK (OMP_task);
#endif // OMP_40_ENABLED
#if OMPT_SUPPORT && OMPT_TRACE
OpenPOWER on IntegriCloud