Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Exception Cost Test

Author

anonymous

about 2 years ago

Language

Perl

Compiler

perl 5.38.0

Options

Exception Cost Test

Author

anonymous

about 2 years ago

$ perl prog.pl
try/catch is experimental at prog.pl line 41.
try/catch is experimental at prog.pl line 44.
measureNoExceptionCost: Exceptions: 0, NoExceptions: 1000000, Duration: 393.29 ms
measureExceptionCost: Probability: 0.00%, Exceptions: 0, NoExceptions: 1000000, Duration: 474.62 ms
measureExceptionCost: Probability: 1.00%, Exceptions: 10126, NoExceptions: 989874, Duration: 482.05 ms
measureExceptionCost: Probability: 99.00%, Exceptions: 990030, NoExceptions: 9970, Duration: 792.91 ms
Exit Code:
0