Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 169) sorted by last modified time

1234567

/template/sprintdoc/css/
H A Dbase_design.less15 .mode_profile a.action.profile,
/template/ad-hominem/css/
H A Ddesign.less77 .mode_profile .action.profile a,
H A D_forms.css9 * - profile
/template/launch/css/
H A Ddesign.css93 .mode_profile a.action.profile,
H A Dlaunch.css103 .profile-contents {
107 .profile-contents h2 {
115 .profile-image {
120 .profile-contents ul li {
124 .profile-contents ul li a {
136 .profile-contents ul li a i.fa {
140 .profile-contents ul li a:hover {
/template/varicolored/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/cleanresurrected/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/panoramacake/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/tilus/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/darkwood/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/cutopillar/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/basical/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/tripillar/css/
H A Ddesign.css93 .mode_profile a.action.profile,
/template/comicslate/
H A Dstyle.ini22 css/profile.less = screen
/template/mindthedark/css/
H A Ddesign.less73 .mode_profile a.action.profile,
H A D_forms.css9 * - profile
/template/bulma/css/
H A Ddesign.css94 .mode_profile a.action.profile,
105 .mode_profile .action.profile a,
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php23 public function dump(Profile $profile) argument
25 return $this->dumpProfile($profile);
36 if ($profile->isRoot()) {
37 $this->root = $profile->getDuration();
38 $start = $profile->getName();
40 if ($profile->isTemplate()) {
41 $start = $this->formatTemplate($profile, $prefix);
43 $start = $this->formatNonTemplate($profile, $prefix);
50 if ($profile->getDuration() * 1000 < 1) {
56 $nCount = \count($profile->getProfiles());
[all …]
H A DBlackfireDumper.php21 public function dump(Profile $profile) argument
24 $this->dumpProfile('main()', $profile, $data);
25 $this->dumpChildren('main()', $profile, $data);
43 private function dumpChildren(string $parent, Profile $profile, &$data) argument
45 foreach ($profile as $p) {
56 private function dumpProfile(string $edge, Profile $profile, &$data) argument
61 $data[$edge]['mu'] += $profile->getMemoryUsage();
62 $data[$edge]['pmu'] += $profile->getPeakMemoryUsage();
66 'wt' => floor($profile->getDuration() * 1000000),
67 'mu' => $profile->getMemoryUsage(),
[all …]
H A DHtmlDumper.php28 public function dump(Profile $profile) argument
30 return '<pre>'.parent::dump($profile).'</pre>';
33 protected function formatTemplate(Profile $profile, $prefix) argument
35 …le="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate());
38 protected function formatNonTemplate(Profile $profile, $prefix) argument
40 …ix, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self…
43 protected function formatTime(Profile $profile, $percent) argument
45 …">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * …
H A DTextDumper.php21 protected function formatTemplate(Profile $profile, $prefix) argument
23 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
26 protected function formatNonTemplate(Profile $profile, $prefix) argument
28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
31 protected function formatTime(Profile $profile, $percent) argument
33 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
/template/twigstarter/vendor/twig/twig/src/Profiler/
H A DProfile.php85 public function addProfile(self $profile) argument
87 $this->profiles[] = $profile;
100 foreach ($this->profiles as $profile) {
101 $duration += $profile->getDuration();
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DProfilerExtension.php21 public function __construct(Profile $profile) argument
23 $this->actives[] = $profile;
26 public function enter(Profile $profile) argument
28 $this->actives[0]->addProfile($profile);
29 array_unshift($this->actives, $profile);
32 public function leave(Profile $profile) argument
34 $profile->leave();
/template/khum1/css/
H A D_forms.css9 * - profile
H A Dtools.less134 .mode_profile a.action.profile,

1234567