Re: Script Running Time

2008-02-21 Thread Tim Chase
> I am trying to find a way to output how long a script took to run. > > Obviously the print would go at the end of the script, so it would be > the time up till that point. I also run a PostgreSQL query inside the > script and would like to separately show how long the query took to > run. > > I

Script Running Time

2008-02-21 Thread ewanfisher
Hello, I am trying to find a way to output how long a script took to run. Obviously the print would go at the end of the script, so it would be the time up till that point. I also run a PostgreSQL query inside the script and would like to separately show how long the query took to run. Is this e