|
Finance manager
Лабораторна робота №2 - Документація коду
|
#include <benchmark/benchmark.h>#include "../fixed/Account.h"#include "../fixed/Transaction.h"#include <vector>#include <random>#include <sstream>
Functions | |
| RangeMultiplier (2) -> Range(100, 100000) ->Complexity(benchmark::oN) | |
| BENCHMARK (BM_Account_Persist) | |
| BENCHMARK (BM_CheckingAccount_Type) | |
| BENCHMARK (BM_CreditAccount_Type) | |
| BENCHMARK (BM_SavingsAccount_Type) | |
| BENCHMARK | ( | BM_Account_Persist | ) |
| BENCHMARK | ( | BM_CheckingAccount_Type | ) |
| BENCHMARK | ( | BM_CreditAccount_Type | ) |
| BENCHMARK | ( | BM_SavingsAccount_Type | ) |
| RangeMultiplier | ( | 2 | ) | -> Range(100, 100000) ->Complexity(benchmark::oN) |