Lines Matching refs:Profile
36 .. class:: Profile(logfile[, lineevents[, linetimings]])
48 Profile Objects
51 Profile objects have the following methods:
54 .. method:: Profile.addinfo(key, value)
59 .. method:: Profile.close()
64 .. method:: Profile.fileno()
69 .. method:: Profile.run(cmd)
71 Profile an :keyword:`exec`\ -compatible string in the script environment. The
76 .. method:: Profile.runcall(func, *args, **keywords)
78 Profile a single call of a callable. Additional positional and keyword arguments
84 .. method:: Profile.runctx(cmd, globals, locals)
90 .. method:: Profile.start()
95 .. method:: Profile.stop()
134 >>> prof = hotshot.Profile("stones.prof")