You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.