Kea
1.9.9-git
|
#include <benchmark/benchmark.h>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
isc::dhcp::bench | |
Variables | |
constexpr size_t | isc::dhcp::bench::MAX_HOST_COUNT = 0xfffd |
A maximum number of leases used in a benchmark. More... | |
constexpr size_t | isc::dhcp::bench::MAX_LEASE_COUNT = 0xfffd |
A maximum number of leases used in a benchmark. More... | |
constexpr size_t | isc::dhcp::bench::MIN_HOST_COUNT = 512 |
A minimum number of leases used in a benchmark. More... | |
constexpr size_t | isc::dhcp::bench::MIN_LEASE_COUNT = 512 |
A minimum number of leases used in a benchmark. More... | |
constexpr benchmark::TimeUnit | isc::dhcp::bench::UNIT = benchmark::kMicrosecond |
A time unit used - all results to be expressed in us (microseconds) More... | |