Lines Matching refs:prof
59 prof = Profile()61 prof = prof.run(statement)65 prof.dump_stats(filename)67 return prof.print_stats(sort)75 prof = Profile()77 prof = prof.runctx(statement, globals, locals)82 prof.dump_stats(filename)84 return prof.print_stats(sort)