Lines Matching refs:t0
51 const double t0 = getTime(); in phio_readheader() local
54 printTime(__func__, getTime()-t0); in phio_readheader()
64 const double t0 = getTime(); in phio_writeheader() local
67 printTime(__func__, getTime()-t0); in phio_writeheader()
76 const double t0 = getTime(); in phio_readdatablock() local
79 printTime(__func__, getTime()-t0); in phio_readdatablock()
88 const double t0 = getTime(); in phio_writedatablock() local
91 printTime(__func__, getTime()-t0); in phio_writedatablock()
98 const double t0 = getTime(); in phio_constructName() local
100 printTime(__func__, getTime()-t0); in phio_constructName()
106 const double t0 = getTime(); in phio_openfile() local
109 printTime(__func__, getTime()-t0); in phio_openfile()
113 const double t0 = getTime(); in phio_closefile() local
116 printTime(__func__, getTime()-t0); in phio_closefile()