![]() |
FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | Profiler_startName (name) |
| subroutine | Profiler_startId (id) |
| subroutine Profiler_startId | ( | integer, intent(in) | id | ) |
Definition at line 31 of file Profiler_start.F90.
| subroutine Profiler_startName | ( | character (len=*), intent(in) | name | ) |
Start 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_start.F90.