tic - fabiankindermann/ce-fortran GitHub Wiki
subroutine tic()
This subroutine activates the CPU timer. The subroutine toc can then be used to stop the timer again and print the time that has elapsed.
subroutine tic()
This subroutine activates the CPU timer. The subroutine toc can then be used to stop the timer again and print the time that has elapsed.