#include <bench.hpp>
|
std::vector< std::uint32_t > | v = {} |
|
std::vector< std::uint8_t > | expected = {} |
|
|
static constexpr std::size_t | N = 1 << 20 |
|
◆ bench [1/2]
void PopcountBench::bench |
( |
| ) |
|
|
privateslot |
◆ bench [2/2]
void PopcountBench::bench |
( |
| ) |
|
|
privateslot |
◆ bench_data [1/2]
void PopcountBench::bench_data |
( |
| ) |
|
|
privateslot |
◆ bench_data [2/2]
void PopcountBench::bench_data |
( |
| ) |
|
|
privateslot |
◆ initTestCase [1/2]
void PopcountBench::initTestCase |
( |
| ) |
|
|
privateslot |
◆ initTestCase [2/2]
void PopcountBench::initTestCase |
( |
| ) |
|
|
privateslot |
◆ expected
std::vector< std::uint8_t > PopcountBench::expected = {} |
|
private |
static constexpr std::size_t PopcountBench::N = 1 << 20 |
|
staticconstexprprivate |
std::vector< std::uint32_t > PopcountBench::v = {} |
|
private |
The documentation for this class was generated from the following files: