fill_boost.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. {
  2. "context": {
  3. "date": "2019-08-23 10:54:47",
  4. "host_name": "hfm-1608b.dhcp.mpi-hd.mpg.de",
  5. "executable": "benchmark/histogram_filling",
  6. "num_cpus": 4,
  7. "mhz_per_cpu": 2900,
  8. "cpu_scaling_enabled": false,
  9. "caches": [
  10. {
  11. "type": "Data",
  12. "level": 1,
  13. "size": 32768000,
  14. "num_sharing": 2
  15. },
  16. {
  17. "type": "Instruction",
  18. "level": 1,
  19. "size": 32768000,
  20. "num_sharing": 2
  21. },
  22. {
  23. "type": "Unified",
  24. "level": 2,
  25. "size": 262144000,
  26. "num_sharing": 2
  27. },
  28. {
  29. "type": "Unified",
  30. "level": 3,
  31. "size": 3145728000,
  32. "num_sharing": 4
  33. }
  34. ],
  35. "load_avg": [1.84229,1.78955,1.83252],
  36. "library_build_type": "release"
  37. },
  38. "benchmarks": [
  39. {
  40. "name": "fill_1d<uniform, static_tag, SStore>",
  41. "run_name": "fill_1d<uniform, static_tag, SStore>",
  42. "run_type": "iteration",
  43. "repetitions": 0,
  44. "repetition_index": 0,
  45. "threads": 1,
  46. "iterations": 201228066,
  47. "real_time": 3.5407639560329622e+00,
  48. "cpu_time": 3.5201998114915036e+00,
  49. "time_unit": "ns",
  50. "items_per_second": 2.8407478369141251e+08
  51. },
  52. {
  53. "name": "fill_1d<uniform, static_tag, DStore>",
  54. "run_name": "fill_1d<uniform, static_tag, DStore>",
  55. "run_type": "iteration",
  56. "repetitions": 0,
  57. "repetition_index": 0,
  58. "threads": 1,
  59. "iterations": 97423835,
  60. "real_time": 7.2164261043414468e+00,
  61. "cpu_time": 7.1876764038286955e+00,
  62. "time_unit": "ns",
  63. "items_per_second": 1.3912702016848242e+08
  64. },
  65. {
  66. "name": "fill_1d<uniform, dynamic_tag, SStore>",
  67. "run_name": "fill_1d<uniform, dynamic_tag, SStore>",
  68. "run_type": "iteration",
  69. "repetitions": 0,
  70. "repetition_index": 0,
  71. "threads": 1,
  72. "iterations": 87270914,
  73. "real_time": 7.9819768127203314e+00,
  74. "cpu_time": 7.9507474850097237e+00,
  75. "time_unit": "ns",
  76. "items_per_second": 1.2577433780728066e+08
  77. },
  78. {
  79. "name": "fill_1d<uniform, dynamic_tag, DStore>",
  80. "run_name": "fill_1d<uniform, dynamic_tag, DStore>",
  81. "run_type": "iteration",
  82. "repetitions": 0,
  83. "repetition_index": 0,
  84. "threads": 1,
  85. "iterations": 48380966,
  86. "real_time": 1.4781245955437280e+01,
  87. "cpu_time": 1.4733108057412503e+01,
  88. "time_unit": "ns",
  89. "items_per_second": 6.7874340981085882e+07
  90. },
  91. {
  92. "name": "fill_n_1d<uniform, static_tag, SStore>",
  93. "run_name": "fill_n_1d<uniform, static_tag, SStore>",
  94. "run_type": "iteration",
  95. "repetitions": 0,
  96. "repetition_index": 0,
  97. "threads": 1,
  98. "iterations": 12463,
  99. "real_time": 5.4906254597196537e+04,
  100. "cpu_time": 5.4800449330016905e+04,
  101. "time_unit": "ns",
  102. "items_per_second": 5.9795130150605083e+08
  103. },
  104. {
  105. "name": "fill_n_1d<uniform, static_tag, DStore>",
  106. "run_name": "fill_n_1d<uniform, static_tag, DStore>",
  107. "run_type": "iteration",
  108. "repetitions": 0,
  109. "repetition_index": 0,
  110. "threads": 1,
  111. "iterations": 4104,
  112. "real_time": 1.6921796537772345e+05,
  113. "cpu_time": 1.6896783625731003e+05,
  114. "time_unit": "ns",
  115. "items_per_second": 1.9393039957083762e+08
  116. },
  117. {
  118. "name": "fill_n_1d<uniform, dynamic_tag, SStore>",
  119. "run_name": "fill_n_1d<uniform, dynamic_tag, SStore>",
  120. "run_type": "iteration",
  121. "repetitions": 0,
  122. "repetition_index": 0,
  123. "threads": 1,
  124. "iterations": 7679,
  125. "real_time": 9.0078655432660860e+04,
  126. "cpu_time": 8.9957155879671875e+04,
  127. "time_unit": "ns",
  128. "items_per_second": 3.6426229441747802e+08
  129. },
  130. {
  131. "name": "fill_n_1d<uniform, dynamic_tag, DStore>",
  132. "run_name": "fill_n_1d<uniform, dynamic_tag, DStore>",
  133. "run_type": "iteration",
  134. "repetitions": 0,
  135. "repetition_index": 0,
  136. "threads": 1,
  137. "iterations": 4024,
  138. "real_time": 1.7238823510891577e+05,
  139. "cpu_time": 1.7216525844930418e+05,
  140. "time_unit": "ns",
  141. "items_per_second": 1.9032875909542966e+08
  142. },
  143. {
  144. "name": "fill_2d<uniform, static_tag, SStore>",
  145. "run_name": "fill_2d<uniform, static_tag, SStore>",
  146. "run_type": "iteration",
  147. "repetitions": 0,
  148. "repetition_index": 0,
  149. "threads": 1,
  150. "iterations": 111417066,
  151. "real_time": 6.0894595707589163e+00,
  152. "cpu_time": 6.0795533782948414e+00,
  153. "time_unit": "ns",
  154. "items_per_second": 3.2897153385319054e+08
  155. },
  156. {
  157. "name": "fill_2d<uniform, static_tag, DStore>",
  158. "run_name": "fill_2d<uniform, static_tag, DStore>",
  159. "run_type": "iteration",
  160. "repetitions": 0,
  161. "repetition_index": 0,
  162. "threads": 1,
  163. "iterations": 71162800,
  164. "real_time": 9.7874032938677278e+00,
  165. "cpu_time": 9.7716363043612766e+00,
  166. "time_unit": "ns",
  167. "items_per_second": 2.0467401136361986e+08
  168. },
  169. {
  170. "name": "fill_2d<uniform, dynamic_tag, SStore>",
  171. "run_name": "fill_2d<uniform, dynamic_tag, SStore>",
  172. "run_type": "iteration",
  173. "repetitions": 0,
  174. "repetition_index": 0,
  175. "threads": 1,
  176. "iterations": 39566129,
  177. "real_time": 1.7739621810640706e+01,
  178. "cpu_time": 1.7701832797441469e+01,
  179. "time_unit": "ns",
  180. "items_per_second": 1.1298265116870099e+08
  181. },
  182. {
  183. "name": "fill_2d<uniform, dynamic_tag, DStore>",
  184. "run_name": "fill_2d<uniform, dynamic_tag, DStore>",
  185. "run_type": "iteration",
  186. "repetitions": 0,
  187. "repetition_index": 0,
  188. "threads": 1,
  189. "iterations": 32431881,
  190. "real_time": 2.1625506951606155e+01,
  191. "cpu_time": 2.1585303670792367e+01,
  192. "time_unit": "ns",
  193. "items_per_second": 9.2655634152891338e+07
  194. },
  195. {
  196. "name": "fill_n_2d<uniform, static_tag, SStore>",
  197. "run_name": "fill_n_2d<uniform, static_tag, SStore>",
  198. "run_type": "iteration",
  199. "repetitions": 0,
  200. "repetition_index": 0,
  201. "threads": 1,
  202. "iterations": 6156,
  203. "real_time": 1.1291128312146183e+05,
  204. "cpu_time": 1.1274187784275506e+05,
  205. "time_unit": "ns",
  206. "items_per_second": 5.8129242881163728e+08
  207. },
  208. {
  209. "name": "fill_n_2d<uniform, static_tag, DStore>",
  210. "run_name": "fill_n_2d<uniform, static_tag, DStore>",
  211. "run_type": "iteration",
  212. "repetitions": 0,
  213. "repetition_index": 0,
  214. "threads": 1,
  215. "iterations": 3178,
  216. "real_time": 2.1979443862555985e+05,
  217. "cpu_time": 2.1938514789175568e+05,
  218. "time_unit": "ns",
  219. "items_per_second": 2.9872578262378716e+08
  220. },
  221. {
  222. "name": "fill_n_2d<uniform, dynamic_tag, SStore>",
  223. "run_name": "fill_n_2d<uniform, dynamic_tag, SStore>",
  224. "run_type": "iteration",
  225. "repetitions": 0,
  226. "repetition_index": 0,
  227. "threads": 1,
  228. "iterations": 6095,
  229. "real_time": 1.1306189648483110e+05,
  230. "cpu_time": 1.1287186218211612e+05,
  231. "time_unit": "ns",
  232. "items_per_second": 5.8062300677080345e+08
  233. },
  234. {
  235. "name": "fill_n_2d<uniform, dynamic_tag, DStore>",
  236. "run_name": "fill_n_2d<uniform, dynamic_tag, DStore>",
  237. "run_type": "iteration",
  238. "repetitions": 0,
  239. "repetition_index": 0,
  240. "threads": 1,
  241. "iterations": 3076,
  242. "real_time": 2.2972354482827886e+05,
  243. "cpu_time": 2.2899739921976565e+05,
  244. "time_unit": "ns",
  245. "items_per_second": 2.8618665636942893e+08
  246. },
  247. {
  248. "name": "fill_3d<uniform, static_tag, SStore>",
  249. "run_name": "fill_3d<uniform, static_tag, SStore>",
  250. "run_type": "iteration",
  251. "repetitions": 0,
  252. "repetition_index": 0,
  253. "threads": 1,
  254. "iterations": 36665532,
  255. "real_time": 1.8846830833536284e+01,
  256. "cpu_time": 1.8803654614911956e+01,
  257. "time_unit": "ns",
  258. "items_per_second": 1.5954345372951570e+08
  259. },
  260. {
  261. "name": "fill_3d<uniform, static_tag, DStore>",
  262. "run_name": "fill_3d<uniform, static_tag, DStore>",
  263. "run_type": "iteration",
  264. "repetitions": 0,
  265. "repetition_index": 0,
  266. "threads": 1,
  267. "iterations": 35749488,
  268. "real_time": 1.8701713659229132e+01,
  269. "cpu_time": 1.8662588957917379e+01,
  270. "time_unit": "ns",
  271. "items_per_second": 1.6074940120927253e+08
  272. },
  273. {
  274. "name": "fill_3d<uniform, dynamic_tag, SStore>",
  275. "run_name": "fill_3d<uniform, dynamic_tag, SStore>",
  276. "run_type": "iteration",
  277. "repetitions": 0,
  278. "repetition_index": 0,
  279. "threads": 1,
  280. "iterations": 11895052,
  281. "real_time": 4.5185718814936024e+01,
  282. "cpu_time": 4.5102198796608732e+01,
  283. "time_unit": "ns",
  284. "items_per_second": 6.6515604117854491e+07
  285. },
  286. {
  287. "name": "fill_3d<uniform, dynamic_tag, DStore>",
  288. "run_name": "fill_3d<uniform, dynamic_tag, DStore>",
  289. "run_type": "iteration",
  290. "repetitions": 0,
  291. "repetition_index": 0,
  292. "threads": 1,
  293. "iterations": 18505056,
  294. "real_time": 3.8429066956423668e+01,
  295. "cpu_time": 3.8362812844230255e+01,
  296. "time_unit": "ns",
  297. "items_per_second": 7.8200730800979272e+07
  298. },
  299. {
  300. "name": "fill_n_3d<uniform, static_tag, SStore>",
  301. "run_name": "fill_n_3d<uniform, static_tag, SStore>",
  302. "run_type": "iteration",
  303. "repetitions": 0,
  304. "repetition_index": 0,
  305. "threads": 1,
  306. "iterations": 4489,
  307. "real_time": 1.5267818622825525e+05,
  308. "cpu_time": 1.5241902428157700e+05,
  309. "time_unit": "ns",
  310. "items_per_second": 6.4495885906207097e+08
  311. },
  312. {
  313. "name": "fill_n_3d<uniform, static_tag, DStore>",
  314. "run_name": "fill_n_3d<uniform, static_tag, DStore>",
  315. "run_type": "iteration",
  316. "repetitions": 0,
  317. "repetition_index": 0,
  318. "threads": 1,
  319. "iterations": 2582,
  320. "real_time": 2.6931942721553246e+05,
  321. "cpu_time": 2.6888187451588048e+05,
  322. "time_unit": "ns",
  323. "items_per_second": 3.6560292573456472e+08
  324. },
  325. {
  326. "name": "fill_n_3d<uniform, dynamic_tag, SStore>",
  327. "run_name": "fill_n_3d<uniform, dynamic_tag, SStore>",
  328. "run_type": "iteration",
  329. "repetitions": 0,
  330. "repetition_index": 0,
  331. "threads": 1,
  332. "iterations": 4531,
  333. "real_time": 1.5418692230906966e+05,
  334. "cpu_time": 1.5378900904877440e+05,
  335. "time_unit": "ns",
  336. "items_per_second": 6.3921343019267881e+08
  337. },
  338. {
  339. "name": "fill_n_3d<uniform, dynamic_tag, DStore>",
  340. "run_name": "fill_n_3d<uniform, dynamic_tag, DStore>",
  341. "run_type": "iteration",
  342. "repetitions": 0,
  343. "repetition_index": 0,
  344. "threads": 1,
  345. "iterations": 2600,
  346. "real_time": 2.6670942154641333e+05,
  347. "cpu_time": 2.6633500000000047e+05,
  348. "time_unit": "ns",
  349. "items_per_second": 3.6909906696453655e+08
  350. },
  351. {
  352. "name": "fill_6d<uniform, static_tag, SStore>",
  353. "run_name": "fill_6d<uniform, static_tag, SStore>",
  354. "run_type": "iteration",
  355. "repetitions": 0,
  356. "repetition_index": 0,
  357. "threads": 1,
  358. "iterations": 20029013,
  359. "real_time": 3.5262177466417157e+01,
  360. "cpu_time": 3.5197191194593458e+01,
  361. "time_unit": "ns",
  362. "items_per_second": 1.7046814806408882e+08
  363. },
  364. {
  365. "name": "fill_6d<uniform, static_tag, DStore>",
  366. "run_name": "fill_6d<uniform, static_tag, DStore>",
  367. "run_type": "iteration",
  368. "repetitions": 0,
  369. "repetition_index": 0,
  370. "threads": 1,
  371. "iterations": 20066334,
  372. "real_time": 3.5720304666073353e+01,
  373. "cpu_time": 3.5658132671368826e+01,
  374. "time_unit": "ns",
  375. "items_per_second": 1.6826455987746134e+08
  376. },
  377. {
  378. "name": "fill_6d<uniform, dynamic_tag, SStore>",
  379. "run_name": "fill_6d<uniform, dynamic_tag, SStore>",
  380. "run_type": "iteration",
  381. "repetitions": 0,
  382. "repetition_index": 0,
  383. "threads": 1,
  384. "iterations": 9842658,
  385. "real_time": 7.4292744098144979e+01,
  386. "cpu_time": 7.4136681372043981e+01,
  387. "time_unit": "ns",
  388. "items_per_second": 8.0931596734009266e+07
  389. },
  390. {
  391. "name": "fill_6d<uniform, dynamic_tag, DStore>",
  392. "run_name": "fill_6d<uniform, dynamic_tag, DStore>",
  393. "run_type": "iteration",
  394. "repetitions": 0,
  395. "repetition_index": 0,
  396. "threads": 1,
  397. "iterations": 10827365,
  398. "real_time": 6.2009205096255521e+01,
  399. "cpu_time": 6.1859187346136224e+01,
  400. "time_unit": "ns",
  401. "items_per_second": 9.6994484690312773e+07
  402. },
  403. {
  404. "name": "fill_n_6d<uniform, static_tag, SStore>",
  405. "run_name": "fill_n_6d<uniform, static_tag, SStore>",
  406. "run_type": "iteration",
  407. "repetitions": 0,
  408. "repetition_index": 0,
  409. "threads": 1,
  410. "iterations": 2527,
  411. "real_time": 2.7697384761013224e+05,
  412. "cpu_time": 2.7652512861100049e+05,
  413. "time_unit": "ns",
  414. "items_per_second": 7.1099505852351201e+08
  415. },
  416. {
  417. "name": "fill_n_6d<uniform, static_tag, DStore>",
  418. "run_name": "fill_n_6d<uniform, static_tag, DStore>",
  419. "run_type": "iteration",
  420. "repetitions": 0,
  421. "repetition_index": 0,
  422. "threads": 1,
  423. "iterations": 1776,
  424. "real_time": 3.8995902981663641e+05,
  425. "cpu_time": 3.8919313063062984e+05,
  426. "time_unit": "ns",
  427. "items_per_second": 5.0516821733576298e+08
  428. },
  429. {
  430. "name": "fill_n_6d<uniform, dynamic_tag, SStore>",
  431. "run_name": "fill_n_6d<uniform, dynamic_tag, SStore>",
  432. "run_type": "iteration",
  433. "repetitions": 0,
  434. "repetition_index": 0,
  435. "threads": 1,
  436. "iterations": 2540,
  437. "real_time": 2.8008974375437916e+05,
  438. "cpu_time": 2.7949960629921220e+05,
  439. "time_unit": "ns",
  440. "items_per_second": 7.0342854003710341e+08
  441. },
  442. {
  443. "name": "fill_n_6d<uniform, dynamic_tag, DStore>",
  444. "run_name": "fill_n_6d<uniform, dynamic_tag, DStore>",
  445. "run_type": "iteration",
  446. "repetitions": 0,
  447. "repetition_index": 0,
  448. "threads": 1,
  449. "iterations": 1770,
  450. "real_time": 3.9291520679295907e+05,
  451. "cpu_time": 3.9218192090395401e+05,
  452. "time_unit": "ns",
  453. "items_per_second": 5.0131836660606700e+08
  454. },
  455. {
  456. "name": "fill_1d<normal, static_tag, SStore>",
  457. "run_name": "fill_1d<normal, static_tag, SStore>",
  458. "run_type": "iteration",
  459. "repetitions": 0,
  460. "repetition_index": 0,
  461. "threads": 1,
  462. "iterations": 159693753,
  463. "real_time": 4.4279285120019969e+00,
  464. "cpu_time": 4.4209368665786348e+00,
  465. "time_unit": "ns",
  466. "items_per_second": 2.2619639912973931e+08
  467. },
  468. {
  469. "name": "fill_1d<normal, static_tag, DStore>",
  470. "run_name": "fill_1d<normal, static_tag, DStore>",
  471. "run_type": "iteration",
  472. "repetitions": 0,
  473. "repetition_index": 0,
  474. "threads": 1,
  475. "iterations": 83531223,
  476. "real_time": 8.3291107932313420e+00,
  477. "cpu_time": 8.3144957664513157e+00,
  478. "time_unit": "ns",
  479. "items_per_second": 1.2027187553994113e+08
  480. },
  481. {
  482. "name": "fill_1d<normal, dynamic_tag, SStore>",
  483. "run_name": "fill_1d<normal, dynamic_tag, SStore>",
  484. "run_type": "iteration",
  485. "repetitions": 0,
  486. "repetition_index": 0,
  487. "threads": 1,
  488. "iterations": 76574704,
  489. "real_time": 9.1338750318840454e+00,
  490. "cpu_time": 9.1207273879896320e+00,
  491. "time_unit": "ns",
  492. "items_per_second": 1.0964037816948913e+08
  493. },
  494. {
  495. "name": "fill_1d<normal, dynamic_tag, DStore>",
  496. "run_name": "fill_1d<normal, dynamic_tag, DStore>",
  497. "run_type": "iteration",
  498. "repetitions": 0,
  499. "repetition_index": 0,
  500. "threads": 1,
  501. "iterations": 43797630,
  502. "real_time": 1.6031159742584055e+01,
  503. "cpu_time": 1.5999678521417648e+01,
  504. "time_unit": "ns",
  505. "items_per_second": 6.2501255800944380e+07
  506. },
  507. {
  508. "name": "fill_n_1d<normal, static_tag, SStore>",
  509. "run_name": "fill_n_1d<normal, static_tag, SStore>",
  510. "run_type": "iteration",
  511. "repetitions": 0,
  512. "repetition_index": 0,
  513. "threads": 1,
  514. "iterations": 12102,
  515. "real_time": 5.5059980173350377e+04,
  516. "cpu_time": 5.4982482234341696e+04,
  517. "time_unit": "ns",
  518. "items_per_second": 5.9597163802716279e+08
  519. },
  520. {
  521. "name": "fill_n_1d<normal, static_tag, DStore>",
  522. "run_name": "fill_n_1d<normal, static_tag, DStore>",
  523. "run_type": "iteration",
  524. "repetitions": 0,
  525. "repetition_index": 0,
  526. "threads": 1,
  527. "iterations": 4072,
  528. "real_time": 1.6903787373779214e+05,
  529. "cpu_time": 1.6876277013752612e+05,
  530. "time_unit": "ns",
  531. "items_per_second": 1.9416604724665931e+08
  532. },
  533. {
  534. "name": "fill_n_1d<normal, dynamic_tag, SStore>",
  535. "run_name": "fill_n_1d<normal, dynamic_tag, SStore>",
  536. "run_type": "iteration",
  537. "repetitions": 0,
  538. "repetition_index": 0,
  539. "threads": 1,
  540. "iterations": 7647,
  541. "real_time": 9.0206407726189034e+04,
  542. "cpu_time": 9.0051131162548030e+04,
  543. "time_unit": "ns",
  544. "items_per_second": 3.6388215869106263e+08
  545. },
  546. {
  547. "name": "fill_n_1d<normal, dynamic_tag, DStore>",
  548. "run_name": "fill_n_1d<normal, dynamic_tag, DStore>",
  549. "run_type": "iteration",
  550. "repetitions": 0,
  551. "repetition_index": 0,
  552. "threads": 1,
  553. "iterations": 4009,
  554. "real_time": 1.7886117211526530e+05,
  555. "cpu_time": 1.7802269892741489e+05,
  556. "time_unit": "ns",
  557. "items_per_second": 1.8406641511125767e+08
  558. },
  559. {
  560. "name": "fill_2d<normal, static_tag, SStore>",
  561. "run_name": "fill_2d<normal, static_tag, SStore>",
  562. "run_type": "iteration",
  563. "repetitions": 0,
  564. "repetition_index": 0,
  565. "threads": 1,
  566. "iterations": 86020448,
  567. "real_time": 7.6574110599999035e+00,
  568. "cpu_time": 7.6460192348683353e+00,
  569. "time_unit": "ns",
  570. "items_per_second": 2.6157402153519955e+08
  571. },
  572. {
  573. "name": "fill_2d<normal, static_tag, DStore>",
  574. "run_name": "fill_2d<normal, static_tag, DStore>",
  575. "run_type": "iteration",
  576. "repetitions": 0,
  577. "repetition_index": 0,
  578. "threads": 1,
  579. "iterations": 58018102,
  580. "real_time": 1.1868452663326201e+01,
  581. "cpu_time": 1.1852507688031469e+01,
  582. "time_unit": "ns",
  583. "items_per_second": 1.6874066253672022e+08
  584. },
  585. {
  586. "name": "fill_2d<normal, dynamic_tag, SStore>",
  587. "run_name": "fill_2d<normal, dynamic_tag, SStore>",
  588. "run_type": "iteration",
  589. "repetitions": 0,
  590. "repetition_index": 0,
  591. "threads": 1,
  592. "iterations": 34430858,
  593. "real_time": 2.0377735167336013e+01,
  594. "cpu_time": 2.0332255443648865e+01,
  595. "time_unit": "ns",
  596. "items_per_second": 9.8365870207711518e+07
  597. },
  598. {
  599. "name": "fill_2d<normal, dynamic_tag, DStore>",
  600. "run_name": "fill_2d<normal, dynamic_tag, DStore>",
  601. "run_type": "iteration",
  602. "repetitions": 0,
  603. "repetition_index": 0,
  604. "threads": 1,
  605. "iterations": 29109297,
  606. "real_time": 2.4065971088802822e+01,
  607. "cpu_time": 2.4027718704439771e+01,
  608. "time_unit": "ns",
  609. "items_per_second": 8.3237198861931324e+07
  610. },
  611. {
  612. "name": "fill_n_2d<normal, static_tag, SStore>",
  613. "run_name": "fill_n_2d<normal, static_tag, SStore>",
  614. "run_type": "iteration",
  615. "repetitions": 0,
  616. "repetition_index": 0,
  617. "threads": 1,
  618. "iterations": 6039,
  619. "real_time": 1.1309939591603616e+05,
  620. "cpu_time": 1.1292515317105399e+05,
  621. "time_unit": "ns",
  622. "items_per_second": 5.8034900250016928e+08
  623. },
  624. {
  625. "name": "fill_n_2d<normal, static_tag, DStore>",
  626. "run_name": "fill_n_2d<normal, static_tag, DStore>",
  627. "run_type": "iteration",
  628. "repetitions": 0,
  629. "repetition_index": 0,
  630. "threads": 1,
  631. "iterations": 3181,
  632. "real_time": 2.1851520399226030e+05,
  633. "cpu_time": 2.1811820182332455e+05,
  634. "time_unit": "ns",
  635. "items_per_second": 3.0046094022489727e+08
  636. },
  637. {
  638. "name": "fill_n_2d<normal, dynamic_tag, SStore>",
  639. "run_name": "fill_n_2d<normal, dynamic_tag, SStore>",
  640. "run_type": "iteration",
  641. "repetitions": 0,
  642. "repetition_index": 0,
  643. "threads": 1,
  644. "iterations": 6054,
  645. "real_time": 1.1722663081942423e+05,
  646. "cpu_time": 1.1528675256029102e+05,
  647. "time_unit": "ns",
  648. "items_per_second": 5.6846080355786693e+08
  649. },
  650. {
  651. "name": "fill_n_2d<normal, dynamic_tag, DStore>",
  652. "run_name": "fill_n_2d<normal, dynamic_tag, DStore>",
  653. "run_type": "iteration",
  654. "repetitions": 0,
  655. "repetition_index": 0,
  656. "threads": 1,
  657. "iterations": 3157,
  658. "real_time": 2.2157955717674192e+05,
  659. "cpu_time": 2.2109280962939636e+05,
  660. "time_unit": "ns",
  661. "items_per_second": 2.9641850456310076e+08
  662. },
  663. {
  664. "name": "fill_3d<normal, static_tag, SStore>",
  665. "run_name": "fill_3d<normal, static_tag, SStore>",
  666. "run_type": "iteration",
  667. "repetitions": 0,
  668. "repetition_index": 0,
  669. "threads": 1,
  670. "iterations": 33523299,
  671. "real_time": 1.7520512347237030e+01,
  672. "cpu_time": 1.7487509209639512e+01,
  673. "time_unit": "ns",
  674. "items_per_second": 1.7155101758838999e+08
  675. },
  676. {
  677. "name": "fill_3d<normal, static_tag, DStore>",
  678. "run_name": "fill_3d<normal, static_tag, DStore>",
  679. "run_type": "iteration",
  680. "repetitions": 0,
  681. "repetition_index": 0,
  682. "threads": 1,
  683. "iterations": 33750880,
  684. "real_time": 2.9109775740855927e+01,
  685. "cpu_time": 2.8235204533926133e+01,
  686. "time_unit": "ns",
  687. "items_per_second": 1.0625033710647772e+08
  688. },
  689. {
  690. "name": "fill_3d<normal, dynamic_tag, SStore>",
  691. "run_name": "fill_3d<normal, dynamic_tag, SStore>",
  692. "run_type": "iteration",
  693. "repetitions": 0,
  694. "repetition_index": 0,
  695. "threads": 1,
  696. "iterations": 8611039,
  697. "real_time": 8.0950689227726642e+01,
  698. "cpu_time": 7.7148297667679842e+01,
  699. "time_unit": "ns",
  700. "items_per_second": 3.8886146430899233e+07
  701. },
  702. {
  703. "name": "fill_3d<normal, dynamic_tag, DStore>",
  704. "run_name": "fill_3d<normal, dynamic_tag, DStore>",
  705. "run_type": "iteration",
  706. "repetitions": 0,
  707. "repetition_index": 0,
  708. "threads": 1,
  709. "iterations": 9550317,
  710. "real_time": 7.3984094966416237e+01,
  711. "cpu_time": 7.0974398022599473e+01,
  712. "time_unit": "ns",
  713. "items_per_second": 4.2268762871997148e+07
  714. },
  715. {
  716. "name": "fill_n_3d<normal, static_tag, SStore>",
  717. "run_name": "fill_n_3d<normal, static_tag, SStore>",
  718. "run_type": "iteration",
  719. "repetitions": 0,
  720. "repetition_index": 0,
  721. "threads": 1,
  722. "iterations": 4589,
  723. "real_time": 1.7813133845204400e+05,
  724. "cpu_time": 1.7279211157115019e+05,
  725. "time_unit": "ns",
  726. "items_per_second": 5.6891486021062720e+08
  727. },
  728. {
  729. "name": "fill_n_3d<normal, static_tag, DStore>",
  730. "run_name": "fill_n_3d<normal, static_tag, DStore>",
  731. "run_type": "iteration",
  732. "repetitions": 0,
  733. "repetition_index": 0,
  734. "threads": 1,
  735. "iterations": 2016,
  736. "real_time": 3.9942442411316617e+05,
  737. "cpu_time": 3.6970634920634958e+05,
  738. "time_unit": "ns",
  739. "items_per_second": 2.6589751626129681e+08
  740. },
  741. {
  742. "name": "fill_n_3d<normal, dynamic_tag, SStore>",
  743. "run_name": "fill_n_3d<normal, dynamic_tag, SStore>",
  744. "run_type": "iteration",
  745. "repetitions": 0,
  746. "repetition_index": 0,
  747. "threads": 1,
  748. "iterations": 3525,
  749. "real_time": 1.8993013307240838e+05,
  750. "cpu_time": 1.8131914893617042e+05,
  751. "time_unit": "ns",
  752. "items_per_second": 5.4216005632480574e+08
  753. },
  754. {
  755. "name": "fill_n_3d<normal, dynamic_tag, DStore>",
  756. "run_name": "fill_n_3d<normal, dynamic_tag, DStore>",
  757. "run_type": "iteration",
  758. "repetitions": 0,
  759. "repetition_index": 0,
  760. "threads": 1,
  761. "iterations": 1931,
  762. "real_time": 3.5650791033160989e+05,
  763. "cpu_time": 3.3617866390471230e+05,
  764. "time_unit": "ns",
  765. "items_per_second": 2.9241593995942479e+08
  766. },
  767. {
  768. "name": "fill_6d<normal, static_tag, SStore>",
  769. "run_name": "fill_6d<normal, static_tag, SStore>",
  770. "run_type": "iteration",
  771. "repetitions": 0,
  772. "repetition_index": 0,
  773. "threads": 1,
  774. "iterations": 16760084,
  775. "real_time": 4.1412771501838229e+01,
  776. "cpu_time": 4.1253850517694232e+01,
  777. "time_unit": "ns",
  778. "items_per_second": 1.4544096913878462e+08
  779. },
  780. {
  781. "name": "fill_6d<normal, static_tag, DStore>",
  782. "run_name": "fill_6d<normal, static_tag, DStore>",
  783. "run_type": "iteration",
  784. "repetitions": 0,
  785. "repetition_index": 0,
  786. "threads": 1,
  787. "iterations": 16163743,
  788. "real_time": 8.2617684463603979e+01,
  789. "cpu_time": 7.8523582068831573e+01,
  790. "time_unit": "ns",
  791. "items_per_second": 7.6410166753989488e+07
  792. },
  793. {
  794. "name": "fill_6d<normal, dynamic_tag, SStore>",
  795. "run_name": "fill_6d<normal, dynamic_tag, SStore>",
  796. "run_type": "iteration",
  797. "repetitions": 0,
  798. "repetition_index": 0,
  799. "threads": 1,
  800. "iterations": 4694269,
  801. "real_time": 1.2857380325218378e+02,
  802. "cpu_time": 1.2407810459945807e+02,
  803. "time_unit": "ns",
  804. "items_per_second": 4.8356638097985633e+07
  805. },
  806. {
  807. "name": "fill_6d<normal, dynamic_tag, DStore>",
  808. "run_name": "fill_6d<normal, dynamic_tag, DStore>",
  809. "run_type": "iteration",
  810. "repetitions": 0,
  811. "repetition_index": 0,
  812. "threads": 1,
  813. "iterations": 9802823,
  814. "real_time": 9.5223963434273657e+01,
  815. "cpu_time": 9.3830726108183441e+01,
  816. "time_unit": "ns",
  817. "items_per_second": 6.3944938389181979e+07
  818. },
  819. {
  820. "name": "fill_n_6d<normal, static_tag, SStore>",
  821. "run_name": "fill_n_6d<normal, static_tag, SStore>",
  822. "run_type": "iteration",
  823. "repetitions": 0,
  824. "repetition_index": 0,
  825. "threads": 1,
  826. "iterations": 2425,
  827. "real_time": 2.8317312709987164e+05,
  828. "cpu_time": 2.8184247422680614e+05,
  829. "time_unit": "ns",
  830. "items_per_second": 6.9758115961536837e+08
  831. },
  832. {
  833. "name": "fill_n_6d<normal, static_tag, DStore>",
  834. "run_name": "fill_n_6d<normal, static_tag, DStore>",
  835. "run_type": "iteration",
  836. "repetitions": 0,
  837. "repetition_index": 0,
  838. "threads": 1,
  839. "iterations": 1765,
  840. "real_time": 3.9564881858972582e+05,
  841. "cpu_time": 3.9372294617563381e+05,
  842. "time_unit": "ns",
  843. "items_per_second": 4.9935621459130341e+08
  844. },
  845. {
  846. "name": "fill_n_6d<normal, dynamic_tag, SStore>",
  847. "run_name": "fill_n_6d<normal, dynamic_tag, SStore>",
  848. "run_type": "iteration",
  849. "repetitions": 0,
  850. "repetition_index": 0,
  851. "threads": 1,
  852. "iterations": 2434,
  853. "real_time": 2.8696620049400465e+05,
  854. "cpu_time": 2.8440838126540440e+05,
  855. "time_unit": "ns",
  856. "items_per_second": 6.9128764463705885e+08
  857. },
  858. {
  859. "name": "fill_n_6d<normal, dynamic_tag, DStore>",
  860. "run_name": "fill_n_6d<normal, dynamic_tag, DStore>",
  861. "run_type": "iteration",
  862. "repetitions": 0,
  863. "repetition_index": 0,
  864. "threads": 1,
  865. "iterations": 1760,
  866. "real_time": 3.9788846651473170e+05,
  867. "cpu_time": 3.9605852272727678e+05,
  868. "time_unit": "ns",
  869. "items_per_second": 4.9641148647969621e+08
  870. }
  871. ]
  872. }