Skip to content
veloper edited this page Oct 28, 2010 · 8 revisions

Tips and Tricks

Bench::dump([$die = true])

This method will output all the data in Bench (Statistics, Marks, and Errors) using var_dump() then call die(). If you do not want the script to die when Bench::dump() is called then simply pass false as the first parameter.

Clone this wiki locally