Hi,
Anybody has the source code/links to view CPU performance (like Windows Task Manager) in PHP?
CPU performance source code
Moderator: General Moderators
-
antoniobanjeras
- Forum Newbie
- Posts: 10
- Joined: Mon Aug 04, 2008 11:13 pm
Re: CPU performance source code
I think, it is not possible to view the CUP Performance in PHP.
But if you really want to increase the performance of your page, Use YSlow extension in Mozilla Firefox.
But if you really want to increase the performance of your page, Use YSlow extension in Mozilla Firefox.
Re: CPU performance source code
Using "ps" on the linux command line can give you tons of info about a task, but I think using zend or phpED is the best way to profile, as it shows exactly where in the code time is being spent