FLASH-X
Doxygen Generated Documentation From Interface Source Code
Profiler.h
Go to the documentation of this file.
1interface Profiler_start
2 subroutine Profiler_startName(name)
3 character (len=*), intent(in) :: name
4 end subroutine Profiler_startName
5
6 subroutine Profiler_startId(id)
7 integer, intent(in) :: id
8 end subroutine Profiler_startId
9end interface
10
11interface Profiler_stop
12 subroutine Profiler_stopName(name)
13 character (len=*), intent(in) :: name
14 end subroutine Profiler_stopName
15
16 subroutine Profiler_stopId(id)
17 integer, intent(in) :: id
18 end subroutine Profiler_stopId
19end interface
20
21
include mpif h integer
Definition: Flashx_mpi.h:2
subroutine Profiler_startName(name)
subroutine Profiler_startId(id)
subroutine Profiler_stopName(name)
subroutine Profiler_stopId(id)