Home | History | Annotate | Download | only in python2.7

Lines Matching refs:prof

25     prof = Profile()
29 prof = prof.run(statement)
34 prof.dump_stats(filename)
36 result = prof.print_stats(sort)
45 prof = Profile()
49 prof = prof.runctx(statement, globals, locals)
54 prof.dump_stats(filename)
56 result = prof.print_stats(sort)