Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_profile.py15 profilerclass = profile.Profile variable in ProfileTest
23 prof = cls.profilerclass(timer, 0.001)
41 (method, self.profilerclass.__name__))
54 prof = self.profilerclass(timer, 0.001)
Dtest_cprofile.py11 profilerclass = cProfile.Profile variable in CProfileTest
/external/python/cpython3/Lib/test/
Dtest_profile.py18 profilerclass = profile.Profile variable in ProfileTest
32 prof = cls.profilerclass(timer, 0.001)
80 prof = self.profilerclass(timer, 0.001)
Dtest_cprofile.py14 profilerclass = cProfile.Profile variable in CProfileTest