Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance
36 private float $start_time; variable in Fisharebest\\Webtrees\\Services\\TimeoutService39 * @param float|null $start_time41 public function __construct(float|null $start_time = null) argument43 $this->start_time = $start_time ?? Registry::timeFactory()->now();64 return $now + $threshold > $this->start_time + (float) $max_execution_time;78 return $now > $this->start_time + $limit;
227 $start_time = Registry::timeFactory()->now();238 $seconds = I18N::number($end_time - $start_time, 2);255 $start_time = Registry::timeFactory()->now();259 $seconds = I18N::number($end_time - $start_time, 2);