IPython Documentation

•Profiler support. You can run single statements (similar to profile.run()) or complete programs under the profiler’s control. While this is possible with standard cProfile or profile modules, IPython wraps this functionality with magic commands (see %prunand %run -p) convenient for rapid interactive work. •Simple timing information. ................
................