Name
TAU_PROFILER_GET_INCLUSIVE_VALUES_TASK — Returns the inclusive amount of a metric spend by this timer on a given task.
Synopsis
C/C++:
TAU_PROFILER_GET_INCLUSIVE_VALUES_TASK( |
timer, | |
incl, | ||
taskid) ;
|
Timer | timer; |
double& | incl; |
int | taskid; |
description
TAU_PROFILER_GET_INCLUSIVE_VALUES_TASK
Returns the inclusive amount of a metric spend while this timer
was running (and any subsequent timers called from this timer) on a given
task.