Searched refs:profilerclass (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_profile.py15 profilerclass = profile.Profile variable in class:ProfileTest
23 prof = cls.profilerclass(timer, 0.001)
41 (method, self.profilerclass.__name__))
54 prof = self.profilerclass(timer, 0.001)
H A Dtest_cprofile.py11 profilerclass = cProfile.Profile variable in class:CProfileTest
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_profile.py15 profilerclass = profile.Profile variable in class:ProfileTest
23 prof = cls.profilerclass(timer, 0.001)
41 (method, self.profilerclass.__name__))
54 prof = self.profilerclass(timer, 0.001)
H A Dtest_cprofile.py11 profilerclass = cProfile.Profile variable in class:CProfileTest

Completed in 141 milliseconds