Skip to content

Instantly share code, notes, and snippets.

@linasm
Last active February 26, 2020 07:17
Show Gist options
  • Save linasm/aef06520f3fa63c00ec1602acc55876f to your computer and use it in GitHub Desktop.
Save linasm/aef06520f3fa63c00ec1602acc55876f to your computer and use it in GitHub Desktop.
Netty benchmark results
# JMH version: 1.22
# VM version: JDK 1.8.0_242, OpenJDK 64-Bit Server VM, 25.242-b08
# Processing profiler results: LinuxPerfNormProfiler
Benchmark (algorithm) (bufferType) Mode Cnt Score Error Units
findAll AHO_CORASIC HEAP thrpt 5 26.429 ± 0.034 ops/ms
findAll:CPI AHO_CORASIC HEAP thrpt 0.602 #/op
findAll:L1-dcache-load-misses AHO_CORASIC HEAP thrpt 24.653 #/op
findAll:L1-dcache-loads AHO_CORASIC HEAP thrpt 30099.720 #/op
findAll:L1-dcache-stores AHO_CORASIC HEAP thrpt 182.627 #/op
findAll:L1-icache-load-misses AHO_CORASIC HEAP thrpt 9.231 #/op
findAll:LLC-load-misses AHO_CORASIC HEAP thrpt 0.502 #/op
findAll:LLC-loads AHO_CORASIC HEAP thrpt 1.753 #/op
findAll:LLC-store-misses AHO_CORASIC HEAP thrpt 0.046 #/op
findAll:LLC-stores AHO_CORASIC HEAP thrpt 0.422 #/op
findAll:branch-misses AHO_CORASIC HEAP thrpt 17.262 #/op
findAll:branches AHO_CORASIC HEAP thrpt 33773.497 #/op
findAll:cycles AHO_CORASIC HEAP thrpt 90448.305 #/op
findAll:dTLB-load-misses AHO_CORASIC HEAP thrpt 0.028 #/op
findAll:dTLB-loads AHO_CORASIC HEAP thrpt 30125.451 #/op
findAll:dTLB-store-misses AHO_CORASIC HEAP thrpt 0.003 #/op
findAll:dTLB-stores AHO_CORASIC HEAP thrpt 164.341 #/op
findAll:iTLB-load-misses AHO_CORASIC HEAP thrpt 0.122 #/op
findAll:iTLB-loads AHO_CORASIC HEAP thrpt 0.062 #/op
findAll:instructions AHO_CORASIC HEAP thrpt 150313.668 #/op
findAll AHO_CORASIC COMPOSITE thrpt 5 15.787 ± 0.008 ops/ms
findAll:CPI AHO_CORASIC COMPOSITE thrpt 0.905 #/op
findAll:L1-dcache-load-misses AHO_CORASIC COMPOSITE thrpt 31.402 #/op
findAll:L1-dcache-loads AHO_CORASIC COMPOSITE thrpt 60310.740 #/op
findAll:L1-dcache-stores AHO_CORASIC COMPOSITE thrpt 15029.561 #/op
findAll:L1-icache-load-misses AHO_CORASIC COMPOSITE thrpt 8.079 #/op
findAll:LLC-load-misses AHO_CORASIC COMPOSITE thrpt 0.679 #/op
findAll:LLC-loads AHO_CORASIC COMPOSITE thrpt 1.715 #/op
findAll:LLC-store-misses AHO_CORASIC COMPOSITE thrpt 0.160 #/op
findAll:LLC-stores AHO_CORASIC COMPOSITE thrpt 1.148 #/op
findAll:branch-misses AHO_CORASIC COMPOSITE thrpt 24.444 #/op
findAll:branches AHO_CORASIC COMPOSITE thrpt 34288.816 #/op
findAll:cycles AHO_CORASIC COMPOSITE thrpt 151331.853 #/op
findAll:dTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.072 #/op
findAll:dTLB-loads AHO_CORASIC COMPOSITE thrpt 60381.324 #/op
findAll:dTLB-store-misses AHO_CORASIC COMPOSITE thrpt 0.005 #/op
findAll:dTLB-stores AHO_CORASIC COMPOSITE thrpt 15029.117 #/op
findAll:iTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.216 #/op
findAll:iTLB-loads AHO_CORASIC COMPOSITE thrpt 0.072 #/op
findAll:instructions AHO_CORASIC COMPOSITE thrpt 167255.072 #/op
findAll AHO_CORASIC DIRECT thrpt 5 26.423 ± 0.014 ops/ms
findAll:CPI AHO_CORASIC DIRECT thrpt 0.536 #/op
findAll:L1-dcache-load-misses AHO_CORASIC DIRECT thrpt 22.192 #/op
findAll:L1-dcache-loads AHO_CORASIC DIRECT thrpt 30094.026 #/op
findAll:L1-dcache-stores AHO_CORASIC DIRECT thrpt 166.757 #/op
findAll:L1-icache-load-misses AHO_CORASIC DIRECT thrpt 5.782 #/op
findAll:LLC-load-misses AHO_CORASIC DIRECT thrpt 0.389 #/op
findAll:LLC-loads AHO_CORASIC DIRECT thrpt 1.237 #/op
findAll:LLC-store-misses AHO_CORASIC DIRECT thrpt 0.073 #/op
findAll:LLC-stores AHO_CORASIC DIRECT thrpt 0.723 #/op
findAll:branch-misses AHO_CORASIC DIRECT thrpt 15.169 #/op
findAll:branches AHO_CORASIC DIRECT thrpt 33703.694 #/op
findAll:cycles AHO_CORASIC DIRECT thrpt 90444.440 #/op
findAll:dTLB-load-misses AHO_CORASIC DIRECT thrpt 0.037 #/op
findAll:dTLB-loads AHO_CORASIC DIRECT thrpt 30125.180 #/op
findAll:dTLB-store-misses AHO_CORASIC DIRECT thrpt 0.002 #/op
findAll:dTLB-stores AHO_CORASIC DIRECT thrpt 165.386 #/op
findAll:iTLB-load-misses AHO_CORASIC DIRECT thrpt 0.167 #/op
findAll:iTLB-loads AHO_CORASIC DIRECT thrpt 0.088 #/op
findAll:instructions AHO_CORASIC DIRECT thrpt 168657.124 #/op
findAll KMP HEAP thrpt 5 22.915 ± 0.170 ops/ms
findAll:CPI KMP HEAP thrpt 0.319 #/op
findAll:L1-dcache-load-misses KMP HEAP thrpt 7.275 #/op
findAll:L1-dcache-loads KMP HEAP thrpt 77359.087 #/op
findAll:L1-dcache-stores KMP HEAP thrpt 15764.802 #/op
findAll:L1-icache-load-misses KMP HEAP thrpt 7.867 #/op
findAll:LLC-load-misses KMP HEAP thrpt 0.245 #/op
findAll:LLC-loads KMP HEAP thrpt 0.966 #/op
findAll:LLC-store-misses KMP HEAP thrpt 0.031 #/op
findAll:LLC-stores KMP HEAP thrpt 0.253 #/op
findAll:branch-misses KMP HEAP thrpt 360.258 #/op
findAll:branches KMP HEAP thrpt 105511.031 #/op
findAll:cycles KMP HEAP thrpt 104312.551 #/op
findAll:dTLB-load-misses KMP HEAP thrpt 0.045 #/op
findAll:dTLB-loads KMP HEAP thrpt 77515.139 #/op
findAll:dTLB-store-misses KMP HEAP thrpt 0.008 #/op
findAll:dTLB-stores KMP HEAP thrpt 15755.780 #/op
findAll:iTLB-load-misses KMP HEAP thrpt 0.120 #/op
findAll:iTLB-loads KMP HEAP thrpt 0.060 #/op
findAll:instructions KMP HEAP thrpt 327306.304 #/op
findAll KMP COMPOSITE thrpt 5 19.526 ± 0.115 ops/ms
findAll:CPI KMP COMPOSITE thrpt 0.338 #/op
findAll:L1-dcache-load-misses KMP COMPOSITE thrpt 15.769 #/op
findAll:L1-dcache-loads KMP COMPOSITE thrpt 117011.768 #/op
findAll:L1-dcache-stores KMP COMPOSITE thrpt 15416.862 #/op
findAll:L1-icache-load-misses KMP COMPOSITE thrpt 18.978 #/op
findAll:LLC-load-misses KMP COMPOSITE thrpt 0.507 #/op
findAll:LLC-loads KMP COMPOSITE thrpt 1.867 #/op
findAll:LLC-store-misses KMP COMPOSITE thrpt 0.085 #/op
findAll:LLC-stores KMP COMPOSITE thrpt 0.926 #/op
findAll:branch-misses KMP COMPOSITE thrpt 378.051 #/op
findAll:branches KMP COMPOSITE thrpt 105979.418 #/op
findAll:cycles KMP COMPOSITE thrpt 122369.444 #/op
findAll:dTLB-load-misses KMP COMPOSITE thrpt 0.040 #/op
findAll:dTLB-loads KMP COMPOSITE thrpt 117144.924 #/op
findAll:dTLB-store-misses KMP COMPOSITE thrpt 0.001 #/op
findAll:dTLB-stores KMP COMPOSITE thrpt 15433.029 #/op
findAll:iTLB-load-misses KMP COMPOSITE thrpt 0.149 #/op
findAll:iTLB-loads KMP COMPOSITE thrpt 0.072 #/op
findAll:instructions KMP COMPOSITE thrpt 362064.060 #/op
findAll KMP DIRECT thrpt 5 24.421 ± 0.037 ops/ms
findAll:CPI KMP DIRECT thrpt 0.329 #/op
findAll:L1-dcache-load-misses KMP DIRECT thrpt 6.568 #/op
findAll:L1-dcache-loads KMP DIRECT thrpt 62565.160 #/op
findAll:L1-dcache-stores KMP DIRECT thrpt 15775.933 #/op
findAll:L1-icache-load-misses KMP DIRECT thrpt 6.302 #/op
findAll:LLC-load-misses KMP DIRECT thrpt 0.194 #/op
findAll:LLC-loads KMP DIRECT thrpt 0.667 #/op
findAll:LLC-store-misses KMP DIRECT thrpt 0.091 #/op
findAll:LLC-stores KMP DIRECT thrpt 0.432 #/op
findAll:branch-misses KMP DIRECT thrpt 373.048 #/op
findAll:branches KMP DIRECT thrpt 90663.020 #/op
findAll:cycles KMP DIRECT thrpt 97854.567 #/op
findAll:dTLB-load-misses KMP DIRECT thrpt 0.064 #/op
findAll:dTLB-loads KMP DIRECT thrpt 62633.954 #/op
findAll:dTLB-store-misses KMP DIRECT thrpt 0.022 #/op
findAll:dTLB-stores KMP DIRECT thrpt 15762.293 #/op
findAll:iTLB-load-misses KMP DIRECT thrpt 0.217 #/op
findAll:iTLB-loads KMP DIRECT thrpt 0.059 #/op
findAll:instructions KMP DIRECT thrpt 297345.339 #/op
findAll SHIFTING_BIT_MASK HEAP thrpt 5 49.842 ± 0.222 ops/ms
findAll:CPI SHIFTING_BIT_MASK HEAP thrpt 0.355 #/op
findAll:L1-dcache-load-misses SHIFTING_BIT_MASK HEAP thrpt 16.147 #/op
findAll:L1-dcache-loads SHIFTING_BIT_MASK HEAP thrpt 37902.670 #/op
findAll:L1-dcache-stores SHIFTING_BIT_MASK HEAP thrpt 164.941 #/op
findAll:L1-icache-load-misses SHIFTING_BIT_MASK HEAP thrpt 5.245 #/op
findAll:LLC-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.214 #/op
findAll:LLC-loads SHIFTING_BIT_MASK HEAP thrpt 0.880 #/op
findAll:LLC-store-misses SHIFTING_BIT_MASK HEAP thrpt 0.019 #/op
findAll:LLC-stores SHIFTING_BIT_MASK HEAP thrpt 0.306 #/op
findAll:branch-misses SHIFTING_BIT_MASK HEAP thrpt 13.212 #/op
findAll:branches SHIFTING_BIT_MASK HEAP thrpt 18876.566 #/op
findAll:cycles SHIFTING_BIT_MASK HEAP thrpt 48074.949 #/op
findAll:dTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.007 #/op
findAll:dTLB-loads SHIFTING_BIT_MASK HEAP thrpt 37970.290 #/op
findAll:dTLB-store-misses SHIFTING_BIT_MASK HEAP thrpt ≈ 10⁻³ #/op
findAll:dTLB-stores SHIFTING_BIT_MASK HEAP thrpt 159.820 #/op
findAll:iTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.065 #/op
findAll:iTLB-loads SHIFTING_BIT_MASK HEAP thrpt 0.029 #/op
findAll:instructions SHIFTING_BIT_MASK HEAP thrpt 135495.089 #/op
findAll SHIFTING_BIT_MASK COMPOSITE thrpt 5 33.572 ± 0.575 ops/ms
findAll:CPI SHIFTING_BIT_MASK COMPOSITE thrpt 0.399 #/op
findAll:L1-dcache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 23.415 #/op
findAll:L1-dcache-loads SHIFTING_BIT_MASK COMPOSITE thrpt 67837.690 #/op
findAll:L1-dcache-stores SHIFTING_BIT_MASK COMPOSITE thrpt 15018.153 #/op
findAll:L1-icache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 4.940 #/op
findAll:LLC-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.310 #/op
findAll:LLC-loads SHIFTING_BIT_MASK COMPOSITE thrpt 1.021 #/op
findAll:LLC-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.028 #/op
findAll:LLC-stores SHIFTING_BIT_MASK COMPOSITE thrpt 0.335 #/op
findAll:branch-misses SHIFTING_BIT_MASK COMPOSITE thrpt 26.066 #/op
findAll:branches SHIFTING_BIT_MASK COMPOSITE thrpt 19425.392 #/op
findAll:cycles SHIFTING_BIT_MASK COMPOSITE thrpt 71234.589 #/op
findAll:dTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.020 #/op
findAll:dTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 67948.060 #/op
findAll:dTLB-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.019 #/op
findAll:dTLB-stores SHIFTING_BIT_MASK COMPOSITE thrpt 15039.319 #/op
findAll:iTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.174 #/op
findAll:iTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 0.066 #/op
findAll:instructions SHIFTING_BIT_MASK COMPOSITE thrpt 178553.160 #/op
findAll SHIFTING_BIT_MASK DIRECT thrpt 5 48.693 ± 0.179 ops/ms
findAll:CPI SHIFTING_BIT_MASK DIRECT thrpt 0.285 #/op
findAll:L1-dcache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 15.759 #/op
findAll:L1-dcache-loads SHIFTING_BIT_MASK DIRECT thrpt 37911.394 #/op
findAll:L1-dcache-stores SHIFTING_BIT_MASK DIRECT thrpt 160.242 #/op
findAll:L1-icache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 2.807 #/op
findAll:LLC-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.173 #/op
findAll:LLC-loads SHIFTING_BIT_MASK DIRECT thrpt 0.541 #/op
findAll:LLC-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.016 #/op
findAll:LLC-stores SHIFTING_BIT_MASK DIRECT thrpt 0.205 #/op
findAll:branch-misses SHIFTING_BIT_MASK DIRECT thrpt 14.256 #/op
findAll:branches SHIFTING_BIT_MASK DIRECT thrpt 18816.142 #/op
findAll:cycles SHIFTING_BIT_MASK DIRECT thrpt 49141.870 #/op
findAll:dTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.044 #/op
findAll:dTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 37925.401 #/op
findAll:dTLB-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.009 #/op
findAll:dTLB-stores SHIFTING_BIT_MASK DIRECT thrpt 166.768 #/op
findAll:iTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.092 #/op
findAll:iTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 0.091 #/op
findAll:instructions SHIFTING_BIT_MASK DIRECT thrpt 172193.378 #/op
findFirst AHO_CORASIC HEAP thrpt 5 55.790 ± 0.040 ops/ms
findFirst:CPI AHO_CORASIC HEAP thrpt 0.603 #/op
findFirst:L1-dcache-load-misses AHO_CORASIC HEAP thrpt 18.040 #/op
findFirst:L1-dcache-loads AHO_CORASIC HEAP thrpt 14241.067 #/op
findFirst:L1-dcache-stores AHO_CORASIC HEAP thrpt 55.707 #/op
findFirst:L1-icache-load-misses AHO_CORASIC HEAP thrpt 3.365 #/op
findFirst:LLC-load-misses AHO_CORASIC HEAP thrpt 0.124 #/op
findFirst:LLC-loads AHO_CORASIC HEAP thrpt 1.007 #/op
findFirst:LLC-store-misses AHO_CORASIC HEAP thrpt 0.013 #/op
findFirst:LLC-stores AHO_CORASIC HEAP thrpt 0.208 #/op
findFirst:branch-misses AHO_CORASIC HEAP thrpt 2.130 #/op
findFirst:branches AHO_CORASIC HEAP thrpt 15968.554 #/op
findFirst:cycles AHO_CORASIC HEAP thrpt 42872.050 #/op
findFirst:dTLB-load-misses AHO_CORASIC HEAP thrpt 0.010 #/op
findFirst:dTLB-loads AHO_CORASIC HEAP thrpt 14257.886 #/op
findFirst:dTLB-store-misses AHO_CORASIC HEAP thrpt 0.002 #/op
findFirst:dTLB-stores AHO_CORASIC HEAP thrpt 53.668 #/op
findFirst:iTLB-load-misses AHO_CORASIC HEAP thrpt 0.101 #/op
findFirst:iTLB-loads AHO_CORASIC HEAP thrpt 0.087 #/op
findFirst:instructions AHO_CORASIC HEAP thrpt 71041.089 #/op
findFirst AHO_CORASIC COMPOSITE thrpt 5 55.839 ± 0.059 ops/ms
findFirst:CPI AHO_CORASIC COMPOSITE thrpt 0.601 #/op
findFirst:L1-dcache-load-misses AHO_CORASIC COMPOSITE thrpt 16.302 #/op
findFirst:L1-dcache-loads AHO_CORASIC COMPOSITE thrpt 14349.936 #/op
findFirst:L1-dcache-stores AHO_CORASIC COMPOSITE thrpt 63.887 #/op
findFirst:L1-icache-load-misses AHO_CORASIC COMPOSITE thrpt 2.292 #/op
findFirst:LLC-load-misses AHO_CORASIC COMPOSITE thrpt 0.044 #/op
findFirst:LLC-loads AHO_CORASIC COMPOSITE thrpt 0.483 #/op
findFirst:LLC-store-misses AHO_CORASIC COMPOSITE thrpt 0.034 #/op
findFirst:LLC-stores AHO_CORASIC COMPOSITE thrpt 0.126 #/op
findFirst:branch-misses AHO_CORASIC COMPOSITE thrpt 5.453 #/op
findFirst:branches AHO_CORASIC COMPOSITE thrpt 16049.317 #/op
findFirst:cycles AHO_CORASIC COMPOSITE thrpt 42903.225 #/op
findFirst:dTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.031 #/op
findFirst:dTLB-loads AHO_CORASIC COMPOSITE thrpt 14357.051 #/op
findFirst:dTLB-store-misses AHO_CORASIC COMPOSITE thrpt 0.002 #/op
findFirst:dTLB-stores AHO_CORASIC COMPOSITE thrpt 63.202 #/op
findFirst:iTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.047 #/op
findFirst:iTLB-loads AHO_CORASIC COMPOSITE thrpt 0.015 #/op
findFirst:instructions AHO_CORASIC COMPOSITE thrpt 71441.064 #/op
findFirst AHO_CORASIC DIRECT thrpt 5 55.903 ± 0.005 ops/ms
findFirst:CPI AHO_CORASIC DIRECT thrpt 0.536 #/op
findFirst:L1-dcache-load-misses AHO_CORASIC DIRECT thrpt 12.722 #/op
findFirst:L1-dcache-loads AHO_CORASIC DIRECT thrpt 14273.120 #/op
findFirst:L1-dcache-stores AHO_CORASIC DIRECT thrpt 52.217 #/op
findFirst:L1-icache-load-misses AHO_CORASIC DIRECT thrpt 1.837 #/op
findFirst:LLC-load-misses AHO_CORASIC DIRECT thrpt 0.058 #/op
findFirst:LLC-loads AHO_CORASIC DIRECT thrpt 0.305 #/op
findFirst:LLC-store-misses AHO_CORASIC DIRECT thrpt 0.005 #/op
findFirst:LLC-stores AHO_CORASIC DIRECT thrpt 0.168 #/op
findFirst:branch-misses AHO_CORASIC DIRECT thrpt 1.847 #/op
findFirst:branches AHO_CORASIC DIRECT thrpt 15993.488 #/op
findFirst:cycles AHO_CORASIC DIRECT thrpt 42855.639 #/op
findFirst:dTLB-load-misses AHO_CORASIC DIRECT thrpt 0.100 #/op
findFirst:dTLB-loads AHO_CORASIC DIRECT thrpt 14260.718 #/op
findFirst:dTLB-store-misses AHO_CORASIC DIRECT thrpt 0.008 #/op
findFirst:dTLB-stores AHO_CORASIC DIRECT thrpt 52.572 #/op
findFirst:iTLB-load-misses AHO_CORASIC DIRECT thrpt 0.123 #/op
findFirst:iTLB-loads AHO_CORASIC DIRECT thrpt 0.039 #/op
findFirst:instructions AHO_CORASIC DIRECT thrpt 79961.248 #/op
findFirst KMP HEAP thrpt 5 42.567 ± 0.071 ops/ms
findFirst:CPI KMP HEAP thrpt 0.386 #/op
findFirst:L1-dcache-load-misses KMP HEAP thrpt 5.306 #/op
findFirst:L1-dcache-loads KMP HEAP thrpt 29910.147 #/op
findFirst:L1-dcache-stores KMP HEAP thrpt 54.885 #/op
findFirst:L1-icache-load-misses KMP HEAP thrpt 4.655 #/op
findFirst:LLC-load-misses KMP HEAP thrpt 0.036 #/op
findFirst:LLC-loads KMP HEAP thrpt 0.472 #/op
findFirst:LLC-store-misses KMP HEAP thrpt 0.039 #/op
findFirst:LLC-stores KMP HEAP thrpt 0.406 #/op
findFirst:branch-misses KMP HEAP thrpt 196.157 #/op
findFirst:branches KMP HEAP thrpt 50578.451 #/op
findFirst:cycles KMP HEAP thrpt 56245.383 #/op
findFirst:dTLB-load-misses KMP HEAP thrpt 0.028 #/op
findFirst:dTLB-loads KMP HEAP thrpt 29939.838 #/op
findFirst:dTLB-store-misses KMP HEAP thrpt 0.003 #/op
findFirst:dTLB-stores KMP HEAP thrpt 58.732 #/op
findFirst:iTLB-load-misses KMP HEAP thrpt 0.119 #/op
findFirst:iTLB-loads KMP HEAP thrpt 0.116 #/op
findFirst:instructions KMP HEAP thrpt 145895.103 #/op
findFirst KMP COMPOSITE thrpt 5 62.858 ± 0.107 ops/ms
findFirst:CPI KMP COMPOSITE thrpt 0.261 #/op
findFirst:L1-dcache-load-misses KMP COMPOSITE thrpt 2.045 #/op
findFirst:L1-dcache-loads KMP COMPOSITE thrpt 29918.878 #/op
findFirst:L1-dcache-stores KMP COMPOSITE thrpt 51.661 #/op
findFirst:L1-icache-load-misses KMP COMPOSITE thrpt 2.491 #/op
findFirst:LLC-load-misses KMP COMPOSITE thrpt 0.013 #/op
findFirst:LLC-loads KMP COMPOSITE thrpt 0.231 #/op
findFirst:LLC-store-misses KMP COMPOSITE thrpt 0.008 #/op
findFirst:LLC-stores KMP COMPOSITE thrpt 0.092 #/op
findFirst:branch-misses KMP COMPOSITE thrpt 303.868 #/op
findFirst:branches KMP COMPOSITE thrpt 50556.275 #/op
findFirst:cycles KMP COMPOSITE thrpt 38086.616 #/op
findFirst:dTLB-load-misses KMP COMPOSITE thrpt 0.087 #/op
findFirst:dTLB-loads KMP COMPOSITE thrpt 29918.540 #/op
findFirst:dTLB-store-misses KMP COMPOSITE thrpt 0.012 #/op
findFirst:dTLB-stores KMP COMPOSITE thrpt 57.735 #/op
findFirst:iTLB-load-misses KMP COMPOSITE thrpt 0.053 #/op
findFirst:iTLB-loads KMP COMPOSITE thrpt 0.066 #/op
findFirst:instructions KMP COMPOSITE thrpt 145921.406 #/op
findFirst KMP DIRECT thrpt 5 42.489 ± 0.017 ops/ms
findFirst:CPI KMP DIRECT thrpt 0.428 #/op
findFirst:L1-dcache-load-misses KMP DIRECT thrpt 4.636 #/op
findFirst:L1-dcache-loads KMP DIRECT thrpt 22836.160 #/op
findFirst:L1-dcache-stores KMP DIRECT thrpt 54.604 #/op
findFirst:L1-icache-load-misses KMP DIRECT thrpt 3.970 #/op
findFirst:LLC-load-misses KMP DIRECT thrpt 0.019 #/op
findFirst:LLC-loads KMP DIRECT thrpt 0.468 #/op
findFirst:LLC-store-misses KMP DIRECT thrpt 0.005 #/op
findFirst:LLC-stores KMP DIRECT thrpt 0.060 #/op
findFirst:branch-misses KMP DIRECT thrpt 198.381 #/op
findFirst:branches KMP DIRECT thrpt 43454.929 #/op
findFirst:cycles KMP DIRECT thrpt 56332.515 #/op
findFirst:dTLB-load-misses KMP DIRECT thrpt 0.018 #/op
findFirst:dTLB-loads KMP DIRECT thrpt 22844.561 #/op
findFirst:dTLB-store-misses KMP DIRECT thrpt 0.015 #/op
findFirst:dTLB-stores KMP DIRECT thrpt 55.328 #/op
findFirst:iTLB-load-misses KMP DIRECT thrpt 0.177 #/op
findFirst:iTLB-loads KMP DIRECT thrpt 0.128 #/op
findFirst:instructions KMP DIRECT thrpt 131576.636 #/op
findFirst SHIFTING_BIT_MASK HEAP thrpt 5 106.202 ± 0.144 ops/ms
findFirst:CPI SHIFTING_BIT_MASK HEAP thrpt 0.353 #/op
findFirst:L1-dcache-load-misses SHIFTING_BIT_MASK HEAP thrpt 8.306 #/op
findFirst:L1-dcache-loads SHIFTING_BIT_MASK HEAP thrpt 14265.747 #/op
findFirst:L1-dcache-stores SHIFTING_BIT_MASK HEAP thrpt 52.254 #/op
findFirst:L1-icache-load-misses SHIFTING_BIT_MASK HEAP thrpt 1.098 #/op
findFirst:LLC-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.036 #/op
findFirst:LLC-loads SHIFTING_BIT_MASK HEAP thrpt 0.238 #/op
findFirst:LLC-store-misses SHIFTING_BIT_MASK HEAP thrpt 0.017 #/op
findFirst:LLC-stores SHIFTING_BIT_MASK HEAP thrpt 0.138 #/op
findFirst:branch-misses SHIFTING_BIT_MASK HEAP thrpt 1.675 #/op
findFirst:branches SHIFTING_BIT_MASK HEAP thrpt 8911.443 #/op
findFirst:cycles SHIFTING_BIT_MASK HEAP thrpt 22597.172 #/op
findFirst:dTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.017 #/op
findFirst:dTLB-loads SHIFTING_BIT_MASK HEAP thrpt 14258.479 #/op
findFirst:dTLB-store-misses SHIFTING_BIT_MASK HEAP thrpt 0.003 #/op
findFirst:dTLB-stores SHIFTING_BIT_MASK HEAP thrpt 51.311 #/op
findFirst:iTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.048 #/op
findFirst:iTLB-loads SHIFTING_BIT_MASK HEAP thrpt 0.008 #/op
findFirst:instructions SHIFTING_BIT_MASK HEAP thrpt 64025.626 #/op
findFirst SHIFTING_BIT_MASK COMPOSITE thrpt 5 106.094 ± 0.085 ops/ms
findFirst:CPI SHIFTING_BIT_MASK COMPOSITE thrpt 0.352 #/op
findFirst:L1-dcache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 12.691 #/op
findFirst:L1-dcache-loads SHIFTING_BIT_MASK COMPOSITE thrpt 14351.979 #/op
findFirst:L1-dcache-stores SHIFTING_BIT_MASK COMPOSITE thrpt 60.215 #/op
findFirst:L1-icache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.957 #/op
findFirst:LLC-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.007 #/op
findFirst:LLC-loads SHIFTING_BIT_MASK COMPOSITE thrpt 0.118 #/op
findFirst:LLC-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.018 #/op
findFirst:LLC-stores SHIFTING_BIT_MASK COMPOSITE thrpt 0.052 #/op
findFirst:branch-misses SHIFTING_BIT_MASK COMPOSITE thrpt 5.222 #/op
findFirst:branches SHIFTING_BIT_MASK COMPOSITE thrpt 8970.399 #/op
findFirst:cycles SHIFTING_BIT_MASK COMPOSITE thrpt 22638.748 #/op
findFirst:dTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.016 #/op
findFirst:dTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 14350.125 #/op
findFirst:dTLB-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.002 #/op
findFirst:dTLB-stores SHIFTING_BIT_MASK COMPOSITE thrpt 59.816 #/op
findFirst:iTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.056 #/op
findFirst:iTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 0.021 #/op
findFirst:instructions SHIFTING_BIT_MASK COMPOSITE thrpt 64339.382 #/op
findFirst SHIFTING_BIT_MASK DIRECT thrpt 5 102.972 ± 0.097 ops/ms
findFirst:CPI SHIFTING_BIT_MASK DIRECT thrpt 0.292 #/op
findFirst:L1-dcache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 8.635 #/op
findFirst:L1-dcache-loads SHIFTING_BIT_MASK DIRECT thrpt 14255.892 #/op
findFirst:L1-dcache-stores SHIFTING_BIT_MASK DIRECT thrpt 51.775 #/op
findFirst:L1-icache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 1.343 #/op
findFirst:LLC-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.008 #/op
findFirst:LLC-loads SHIFTING_BIT_MASK DIRECT thrpt 0.161 #/op
findFirst:LLC-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.002 #/op
findFirst:LLC-stores SHIFTING_BIT_MASK DIRECT thrpt 0.058 #/op
findFirst:branch-misses SHIFTING_BIT_MASK DIRECT thrpt 1.983 #/op
findFirst:branches SHIFTING_BIT_MASK DIRECT thrpt 8906.514 #/op
findFirst:cycles SHIFTING_BIT_MASK DIRECT thrpt 23310.574 #/op
findFirst:dTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.005 #/op
findFirst:dTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 14268.884 #/op
findFirst:dTLB-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.002 #/op
findFirst:dTLB-stores SHIFTING_BIT_MASK DIRECT thrpt 49.535 #/op
findFirst:iTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.047 #/op
findFirst:iTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 0.021 #/op
findFirst:instructions SHIFTING_BIT_MASK DIRECT thrpt 79933.655 #/op
findFirstFromIndex AHO_CORASIC HEAP thrpt 5 97.869 ± 0.099 ops/ms
findFirstFromIndex:CPI AHO_CORASIC HEAP thrpt 0.603 #/op
findFirstFromIndex:L1-dcache-load-misses AHO_CORASIC HEAP thrpt 5.529 #/op
findFirstFromIndex:L1-dcache-loads AHO_CORASIC HEAP thrpt 8167.356 #/op
findFirstFromIndex:L1-dcache-stores AHO_CORASIC HEAP thrpt 50.976 #/op
findFirstFromIndex:L1-icache-load-misses AHO_CORASIC HEAP thrpt 1.105 #/op
findFirstFromIndex:LLC-load-misses AHO_CORASIC HEAP thrpt 0.043 #/op
findFirstFromIndex:LLC-loads AHO_CORASIC HEAP thrpt 0.178 #/op
findFirstFromIndex:LLC-store-misses AHO_CORASIC HEAP thrpt 0.035 #/op
findFirstFromIndex:LLC-stores AHO_CORASIC HEAP thrpt 0.171 #/op
findFirstFromIndex:branch-misses AHO_CORASIC HEAP thrpt 1.638 #/op
findFirstFromIndex:branches AHO_CORASIC HEAP thrpt 9144.930 #/op
findFirstFromIndex:cycles AHO_CORASIC HEAP thrpt 24526.701 #/op
findFirstFromIndex:dTLB-load-misses AHO_CORASIC HEAP thrpt 0.055 #/op
findFirstFromIndex:dTLB-loads AHO_CORASIC HEAP thrpt 8167.542 #/op
findFirstFromIndex:dTLB-store-misses AHO_CORASIC HEAP thrpt 0.004 #/op
findFirstFromIndex:dTLB-stores AHO_CORASIC HEAP thrpt 54.324 #/op
findFirstFromIndex:iTLB-load-misses AHO_CORASIC HEAP thrpt 0.026 #/op
findFirstFromIndex:iTLB-loads AHO_CORASIC HEAP thrpt 0.011 #/op
findFirstFromIndex:instructions AHO_CORASIC HEAP thrpt 40706.366 #/op
findFirstFromIndex AHO_CORASIC COMPOSITE thrpt 5 97.757 ± 0.067 ops/ms
findFirstFromIndex:CPI AHO_CORASIC COMPOSITE thrpt 0.599 #/op
findFirstFromIndex:L1-dcache-load-misses AHO_CORASIC COMPOSITE thrpt 5.179 #/op
findFirstFromIndex:L1-dcache-loads AHO_CORASIC COMPOSITE thrpt 8213.856 #/op
findFirstFromIndex:L1-dcache-stores AHO_CORASIC COMPOSITE thrpt 52.010 #/op
findFirstFromIndex:L1-icache-load-misses AHO_CORASIC COMPOSITE thrpt 1.795 #/op
findFirstFromIndex:LLC-load-misses AHO_CORASIC COMPOSITE thrpt 0.079 #/op
findFirstFromIndex:LLC-loads AHO_CORASIC COMPOSITE thrpt 0.349 #/op
findFirstFromIndex:LLC-store-misses AHO_CORASIC COMPOSITE thrpt 0.013 #/op
findFirstFromIndex:LLC-stores AHO_CORASIC COMPOSITE thrpt 0.133 #/op
findFirstFromIndex:branch-misses AHO_CORASIC COMPOSITE thrpt 4.722 #/op
findFirstFromIndex:branches AHO_CORASIC COMPOSITE thrpt 9195.707 #/op
findFirstFromIndex:cycles AHO_CORASIC COMPOSITE thrpt 24560.502 #/op
findFirstFromIndex:dTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.008 #/op
findFirstFromIndex:dTLB-loads AHO_CORASIC COMPOSITE thrpt 8220.778 #/op
findFirstFromIndex:dTLB-store-misses AHO_CORASIC COMPOSITE thrpt 0.001 #/op
findFirstFromIndex:dTLB-stores AHO_CORASIC COMPOSITE thrpt 52.648 #/op
findFirstFromIndex:iTLB-load-misses AHO_CORASIC COMPOSITE thrpt 0.034 #/op
findFirstFromIndex:iTLB-loads AHO_CORASIC COMPOSITE thrpt 0.017 #/op
findFirstFromIndex:instructions AHO_CORASIC COMPOSITE thrpt 40978.258 #/op
findFirstFromIndex AHO_CORASIC DIRECT thrpt 5 97.868 ± 0.032 ops/ms
findFirstFromIndex:CPI AHO_CORASIC DIRECT thrpt 0.537 #/op
findFirstFromIndex:L1-dcache-load-misses AHO_CORASIC DIRECT thrpt 5.310 #/op
findFirstFromIndex:L1-dcache-loads AHO_CORASIC DIRECT thrpt 8159.130 #/op
findFirstFromIndex:L1-dcache-stores AHO_CORASIC DIRECT thrpt 51.291 #/op
findFirstFromIndex:L1-icache-load-misses AHO_CORASIC DIRECT thrpt 1.483 #/op
findFirstFromIndex:LLC-load-misses AHO_CORASIC DIRECT thrpt 0.016 #/op
findFirstFromIndex:LLC-loads AHO_CORASIC DIRECT thrpt 0.210 #/op
findFirstFromIndex:LLC-store-misses AHO_CORASIC DIRECT thrpt 0.030 #/op
findFirstFromIndex:LLC-stores AHO_CORASIC DIRECT thrpt 0.152 #/op
findFirstFromIndex:branch-misses AHO_CORASIC DIRECT thrpt 1.298 #/op
findFirstFromIndex:branches AHO_CORASIC DIRECT thrpt 9129.781 #/op
findFirstFromIndex:cycles AHO_CORASIC DIRECT thrpt 24500.310 #/op
findFirstFromIndex:dTLB-load-misses AHO_CORASIC DIRECT thrpt 0.028 #/op
findFirstFromIndex:dTLB-loads AHO_CORASIC DIRECT thrpt 8158.536 #/op
findFirstFromIndex:dTLB-store-misses AHO_CORASIC DIRECT thrpt 0.006 #/op
findFirstFromIndex:dTLB-stores AHO_CORASIC DIRECT thrpt 55.570 #/op
findFirstFromIndex:iTLB-load-misses AHO_CORASIC DIRECT thrpt 0.055 #/op
findFirstFromIndex:iTLB-loads AHO_CORASIC DIRECT thrpt 0.023 #/op
findFirstFromIndex:instructions AHO_CORASIC DIRECT thrpt 45663.900 #/op
findFirstFromIndex KMP HEAP thrpt 5 121.411 ± 0.226 ops/ms
findFirstFromIndex:CPI KMP HEAP thrpt 0.239 #/op
findFirstFromIndex:L1-dcache-load-misses KMP HEAP thrpt 0.856 #/op
findFirstFromIndex:L1-dcache-loads KMP HEAP thrpt 16956.107 #/op
findFirstFromIndex:L1-dcache-stores KMP HEAP thrpt 53.597 #/op
findFirstFromIndex:L1-icache-load-misses KMP HEAP thrpt 1.259 #/op
findFirstFromIndex:LLC-load-misses KMP HEAP thrpt 0.028 #/op
findFirstFromIndex:LLC-loads KMP HEAP thrpt 0.166 #/op
findFirstFromIndex:LLC-store-misses KMP HEAP thrpt 0.015 #/op
findFirstFromIndex:LLC-stores KMP HEAP thrpt 0.052 #/op
findFirstFromIndex:branch-misses KMP HEAP thrpt 98.420 #/op
findFirstFromIndex:branches KMP HEAP thrpt 28760.403 #/op
findFirstFromIndex:cycles KMP HEAP thrpt 19790.567 #/op
findFirstFromIndex:dTLB-load-misses KMP HEAP thrpt 0.015 #/op
findFirstFromIndex:dTLB-loads KMP HEAP thrpt 16959.112 #/op
findFirstFromIndex:dTLB-store-misses KMP HEAP thrpt 0.002 #/op
findFirstFromIndex:dTLB-stores KMP HEAP thrpt 52.767 #/op
findFirstFromIndex:iTLB-load-misses KMP HEAP thrpt 0.046 #/op
findFirstFromIndex:iTLB-loads KMP HEAP thrpt 0.014 #/op
findFirstFromIndex:instructions KMP HEAP thrpt 82951.416 #/op
findFirstFromIndex KMP COMPOSITE thrpt 5 96.631 ± 0.073 ops/ms
findFirstFromIndex:CPI KMP COMPOSITE thrpt 0.299 #/op
findFirstFromIndex:L1-dcache-load-misses KMP COMPOSITE thrpt 1.322 #/op
findFirstFromIndex:L1-dcache-loads KMP COMPOSITE thrpt 17024.076 #/op
findFirstFromIndex:L1-dcache-stores KMP COMPOSITE thrpt 54.691 #/op
findFirstFromIndex:L1-icache-load-misses KMP COMPOSITE thrpt 2.374 #/op
findFirstFromIndex:LLC-load-misses KMP COMPOSITE thrpt 0.044 #/op
findFirstFromIndex:LLC-loads KMP COMPOSITE thrpt 0.311 #/op
findFirstFromIndex:LLC-store-misses KMP COMPOSITE thrpt 0.019 #/op
findFirstFromIndex:LLC-stores KMP COMPOSITE thrpt 0.160 #/op
findFirstFromIndex:branch-misses KMP COMPOSITE thrpt 120.097 #/op
findFirstFromIndex:branches KMP COMPOSITE thrpt 28802.458 #/op
findFirstFromIndex:cycles KMP COMPOSITE thrpt 24829.743 #/op
findFirstFromIndex:dTLB-load-misses KMP COMPOSITE thrpt 0.011 #/op
findFirstFromIndex:dTLB-loads KMP COMPOSITE thrpt 17017.425 #/op
findFirstFromIndex:dTLB-store-misses KMP COMPOSITE thrpt 0.003 #/op
findFirstFromIndex:dTLB-stores KMP COMPOSITE thrpt 55.287 #/op
findFirstFromIndex:iTLB-load-misses KMP COMPOSITE thrpt 0.072 #/op
findFirstFromIndex:iTLB-loads KMP COMPOSITE thrpt 0.010 #/op
findFirstFromIndex:instructions KMP COMPOSITE thrpt 83169.037 #/op
findFirstFromIndex KMP DIRECT thrpt 5 99.373 ± 0.052 ops/ms
findFirstFromIndex:CPI KMP DIRECT thrpt 0.323 #/op
findFirstFromIndex:L1-dcache-load-misses KMP DIRECT thrpt 0.993 #/op
findFirstFromIndex:L1-dcache-loads KMP DIRECT thrpt 12918.122 #/op
findFirstFromIndex:L1-dcache-stores KMP DIRECT thrpt 50.859 #/op
findFirstFromIndex:L1-icache-load-misses KMP DIRECT thrpt 1.138 #/op
findFirstFromIndex:LLC-load-misses KMP DIRECT thrpt 0.010 #/op
findFirstFromIndex:LLC-loads KMP DIRECT thrpt 0.110 #/op
findFirstFromIndex:LLC-store-misses KMP DIRECT thrpt 0.008 #/op
findFirstFromIndex:LLC-stores KMP DIRECT thrpt 0.051 #/op
findFirstFromIndex:branch-misses KMP DIRECT thrpt 101.572 #/op
findFirstFromIndex:branches KMP DIRECT thrpt 24694.749 #/op
findFirstFromIndex:cycles KMP DIRECT thrpt 24122.057 #/op
findFirstFromIndex:dTLB-load-misses KMP DIRECT thrpt 0.015 #/op
findFirstFromIndex:dTLB-loads KMP DIRECT thrpt 12920.107 #/op
findFirstFromIndex:dTLB-store-misses KMP DIRECT thrpt 0.005 #/op
findFirstFromIndex:dTLB-stores KMP DIRECT thrpt 53.240 #/op
findFirstFromIndex:iTLB-load-misses KMP DIRECT thrpt 0.061 #/op
findFirstFromIndex:iTLB-loads KMP DIRECT thrpt 0.036 #/op
findFirstFromIndex:instructions KMP DIRECT thrpt 74755.338 #/op
findFirstFromIndex SHIFTING_BIT_MASK HEAP thrpt 5 185.410 ± 0.616 ops/ms
findFirstFromIndex:CPI SHIFTING_BIT_MASK HEAP thrpt 0.354 #/op
findFirstFromIndex:L1-dcache-load-misses SHIFTING_BIT_MASK HEAP thrpt 3.084 #/op
findFirstFromIndex:L1-dcache-loads SHIFTING_BIT_MASK HEAP thrpt 8168.034 #/op
findFirstFromIndex:L1-dcache-stores SHIFTING_BIT_MASK HEAP thrpt 50.723 #/op
findFirstFromIndex:L1-icache-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.961 #/op
findFirstFromIndex:LLC-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.020 #/op
findFirstFromIndex:LLC-loads SHIFTING_BIT_MASK HEAP thrpt 0.134 #/op
findFirstFromIndex:LLC-store-misses SHIFTING_BIT_MASK HEAP thrpt 0.008 #/op
findFirstFromIndex:LLC-stores SHIFTING_BIT_MASK HEAP thrpt 0.028 #/op
findFirstFromIndex:branch-misses SHIFTING_BIT_MASK HEAP thrpt 1.434 #/op
findFirstFromIndex:branches SHIFTING_BIT_MASK HEAP thrpt 5113.584 #/op
findFirstFromIndex:cycles SHIFTING_BIT_MASK HEAP thrpt 12996.187 #/op
findFirstFromIndex:dTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.015 #/op
findFirstFromIndex:dTLB-loads SHIFTING_BIT_MASK HEAP thrpt 8167.381 #/op
findFirstFromIndex:dTLB-store-misses SHIFTING_BIT_MASK HEAP thrpt 0.002 #/op
findFirstFromIndex:dTLB-stores SHIFTING_BIT_MASK HEAP thrpt 51.336 #/op
findFirstFromIndex:iTLB-load-misses SHIFTING_BIT_MASK HEAP thrpt 0.018 #/op
findFirstFromIndex:iTLB-loads SHIFTING_BIT_MASK HEAP thrpt 0.003 #/op
findFirstFromIndex:instructions SHIFTING_BIT_MASK HEAP thrpt 36664.788 #/op
findFirstFromIndex SHIFTING_BIT_MASK COMPOSITE thrpt 5 184.573 ± 0.125 ops/ms
findFirstFromIndex:CPI SHIFTING_BIT_MASK COMPOSITE thrpt 0.353 #/op
findFirstFromIndex:L1-dcache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 3.787 #/op
findFirstFromIndex:L1-dcache-loads SHIFTING_BIT_MASK COMPOSITE thrpt 8208.006 #/op
findFirstFromIndex:L1-dcache-stores SHIFTING_BIT_MASK COMPOSITE thrpt 50.126 #/op
findFirstFromIndex:L1-icache-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 1.102 #/op
findFirstFromIndex:LLC-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.011 #/op
findFirstFromIndex:LLC-loads SHIFTING_BIT_MASK COMPOSITE thrpt 0.140 #/op
findFirstFromIndex:LLC-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.014 #/op
findFirstFromIndex:LLC-stores SHIFTING_BIT_MASK COMPOSITE thrpt 0.052 #/op
findFirstFromIndex:branch-misses SHIFTING_BIT_MASK COMPOSITE thrpt 4.840 #/op
findFirstFromIndex:branches SHIFTING_BIT_MASK COMPOSITE thrpt 5156.461 #/op
findFirstFromIndex:cycles SHIFTING_BIT_MASK COMPOSITE thrpt 13038.935 #/op
findFirstFromIndex:dTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.015 #/op
findFirstFromIndex:dTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 8200.594 #/op
findFirstFromIndex:dTLB-store-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.002 #/op
findFirstFromIndex:dTLB-stores SHIFTING_BIT_MASK COMPOSITE thrpt 50.630 #/op
findFirstFromIndex:iTLB-load-misses SHIFTING_BIT_MASK COMPOSITE thrpt 0.022 #/op
findFirstFromIndex:iTLB-loads SHIFTING_BIT_MASK COMPOSITE thrpt 0.004 #/op
findFirstFromIndex:instructions SHIFTING_BIT_MASK COMPOSITE thrpt 36894.066 #/op
findFirstFromIndex SHIFTING_BIT_MASK DIRECT thrpt 5 180.652 ± 0.278 ops/ms
findFirstFromIndex:CPI SHIFTING_BIT_MASK DIRECT thrpt 0.292 #/op
findFirstFromIndex:L1-dcache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 2.551 #/op
findFirstFromIndex:L1-dcache-loads SHIFTING_BIT_MASK DIRECT thrpt 8166.374 #/op
findFirstFromIndex:L1-dcache-stores SHIFTING_BIT_MASK DIRECT thrpt 50.851 #/op
findFirstFromIndex:L1-icache-load-misses SHIFTING_BIT_MASK DIRECT thrpt 1.285 #/op
findFirstFromIndex:LLC-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.038 #/op
findFirstFromIndex:LLC-loads SHIFTING_BIT_MASK DIRECT thrpt 0.167 #/op
findFirstFromIndex:LLC-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.011 #/op
findFirstFromIndex:LLC-stores SHIFTING_BIT_MASK DIRECT thrpt 0.106 #/op
findFirstFromIndex:branch-misses SHIFTING_BIT_MASK DIRECT thrpt 1.452 #/op
findFirstFromIndex:branches SHIFTING_BIT_MASK DIRECT thrpt 5106.043 #/op
findFirstFromIndex:cycles SHIFTING_BIT_MASK DIRECT thrpt 13330.759 #/op
findFirstFromIndex:dTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.006 #/op
findFirstFromIndex:dTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 8167.511 #/op
findFirstFromIndex:dTLB-store-misses SHIFTING_BIT_MASK DIRECT thrpt 0.002 #/op
findFirstFromIndex:dTLB-stores SHIFTING_BIT_MASK DIRECT thrpt 49.742 #/op
findFirstFromIndex:iTLB-load-misses SHIFTING_BIT_MASK DIRECT thrpt 0.037 #/op
findFirstFromIndex:iTLB-loads SHIFTING_BIT_MASK DIRECT thrpt 0.005 #/op
findFirstFromIndex:instructions SHIFTING_BIT_MASK DIRECT thrpt 45702.370 #/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment