Derived type for each method being benchmarked in each image.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(timer), | public | :: | time |
Timer object to measure elapsed time in each image |
|||
real(kind=rk), | public | :: | elapsed_time |
Elapsed time for the benchmark in each image |
|||
real(kind=rk), | public | :: | flops |
Floating-point operations per second in each image |
type :: mark_co !! author: Seyed Ali Ghasemi !! Derived type for each method being benchmarked in each image. !! type(timer) :: time !! Timer object to measure elapsed time in each image real(rk) :: elapsed_time !! Elapsed time for the benchmark in each image real(rk) :: flops !! Floating-point operations per second in each image end type mark_co