Home | History | Annotate | Download | only in contrib

Lines Matching defs:time_end

658 $time_end = explode(' ', microtime());
659 $time_diff = $time_end[0] + $time_end[1] - $time_start[0] - $time_start[1];