Home
last modified time | relevance | path

Searched refs:addProfile (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php64 $profile->addProfile($a = new Profile());
65 $profile->addProfile($b = new Profile());
84 $profile->addProfile($profile1);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DProfilerExtension.php28 $this->actives[0]->addProfile($profile);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php81 public function addProfile(self $profile) function in Twig\\Profiler\\Profile