Ticks
The example profiles the PHP code within the 'declare' block,
recording the time at which every second low-level statement in
the block was executed. This information can then be used to
find the slow areas within particular segments of code. This
process can be performed using other methods: using ticks is
more convenient and easier to implement.