Name
TAU_PROFILER_STOP — stops a profiler object created by TAU_PROFILER_CREATE
Synopsis
C/C++:
TAU_PROFILER_STOP(
timer)
;
Timer timer;
description
TAU_PROFILER_STOP
stops a profiler
timer by passing the pointer created by the TAU_PROFILER_CREATE.