Name
TAU_PROFILER_GET_EXCLUSIVE_VALUES — Returns the exclusive amount of a metric spend by this timer.
Synopsis
C/C++:
TAU_PROFILER_GET_EXCLUSIVE_VALUES( |
timer, | |
excl) ;
|
Timer | timer; |
double& | excl; |
description
TAU_PROFILER_GET_EXCLUSIVE_VALUES
Returns the exclusive amount of the metric spend while this timer
was running (and while no other subsequent timers was running.)