perfon Subroutine

subroutine perfon(label)

Uses

  • proc~~perfon~~UsesGraph proc~perfon perfon module~timings timings proc~perfon->module~timings ftimings ftimings module~timings->ftimings

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: label

Calls

proc~~perfon~~CallsGraph proc~perfon perfon start start proc~perfon->start

Source Code

subroutine perfon(label)
  use timings
  character(*), intent(in) :: label

  call timer%start(trim(adjustl(label)))
end subroutine perfon