What are some good PHP profilers that can be used?

php, profiler

Solution

I use XDebug and WinCacheGrind to profile php.

Problem

I've studied about profilers in PHP... Now I want to know: What are some good PHP profilers that can be used?

Original source