FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Profiler_stop.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Profiler_stopName (name)
 
subroutine Profiler_stopId (id)
 

Function/Subroutine Documentation

◆ Profiler_stopId()

subroutine Profiler_stopId ( integer, intent(in)  id)

Definition at line 31 of file Profiler_stop.F90.

◆ Profiler_stopName()

subroutine Profiler_stopName ( character (len=*), intent(in)  name)

Stop profiling the section 'name' or 'id'

name - the name of the section to profile id - the integer id of the section to profile

Definition at line 25 of file Profiler_stop.F90.