Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 10
    If you make it an IPython script (*.ipy), then all of the IPython syntax will be available, and you can just do %timeit foo as you normally would. Commented Apr 28, 2012 at 17:50
  • 1
    Thank you, it is a good suggestion. But I use this in an org-mode file, and I thinks it knows only about python yet :) Commented Apr 29, 2012 at 12:38
  • More on @minrk's suggestion: stackoverflow.com/questions/11782744/… Commented Jun 27, 2019 at 7:31