RE: [cgiapp] Measuring the time taken by the CGI...

2004-07-01 Thread Kleindenst, Fred
PROTECTED] Subject: [cgiapp] Measuring the time taken by the CGI... Hello, I'd like to measure the time taken to execute each particular hit to cgi::app and display the result. My thoughts on how to implement this are roughly: * get the time $T1 in cgiprerun - store in $self * get the time $T2

[cgiapp] Measuring the time taken by the CGI...

2004-06-29 Thread Kleindenst, Fred
Hello, I'd like to measure the time taken to execute each particular hit to cgi::app and display the result. My thoughts on how to implement this are roughly: * get the time $T1 in cgiprerun - store in $self * get the time $T2 in cgipostrun and compute the difference * output the result as a

Re: [cgiapp] Measuring the time taken by the CGI...

2004-06-29 Thread Cees Hek
Kleindenst, Fred wrote: Hello, I'd like to measure the time taken to execute each particular hit to cgi::app and display the result. My thoughts on how to implement this are roughly: * get the time $T1 in cgiprerun - store in $self * get the time $T2 in cgipostrun and compute the difference *

Re: [cgiapp] Measuring the time taken by the CGI...

2004-06-29 Thread Thilo Planz
Fred, I'd like to measure the time taken to execute each particular hit to cgi::app and display the result. My thoughts on how to implement this are roughly: * get the time $T1 in cgiprerun - store in $self * get the time $T2 in cgipostrun and compute the difference * output the result as a