Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_cprofile.py14 profilerclass = cProfile.Profile variable in CProfileTest
35 prof = self.profilerclass()
46 prof = self.profilerclass()
Dtest_profile.py19 profilerclass = profile.Profile variable in ProfileTest
33 prof = cls.profilerclass(timer, 0.001)
81 prof = self.profilerclass(timer, 0.001)