cpu-time - not real time
- From: marco@xxxxxxxxxx
- Date: 25 Jan 2006 06:37:47 -0800
Hello,
I need the used cpu-time of some php-coding. Does anybody know?
Real time doesn't seem to be a problem...
$time_start = microtime(true);
// here my code
$time_end = microtime(true);
$time = $time_end - $time_start;
But I need cpu-time.
Thanks
Marco Volberg
.
- Prev by Date: gzopen and locking
- Next by Date: Courier-IMAP problem
- Previous by thread: gzopen and locking
- Next by thread: Courier-IMAP problem
- Index(es):