Skip to content

Instantly share code, notes, and snippets.

@irrationalRock
Last active April 9, 2018 15:00
Show Gist options
  • Save irrationalRock/2559c0b53eacf59ad25d4cc170a3cd5f to your computer and use it in GitHub Desktop.
Save irrationalRock/2559c0b53eacf59ad25d4cc170a3cd5f to your computer and use it in GitHub Desktop.
xerxes data
Benchmark -O2(180mb file):
Run#1
Real 0m41.442s
User 0m41.200s
Run#2
Real 0m41.404s
User 0m41.136s
AVG:
Real 0m41.423s
User 0m41.168s
-O2 -ftree-loop-distribute-patterns -floop-interchange -ftree-slp-vectorize -fipa-cp-clone
Run#1
Real 0m41.502s
User 0m41.246s
Run#2
Real 0m41.402s
User 0m41.143s
AVG
Real 41.452s
User 41.195s
Relative to Real Benchmark Percent: 0.0700094% increase
Relative to User Benchmark Percent: 0.0655849% increase
-O2 -ftree-loop-distribution -ftree-loop-distribute-patterns -fvect-cost-model -ftree-partial-pre
Run#1
Real 0m41.433s
User 0m41.165s
Run#2
Real 0m41.433s
User 0m41.169s
AVG
Real 41.433s
User 41.167s
Relative to Real Benchmark Percent: 0.0241412% increase
Relative to User Benchmark Percent: 0.00242907% decrease
-O2 -fgcse-after-reload -ftree-loop-distribution -fsplit-paths -ftree-slp-vectorize -fpeel-loops
Run#1
Real 0m41.379s
User 0m41.109s
Run#2
Real 0m41.372s
User 0m41.113s
AVG
Real 41.376s
User 41.111s
Relative to Real Benchmark Percent: 0.113464% decrease
Relative to User Benchmark Percent: 0.138457% decrease
-O2 -ftree-loop-distribution -fsplit-paths -ftree-slp-vectorize -fpeel-loops
Run#1
Real 0m41.984s
User 0m41.735s
Run#2
Real 0m41.367s
User 0m41.123s
AVG
Real 41.676s
User 41.429s
Relative to Real Benchmark Percent: 0.610772% increase
Relative to User Benchmark Percent: 0.633988% increase
-O2 -ftree-partial-pre -fpeel-loops -fipa-cp-clone
Run#1
Real 0m41.407s
User 0m41.151s
Run#2
Real 0m41.369s
User 0m41.136s
AVG
Real 41.388s
User 41.144s
Relative to Real Benchmark Percent: 0.0844941% decrease
Relative to User Benchmark Percent: 0.0582977% decrease
-O2 -ftree-loop-distribution -floop-interchange -ftree-partial-pre -fpeel-loops -fipa-cp-clone
Run#1
Real 0m41.337s
User 0m41.065s
Run#2
Real 0m41.337s
User 0m41.087s
AVG
Real 41.337s
User 41.076s
Relative to Real Benchmark Percent: 0.207614% decrease
Relative to User Benchmark Percent: 0.223475% decrease
*Increases are worse times and Decreases are better times
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment