Home
last modified time | relevance | path

Searched refs:_ProfileOutput (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_cprofile.py19 return _ProfileOutput
77 _ProfileOutput = {} variable
78 _ProfileOutput['print_stats'] = """\
88 _ProfileOutput['print_callers'] = """\
105 _ProfileOutput['print_callees'] = """\
H A Dtest_profile.py28 return _ProfileOutput
143 f.write("_ProfileOutput = {}\n")
145 f.write('_ProfileOutput[%r] = """\\\n%s"""\n' % (
168 _ProfileOutput = {} variable
169 _ProfileOutput['print_stats'] = """\
179 _ProfileOutput['print_callers'] = """\
197 _ProfileOutput['print_callees'] = """\

Completed in 2 milliseconds