Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Exception Cost Test

Author

anonymous

about 2 years ago

Language

PHP

Compiler

php 8.2.1

Options

Exception Cost Test

Author

anonymous

about 2 years ago

$ php prog.php
measureNoExceptionCost: Exceptions: 0, NoExceptions: 10000000, Duration: 621.81 ms
measureExceptionCost: Probability: 0.00%, Exceptions: 0, NoExceptions: 10000000, Duration: 595.05 ms
measureExceptionCost: Probability: 1.00%, Exceptions: 100198, NoExceptions: 9899802, Duration: 640.38 ms
measureExceptionCost: Probability: 99.00%, Exceptions: 9899591, NoExceptions: 100409, Duration: 3609.00 ms
Exit Code:
0