 |
V3FIT
|
7 end subroutine perfinit
9 subroutine perfon(region)
12 character(*),
intent(in) :: region
17 subroutine perfoff(region)
19 character(*),
intent(in) :: region
22 end subroutine perfoff
24 subroutine perfout(region)
26 character(*),
intent(in) :: region
28 end subroutine perfout
31 subroutine perf_context_start()
33 end subroutine perf_context_start
35 subroutine perf_context_end()
37 end subroutine perf_context_end