Stops the timer and calculates the CPU time. Optionally, it can print a message along with the CPU time.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(timer), | intent(inout) | :: | this | |||
| integer, | intent(in), | optional | :: | nloops | ||
| character(len=*), | intent(in), | optional | :: | message | ||
| logical, | intent(in), | optional | :: | |||
| character(len=*), | intent(in), | optional | :: | color | ||
| character(len=*), | intent(in), | optional | :: | rfmt |