Finance manager
Лабораторна робота №2 - Документація коду
Loading...
Searching...
No Matches
Functions
benchmark_account.cpp File Reference
#include <benchmark/benchmark.h>
#include "../fixed/Account.h"
#include "../fixed/Transaction.h"
#include <vector>
#include <random>
#include <sstream>
Include dependency graph for benchmark_account.cpp:

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)
 

Function Documentation

◆ BENCHMARK() [1/4]

BENCHMARK ( BM_Account_Persist  )

◆ BENCHMARK() [2/4]

BENCHMARK ( BM_CheckingAccount_Type  )

◆ BENCHMARK() [3/4]

BENCHMARK ( BM_CreditAccount_Type  )

◆ BENCHMARK() [4/4]

BENCHMARK ( BM_SavingsAccount_Type  )

◆ RangeMultiplier()

RangeMultiplier ( ) -> Range(100, 100000) ->Complexity(benchmark::oN)