Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Warnings
Optimization
Don't Use Boost
C++14(GNU)
no pedantic

Author

anonymous

almost 5 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++14
before ready: 27988861ns for 1000 calls, avg 27988.9ns per call
before ready (abs time): 454084ns for 1000 calls, avg 454.084ns per call
after ready: 1781ns for 1000 calls, avg 1.781ns per call
Exit Code:
0