File: sample11_8cpp.html

package info (click to toggle)
bmagic 6.3.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 49,956 kB
  • sloc: cpp: 84,298; ansic: 9,703; sh: 1,664; makefile: 742
file content (662 lines) | stat: -rwxr-xr-x 43,846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BitMagic-C++: sample11.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">BitMagic-C++
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6f9635d4fbfa321d4c00f29df5cd540c.html">samples</a></li><li class="navelem"><a class="el" href="dir_2e7cfb1cd231d9f028a1a32407f34bfb.html">bvsample11</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">sample11.cpp File Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Example: <a class="el" href="classbm_1_1bvector.html">bvector&lt;&gt;</a> bit-counting techniques analysis.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;iostream&gt;</code><br />
<code>#include &lt;random&gt;</code><br />
<code>#include &lt;memory&gt;</code><br />
<code>#include &quot;<a class="el" href="bm_8h_source.html">bm.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="bmalgo_8h_source.html">bmalgo.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="bmtimer_8h_source.html">bmtimer.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for sample11.cpp:</div>
<div class="dyncontent">
<div class="center"><img src="sample11_8cpp__incl.png" border="0" usemap="#sample11_8cpp" alt=""/></div>
<map name="sample11_8cpp" id="sample11_8cpp">
<area shape="rect" title="Example: bvector&lt;&gt; bit&#45;counting techniques analysis." alt="" coords="374,5,477,32"/>
<area shape="rect" title=" " alt="" coords="5,162,77,189"/>
<area shape="rect" title=" " alt="" coords="347,80,413,107"/>
<area shape="rect" title=" " alt="" coords="437,80,507,107"/>
<area shape="rect" href="bm_8h.html" title="Compressed bit&#45;vector bvector&lt;&gt; container, set algebraic methods, traversal iterators." alt="" coords="1272,80,1323,107"/>
<area shape="rect" href="bmalgo_8h.html" title="Algorithms for bvector&lt;&gt; (main include)" alt="" coords="545,162,620,189"/>
<area shape="rect" href="bmtimer_8h.html" title="Timing utilities for benchmarking (internal)" alt="" coords="192,80,272,107"/>
<area shape="rect" title=" " alt="" coords="1701,162,1763,189"/>
<area shape="rect" title=" " alt="" coords="1787,162,1885,189"/>
<area shape="rect" title=" " alt="" coords="1909,162,1987,189"/>
<area shape="rect" title=" " alt="" coords="2012,162,2076,189"/>
<area shape="rect" href="bmdef_8h.html" title="Definitions(internal)" alt="" coords="659,408,727,435"/>
<area shape="rect" href="bmconst_8h.html" title="Constants, tables and typedefs." alt="" coords="1779,408,1861,435"/>
<area shape="rect" href="bmsimd_8h.html" title="SIMD target version definitions." alt="" coords="2101,162,2179,189"/>
<area shape="rect" title=" " alt="" coords="817,162,887,189"/>
<area shape="rect" title=" " alt="" coords="911,162,979,189"/>
<area shape="rect" href="bmfunc_8h.html" title="Bit manipulation primitives (internal)" alt="" coords="660,251,735,278"/>
<area shape="rect" href="encoding_8h.html" title="Encoding utilities for serialization (internal)" alt="" coords="940,251,1025,278"/>
<area shape="rect" href="bmalloc_8h.html" title="Default SIMD friendly allocator." alt="" coords="1003,162,1082,189"/>
<area shape="rect" title=" " alt="" coords="1106,162,1195,189"/>
<area shape="rect" title=" " alt="" coords="1219,155,1375,196"/>
<area shape="rect" title=" " alt="" coords="1400,162,1483,189"/>
<area shape="rect" title=" " alt="" coords="1507,162,1589,189"/>
<area shape="rect" title=" " alt="" coords="759,244,915,285"/>
<area shape="rect" title=" " alt="" coords="1614,162,1677,189"/>
<area shape="rect" title=" " alt="" coords="707,483,767,509"/>
<area shape="rect" title=" " alt="" coords="618,483,683,509"/>
<area shape="rect" title=" " alt="" coords="1789,483,1851,509"/>
<area shape="rect" href="bmsse4_8h.html" title="Compute functions for SSE4.2 SIMD instruction set (internal)" alt="" coords="1213,251,1291,278"/>
<area shape="rect" href="bmsse2_8h.html" title="Compute functions for SSE2 SIMD instruction set (internal)" alt="" coords="1531,251,1610,278"/>
<area shape="rect" title=" " alt="" coords="1491,333,1573,360"/>
<area shape="rect" title=" " alt="" coords="1288,408,1379,435"/>
<area shape="rect" title=" " alt="" coords="979,333,1069,360"/>
<area shape="rect" title=" " alt="" coords="1093,333,1184,360"/>
<area shape="rect" title=" " alt="" coords="1209,333,1295,360"/>
<area shape="rect" href="bmsse__util_8h.html" title="Compute functions for SSE SIMD instruction set (internal)" alt="" coords="1371,333,1467,360"/>
<area shape="rect" href="bmutil_8h.html" title="Bit manipulation primitives (internal)" alt="" coords="886,333,954,360"/>
<area shape="rect" title=" " alt="" coords="731,333,811,360"/>
<area shape="rect" title=" " alt="" coords="1049,251,1113,278"/>
<area shape="rect" title=" " alt="" coords="1137,251,1183,278"/>
<area shape="rect" href="bmalgo__impl_8h.html" title="Algorithms for bvector&lt;&gt;" alt="" coords="529,251,636,278"/>
<area shape="rect" title=" " alt="" coords="101,162,168,189"/>
<area shape="rect" title=" " alt="" coords="193,162,247,189"/>
<area shape="rect" title=" " alt="" coords="271,162,318,189"/>
<area shape="rect" title=" " alt="" coords="343,162,404,189"/>
</map>
</div>
</div>
<p><a href="sample11_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a9b287f91e2adf83c3131895cd6e07195"><td class="memItemLeft" align="right" valign="top">std::mt19937&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen</a> (<a class="el" href="svsample06_8cpp.html#a4d7cf7e96896f9aebdd79fed7c8bab7b">rand_dev</a>())</td></tr>
<tr class="separator:a9b287f91e2adf83c3131895cd6e07195"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ae0e64af654605402aa541a12f3cb88"><td class="memItemLeft" align="right" valign="top">std::uniform_int_distribution&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis</a> (1, int(<a class="el" href="sample12_8cpp.html#acf2be975bb4e69c162eb699a994468d7">vector_max</a>))</td></tr>
<tr class="separator:a8ae0e64af654605402aa541a12f3cb88"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab7285eede6cb5443b9f6544fc25dc4b0"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#ab7285eede6cb5443b9f6544fc25dc4b0">generate_bvector</a> (<a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:ab7285eede6cb5443b9f6544fc25dc4b0"><td class="mdescLeft">&#160;</td><td class="mdescRight">generate pseudo-random bit-vector, mix of blocks  <a href="sample11_8cpp.html#ab7285eede6cb5443b9f6544fc25dc4b0">More...</a><br /></td></tr>
<tr class="separator:ab7285eede6cb5443b9f6544fc25dc4b0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a48ceb6492f4796160706cf8565472ff3"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classbm_1_1bvector.html">bm::bvector</a> ::size_type&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a48ceb6492f4796160706cf8565472ff3">pre_heat</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:a48ceb6492f4796160706cf8565472ff3"><td class="mdescLeft">&#160;</td><td class="mdescRight">"pre-heat" CPU to minimize dynamic overclocking effects  <a href="sample11_8cpp.html#a48ceb6492f4796160706cf8565472ff3">More...</a><br /></td></tr>
<tr class="separator:a48ceb6492f4796160706cf8565472ff3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab25c9ea3f03a5bdc900317e043b8bdaa"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#ab25c9ea3f03a5bdc900317e043b8bdaa">bv_count_test</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:ab25c9ea3f03a5bdc900317e043b8bdaa"><td class="mdescLeft">&#160;</td><td class="mdescRight">simple population count for the whole vector  <a href="sample11_8cpp.html#ab25c9ea3f03a5bdc900317e043b8bdaa">More...</a><br /></td></tr>
<tr class="separator:ab25c9ea3f03a5bdc900317e043b8bdaa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a35469dd094dc5eaf7328f2b36d7c04bd"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a35469dd094dc5eaf7328f2b36d7c04bd">bv_count_range</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:a35469dd094dc5eaf7328f2b36d7c04bd"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_range() test  <a href="sample11_8cpp.html#a35469dd094dc5eaf7328f2b36d7c04bd">More...</a><br /></td></tr>
<tr class="separator:a35469dd094dc5eaf7328f2b36d7c04bd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d9edd508c01ff7825dd1dd6c5cb159d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a4d9edd508c01ff7825dd1dd6c5cb159d">bv_count_range_acc</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:a4d9edd508c01ff7825dd1dd6c5cb159d"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_range() test using pre-calculated blocks bit count  <a href="sample11_8cpp.html#a4d9edd508c01ff7825dd1dd6c5cb159d">More...</a><br /></td></tr>
<tr class="separator:a4d9edd508c01ff7825dd1dd6c5cb159d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aee1d3b9b188e54f8b1fd35e8362f3b7c"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#aee1d3b9b188e54f8b1fd35e8362f3b7c">bv_count_to_acc</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:aee1d3b9b188e54f8b1fd35e8362f3b7c"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_to() test using pre-calculated rank-select index  <a href="sample11_8cpp.html#aee1d3b9b188e54f8b1fd35e8362f3b7c">More...</a><br /></td></tr>
<tr class="separator:aee1d3b9b188e54f8b1fd35e8362f3b7c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c3aa36d9bdcf58161571ffb69f5211a"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a4c3aa36d9bdcf58161571ffb69f5211a">bv_count_to_range_acc</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:a4c3aa36d9bdcf58161571ffb69f5211a"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_range implemented via two count_to() calls using pre-calculated rank-select index  <a href="sample11_8cpp.html#a4c3aa36d9bdcf58161571ffb69f5211a">More...</a><br /></td></tr>
<tr class="separator:a4c3aa36d9bdcf58161571ffb69f5211a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aed38ada83d28bf639a9c13a307626b8b"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#aed38ada83d28bf639a9c13a307626b8b">bv_count_and</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:aed38ada83d28bf639a9c13a307626b8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_range implemented via <a class="el" href="group__setalgo.html#ga5fb1131811b7b834dfc56a3874667a65" title="Computes bitcount of AND operation of two bitsets.">bm::count_and</a>  <a href="sample11_8cpp.html#aed38ada83d28bf639a9c13a307626b8b">More...</a><br /></td></tr>
<tr class="separator:aed38ada83d28bf639a9c13a307626b8b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af4945f066e89c9bc289f6ce7dc60da4d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#af4945f066e89c9bc289f6ce7dc60da4d">bv_counted_enumerator</a> (const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;bv)</td></tr>
<tr class="memdesc:af4945f066e89c9bc289f6ce7dc60da4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">count_to implemented via bm::bvector&lt;&gt;::counted_enumerator  <a href="sample11_8cpp.html#af4945f066e89c9bc289f6ce7dc60da4d">More...</a><br /></td></tr>
<tr class="separator:af4945f066e89c9bc289f6ce7dc60da4d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a840291bc02cba5474a4cb46a9b9566fe"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a840291bc02cba5474a4cb46a9b9566fe">main</a> (void)</td></tr>
<tr class="separator:a840291bc02cba5474a4cb46a9b9566fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a6cb51d150528a5d2d87acb3e88f450bc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classbm_1_1chrono__taker.html#add1676592117ed0eaa2fa6279a71b46a">bm::chrono_taker::duration_map_type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a6cb51d150528a5d2d87acb3e88f450bc">timing_map</a></td></tr>
<tr class="separator:a6cb51d150528a5d2d87acb3e88f450bc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a12d500a3c5d539076999df209ab93064"><td class="memItemLeft" align="right" valign="top">const unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a12d500a3c5d539076999df209ab93064">benchmark_count</a> = 10000</td></tr>
<tr class="separator:a12d500a3c5d539076999df209ab93064"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0bda51ccc776fd4e0af7cf8bec7aeb63"><td class="memItemLeft" align="right" valign="top">unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a0bda51ccc776fd4e0af7cf8bec7aeb63">vector_max</a> = 400000000</td></tr>
<tr class="separator:a0bda51ccc776fd4e0af7cf8bec7aeb63"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4d7cf7e96896f9aebdd79fed7c8bab7b"><td class="memItemLeft" align="right" valign="top">std::random_device&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="sample11_8cpp.html#a4d7cf7e96896f9aebdd79fed7c8bab7b">rand_dev</a></td></tr>
<tr class="separator:a4d7cf7e96896f9aebdd79fed7c8bab7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Example: <a class="el" href="classbm_1_1bvector.html">bvector&lt;&gt;</a> bit-counting techniques analysis. </p>

<p class="definition">Definition in file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="aed38ada83d28bf639a9c13a307626b8b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aed38ada83d28bf639a9c13a307626b8b">&#9670;&nbsp;</a></span>bv_count_and()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_and </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_range implemented via <a class="el" href="group__setalgo.html#ga5fb1131811b7b834dfc56a3874667a65" title="Computes bitcount of AND operation of two bitsets.">bm::count_and</a> </p>
<p>this method can be used, when we need co compute multiple ranges in one call </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a27">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00237">237</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bmconst_8h_source.html#l00144">bm::BM_GAP</a>, <a class="el" href="bm_8h_source.html#l03546">bm::bvector&lt; Alloc &gt;::clear()</a>, <a class="el" href="bmalgo_8h_source.html#l00049">bm::count_and()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, <a class="el" href="bm_8h_source.html#l02158">bm::bvector&lt; Alloc &gt;::set_range()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a35469dd094dc5eaf7328f2b36d7c04bd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a35469dd094dc5eaf7328f2b36d7c04bd">&#9670;&nbsp;</a></span>bv_count_range()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_range </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_range() test </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a20">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00131">131</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l02959">bm::bvector&lt; Alloc &gt;::count_range()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a4d9edd508c01ff7825dd1dd6c5cb159d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d9edd508c01ff7825dd1dd6c5cb159d">&#9670;&nbsp;</a></span>bv_count_range_acc()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_range_acc </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_range() test using pre-calculated blocks bit count </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a22">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00152">152</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l02290">bm::bvector&lt; Alloc &gt;::build_rs_index()</a>, <a class="el" href="bm_8h_source.html#l02959">bm::bvector&lt; Alloc &gt;::count_range()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="ab25c9ea3f03a5bdc900317e043b8bdaa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab25c9ea3f03a5bdc900317e043b8bdaa">&#9670;&nbsp;</a></span>bv_count_test()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_test </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>simple population count for the whole vector </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a18">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00113">113</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l02194">bm::bvector&lt; Alloc &gt;::count()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="aee1d3b9b188e54f8b1fd35e8362f3b7c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aee1d3b9b188e54f8b1fd35e8362f3b7c">&#9670;&nbsp;</a></span>bv_count_to_acc()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_to_acc </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_to() test using pre-calculated rank-select index </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a24">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00178">178</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l02290">bm::bvector&lt; Alloc &gt;::build_rs_index()</a>, <a class="el" href="bm_8h_source.html#l02533">bm::bvector&lt; Alloc &gt;::count_to()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a4c3aa36d9bdcf58161571ffb69f5211a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4c3aa36d9bdcf58161571ffb69f5211a">&#9670;&nbsp;</a></span>bv_count_to_range_acc()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_count_to_range_acc </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_range implemented via two count_to() calls using pre-calculated rank-select index </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a26">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00204">204</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l02290">bm::bvector&lt; Alloc &gt;::build_rs_index()</a>, <a class="el" href="bm_8h_source.html#l02533">bm::bvector&lt; Alloc &gt;::count_to()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="af4945f066e89c9bc289f6ce7dc60da4d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af4945f066e89c9bc289f6ce7dc60da4d">&#9670;&nbsp;</a></span>bv_counted_enumerator()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void bv_counted_enumerator </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>count_to implemented via bm::bvector&lt;&gt;::counted_enumerator </p>
<p>Counted enumerator is an iterator automata, which counts the running population count along the iteration sequence </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a30">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00267">267</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, <a class="el" href="bm_8h_source.html#l00757">bm::bvector&lt; Alloc &gt;::counted_enumerator::count()</a>, <a class="el" href="bm_8h_source.html#l01770">bm::bvector&lt; Alloc &gt;::first()</a>, <a class="el" href="sample11_8cpp.html#a9b287f91e2adf83c3131895cd6e07195">gen()</a>, <a class="el" href="sample11_8cpp.html#a8ae0e64af654605402aa541a12f3cb88">rand_dis()</a>, <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>, and <a class="el" href="bm_8h_source.html#l00280">bm::bvector&lt; Alloc &gt;::iterator_base::valid()</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a9b287f91e2adf83c3131895cd6e07195"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9b287f91e2adf83c3131895cd6e07195">&#9670;&nbsp;</a></span>gen()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::mt19937 gen </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="svsample06_8cpp.html#a4d7cf7e96896f9aebdd79fed7c8bab7b">rand_dev</a>()&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a4">sample11.cpp</a>, and <a class="el" href="xsample05_8cpp-example.html#a20">xsample05.cpp</a>.</dd>
</dl>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00237">bv_count_and()</a>, <a class="el" href="sample11_8cpp_source.html#l00131">bv_count_range()</a>, <a class="el" href="sample11_8cpp_source.html#l00152">bv_count_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00178">bv_count_to_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00204">bv_count_to_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00267">bv_counted_enumerator()</a>, and <a class="el" href="xsample05_8cpp_source.html#l00252">pick_benchmark_set()</a>.</p>

</div>
</div>
<a id="ab7285eede6cb5443b9f6544fc25dc4b0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab7285eede6cb5443b9f6544fc25dc4b0">&#9670;&nbsp;</a></span>generate_bvector()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void generate_bvector </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>generate pseudo-random bit-vector, mix of blocks </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a6">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00057">57</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="bmfunc_8h_source.html#l00056">bm::bv_statistics::bit_blocks</a>, <a class="el" href="bm_8h_source.html#l00047">BM_DECLARE_TEMP_BLOCK</a>, <a class="el" href="bm_8h_source.html#l03393">bm::bvector&lt; Alloc &gt;::calc_stat()</a>, <a class="el" href="bmfunc_8h_source.html#l00057">bm::bv_statistics::gap_blocks</a>, <a class="el" href="bm_8h_source.html#l03071">bm::bvector&lt; Alloc &gt;::optimize()</a>, <a class="el" href="bm_8h_source.html#l03581">bm::bvector&lt; Alloc &gt;::set()</a>, <a class="el" href="bm_8h_source.html#l02158">bm::bvector&lt; Alloc &gt;::set_range()</a>, and <a class="el" href="sample11_8cpp_source.html#l00047">vector_max</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a840291bc02cba5474a4cb46a9b9566fe"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a840291bc02cba5474a4cb46a9b9566fe">&#9670;&nbsp;</a></span>main()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int main </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">
<p>pre-heat CPU to minimize dynamic overclocking</p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a35">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00292">292</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00237">bv_count_and()</a>, <a class="el" href="sample11_8cpp_source.html#l00131">bv_count_range()</a>, <a class="el" href="sample11_8cpp_source.html#l00152">bv_count_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00113">bv_count_test()</a>, <a class="el" href="sample11_8cpp_source.html#l00178">bv_count_to_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00204">bv_count_to_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00267">bv_counted_enumerator()</a>, <a class="el" href="bmtimer_8h_source.html#l00059">bm::chrono_taker::ct_ops_per_sec</a>, <a class="el" href="sample11_8cpp_source.html#l00057">generate_bvector()</a>, <a class="el" href="sample11_8cpp_source.html#l00096">pre_heat()</a>, <a class="el" href="bmtimer_8h_source.html#l00127">bm::chrono_taker::print_duration_map()</a>, and <a class="el" href="sample11_8cpp_source.html#l00044">timing_map</a>.</p>

</div>
</div>
<a id="a48ceb6492f4796160706cf8565472ff3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a48ceb6492f4796160706cf8565472ff3">&#9670;&nbsp;</a></span>pre_heat()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classbm_1_1bvector.html">bm::bvector</a> ::size_type pre_heat </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classbm_1_1bvector.html">bm::bvector</a>&lt;&gt; &amp;&#160;</td>
          <td class="paramname"><em>bv</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>"pre-heat" CPU to minimize dynamic overclocking effects </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a16">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00096">96</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">References <a class="el" href="sample11_8cpp_source.html#l00046">benchmark_count</a>, and <a class="el" href="bm_8h_source.html#l02194">bm::bvector&lt; Alloc &gt;::count()</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a8ae0e64af654605402aa541a12f3cb88"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8ae0e64af654605402aa541a12f3cb88">&#9670;&nbsp;</a></span>rand_dis()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::uniform_int_distribution rand_dis </td>
          <td>(</td>
          <td class="paramtype">1&#160;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int(<a class="el" href="sample12_8cpp.html#acf2be975bb4e69c162eb699a994468d7">vector_max</a>)&#160;</td>
          <td class="paramname">&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a5">sample11.cpp</a>, and <a class="el" href="xsample05_8cpp-example.html#a21">xsample05.cpp</a>.</dd>
</dl>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00237">bv_count_and()</a>, <a class="el" href="sample11_8cpp_source.html#l00131">bv_count_range()</a>, <a class="el" href="sample11_8cpp_source.html#l00152">bv_count_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00178">bv_count_to_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00204">bv_count_to_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00267">bv_counted_enumerator()</a>, and <a class="el" href="xsample05_8cpp_source.html#l00252">pick_benchmark_set()</a>.</p>

</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a id="a12d500a3c5d539076999df209ab93064"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a12d500a3c5d539076999df209ab93064">&#9670;&nbsp;</a></span>benchmark_count</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned benchmark_count = 10000</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a1">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00046">46</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00237">bv_count_and()</a>, <a class="el" href="sample11_8cpp_source.html#l00131">bv_count_range()</a>, <a class="el" href="sample11_8cpp_source.html#l00152">bv_count_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00113">bv_count_test()</a>, <a class="el" href="sample11_8cpp_source.html#l00178">bv_count_to_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00204">bv_count_to_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00267">bv_counted_enumerator()</a>, and <a class="el" href="sample11_8cpp_source.html#l00096">pre_heat()</a>.</p>

</div>
</div>
<a id="a4d7cf7e96896f9aebdd79fed7c8bab7b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d7cf7e96896f9aebdd79fed7c8bab7b">&#9670;&nbsp;</a></span>rand_dev</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::random_device rand_dev</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a3">sample11.cpp</a>, and <a class="el" href="xsample05_8cpp-example.html#a19">xsample05.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00049">49</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">Referenced by <a class="el" href="xsample05_8cpp_source.html#l00252">pick_benchmark_set()</a>.</p>

</div>
</div>
<a id="a6cb51d150528a5d2d87acb3e88f450bc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6cb51d150528a5d2d87acb3e88f450bc">&#9670;&nbsp;</a></span>timing_map</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classbm_1_1chrono__taker.html#add1676592117ed0eaa2fa6279a71b46a">bm::chrono_taker::duration_map_type</a> timing_map</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a0">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00044">44</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00237">bv_count_and()</a>, <a class="el" href="sample11_8cpp_source.html#l00131">bv_count_range()</a>, <a class="el" href="sample11_8cpp_source.html#l00152">bv_count_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00113">bv_count_test()</a>, <a class="el" href="sample11_8cpp_source.html#l00178">bv_count_to_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00204">bv_count_to_range_acc()</a>, <a class="el" href="sample11_8cpp_source.html#l00267">bv_counted_enumerator()</a>, and <a class="el" href="sample11_8cpp_source.html#l00292">main()</a>.</p>

</div>
</div>
<a id="a0bda51ccc776fd4e0af7cf8bec7aeb63"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0bda51ccc776fd4e0af7cf8bec7aeb63">&#9670;&nbsp;</a></span>vector_max</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned vector_max = 400000000</td>
        </tr>
      </table>
</div><div class="memdoc">
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="sample11_8cpp-example.html#a2">sample11.cpp</a>.</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="sample11_8cpp_source.html#l00047">47</a> of file <a class="el" href="sample11_8cpp_source.html">sample11.cpp</a>.</p>

<p class="reference">Referenced by <a class="el" href="sample11_8cpp_source.html#l00057">generate_bvector()</a>.</p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>