Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Exception Cost Test - C

Author

anonymous

about 2 years ago

Language

C

Compiler

gcc 12.2.0

Options
Warnings
C11(GNU)
no pedantic

Exception Cost Test - C

Author

anonymous

about 2 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
measureNoExceptionCost: Exceptions: 0, NoExceptions: 100000000, Duration: 770.93 ms
measureExceptionCost: Probability: 0.00%, Exceptions: 0, NoExceptions: 100000000, Duration: 759.99 ms
measureExceptionCost: Probability: 1.00%, Exceptions: 1000361, NoExceptions: 98999639, Duration: 780.00 ms
measureExceptionCost: Probability: 99.00%, Exceptions: 98999886, NoExceptions: 1000114, Duration: 1171.99 ms
Exit Code:
0