Lines Matching defs:timer
1 subroutine timer (tcode) subroutine
43 if (ii .eq. icd + 2) call error ('timer ', tcode, 0) argument
157 1000 format(a80,//,
160 1100 format(1x,
162 1200 format(1x,a8,4x,i7,5x,f11.2,8x,f7.2)
163 1300 format(1x,a8,16x,f11.2,8x,f7.2)
164 1400 format(/,' Wall-clock time : ',f8.1,' seconds')
165 2000 format(///,
167 2100 format(1x,'No. of floating-point operations : ',i20,/)
168 2200 format(1x,'Flop rate with gather/scatter : ',f5.1,
170 2300 format(1x,'Flop rate without gather/scatter :',f5.1,
172 2400 format(1x,'No. of bytes gathered : ',i20,/)
173 2500 format(1x,'No. of bytes scattered : ',i20,/)
174 2600 format(1x,'Gather transfer rate : ',f6.2, ' Mbytes/s',/)
175 2700 format(1x,'Scatter transfer rate :',f6.2, ' Mbytes/s')