Searched refs:getDuration (Results 1 – 6 of 6) sorted by relevance
37 $this->root = $profile->getDuration();48 $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0;50 if ($profile->getDuration() * 1000 < 1) {
60 $data[$edge]['wt'] += floor($profile->getDuration() * 1000000);66 'wt' => floor($profile->getDuration() * 1000000),
33 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
45 …0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * 1000, $perc…
95 public function getDuration() function in Twig\\Profiler\\Profile101 $duration += $profile->getDuration();
85 if (t > this.getDuration()) {110 t.getDuration = function(){ function