Evaluating time

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Angelo Secchi

    Evaluating time


    What is the best way to check how long a python script takes to be
    executed ?

    Thanks in advance

    angelo

  • Matej Pivoluska

    #2
    Re: Evaluating time

    Angelo Secchi wrote:
    [color=blue]
    >
    > What is the best way to check how long a python script takes to be
    > executed ?
    >
    > Thanks in advance
    >
    > angelo[/color]

    % time python yourscript.py

    --
    mP


    Comment

    Working...