Chatterino
|
#include "messages/LimitedQueue.hpp"
#include <benchmark/benchmark.h>
#include <memory>
#include <numeric>
#include <vector>
Functions | |
void | BM_LimitedQueue_PushBack (benchmark::State &state) |
void | BM_LimitedQueue_PushFront_One (benchmark::State &state) |
void | BM_LimitedQueue_PushFront_Many (benchmark::State &state) |
void | BM_LimitedQueue_Replace (benchmark::State &state) |
void | BM_LimitedQueue_Snapshot (benchmark::State &state) |
void | BM_LimitedQueue_Snapshot_ExpensiveCopy (benchmark::State &state) |
void | BM_LimitedQueue_Find (benchmark::State &state) |
BENCHMARK (BM_LimitedQueue_PushBack) | |
BENCHMARK (BM_LimitedQueue_PushFront_One) | |
BENCHMARK (BM_LimitedQueue_PushFront_Many) | |
BENCHMARK (BM_LimitedQueue_Replace) | |
BENCHMARK (BM_LimitedQueue_Snapshot) | |
BENCHMARK (BM_LimitedQueue_Snapshot_ExpensiveCopy) | |
BENCHMARK (BM_LimitedQueue_Find) | |
BENCHMARK | ( | BM_LimitedQueue_PushBack | ) |
BENCHMARK | ( | BM_LimitedQueue_PushFront_One | ) |
BENCHMARK | ( | BM_LimitedQueue_PushFront_Many | ) |
BENCHMARK | ( | BM_LimitedQueue_Replace | ) |
BENCHMARK | ( | BM_LimitedQueue_Snapshot | ) |
BENCHMARK | ( | BM_LimitedQueue_Snapshot_ExpensiveCopy | ) |
BENCHMARK | ( | BM_LimitedQueue_Find | ) |
void BM_LimitedQueue_Find | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_PushBack | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_PushFront_Many | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_PushFront_One | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_Replace | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_Snapshot | ( | benchmark::State & | state | ) |
void BM_LimitedQueue_Snapshot_ExpensiveCopy | ( | benchmark::State & | state | ) |