Home
last modified time | relevance | path

Searched refs:getDuration (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php37 $this->root = $profile->getDuration();
48 $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0;
50 if ($profile->getDuration() * 1000 < 1) {
H A DBlackfireDumper.php60 $data[$edge]['wt'] += floor($profile->getDuration() * 1000000);
66 'wt' => floor($profile->getDuration() * 1000000),
H A DTextDumper.php33 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
H A DHtmlDumper.php45 …0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * 1000, $perc…
/template/twigstarter/vendor/twig/twig/src/Profiler/
H A DProfile.php95 public function getDuration() function in Twig\\Profiler\\Profile
101 $duration += $profile->getDuration();
/template/roundtheme/
H A Dhide_menu.js85 if (t > this.getDuration()) {
110 t.getDuration = function(){ function