Enable profiling (if it was disabled)
subroutine profiler_enable() !! Enable profiling (if it was disabled) #ifdef PIC_DISABLE_PROFILER return #endif state%enabled = .true. end subroutine profiler_enable