FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Profiler_stopName (name) |
subroutine | Profiler_stopId (id) |
subroutine Profiler_stopId | ( | integer, intent(in) | id | ) |
Definition at line 31 of file Profiler_stop.F90.
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.