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

Go to the source code of this file.

Functions/Subroutines

subroutine Profiler_startName (name)
 
subroutine Profiler_startId (id)
 

Function/Subroutine Documentation

◆ Profiler_startId()

subroutine Profiler_startId ( integer, intent(in)  id)

Definition at line 31 of file Profiler_start.F90.

◆ Profiler_startName()

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.