A profiler is an analysis tool that measures key components of a program or software system. The tools usually track how many system calls, etc. are performed by the program and the cost of each of the functions in terms of cpu cycles, memory usage etc. They are basically a way to help optimize code.
..and no, I don't know of any for PHP, specifically.
-- Rich