Lines Matching refs:cpusec
38 real(kind=8) :: cpusec(2) local
40 call cpu_time(cpusec(1))
55 call cpu_time(cpusec(2))
56 ramg_time(13)=ramg_time(13)+cpusec(2)-cpusec(1)
73 real(kind=8) :: cpusec(2) local
75 call cpu_time(cpusec(1))
85 call cpu_time(cpusec(2))
86 ramg_time(13)=ramg_time(13)+cpusec(2)-cpusec(1)
158 real(kind=8) :: cpusec(2) local
160 call cpu_time(cpusec(1))
184 call cpu_time(cpusec(2))
186 ramg_time(11) = ramg_time(11) + cpusec(2)-cpusec(1)
188 ramg_time(12) = ramg_time(12) + cpusec(2)-cpusec(1)
218 real(kind=8) :: cpusec(2) variable
220 call cpu_time(cpusec(1))