Skip to content

Instantly share code, notes, and snippets.

@cjdb
Created March 8, 2023 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjdb/6ade504f010dc550890a82f3a5c0ea6a to your computer and use it in GitHub Desktop.
Save cjdb/6ade504f010dc550890a82f3a5c0ea6a to your computer and use it in GitHub Desktop.
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG noadl.cpp
real 0m0.118s
user 0m0.068s
sys 0m0.053s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG noadl.cpp
real 0m0.119s
user 0m0.082s
sys 0m0.040s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG noadl.cpp
real 0m0.116s
user 0m0.074s
sys 0m0.045s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG noadl.cpp
real 0m0.113s
user 0m0.065s
sys 0m0.051s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG noadl.cpp
real 0m0.116s
user 0m0.064s
sys 0m0.055s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG static-op.cpp
real 0m0.126s
user 0m0.083s
sys 0m0.046s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG static-op.cpp
real 0m0.125s
user 0m0.078s
sys 0m0.050s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG static-op.cpp
real 0m0.130s
user 0m0.077s
sys 0m0.055s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG static-op.cpp
real 0m0.129s
user 0m0.084s
sys 0m0.048s
cjdb@cjdb2: ~ ✓
$ time clang++ -std=c++2b -Oz -DNDEBUG static-op.cpp
real 0m0.126s
user 0m0.083s
sys 0m0.045s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment