|
static bool | benchmark_fillunique_find_hash (const std::string &title_pre, const std::string &type_id, const bool do_rserv) |
|
template<class T , typename Size_type > |
static bool | benchmark_fillunique_find_itr (const std::string &title_pre, const std::string &type_id, const bool do_rserv) |
|
template<class T > |
const DataType01 * | findDataSet01_hash (T &data, DataType01 const &elem) noexcept |
|
static bool | footprint_fillseq_list_hash (const std::string &type_id, const bool do_rserv) |
|
template<class T , typename Size_type > |
static bool | footprint_fillseq_list_itr (const std::string &type_id, const bool do_rserv) |
|
template<class T > |
static std::size_t | get_capacity (const T &data) |
|
template<class T > |
static void | print_mem (const std::string &pre, const T &data) |
|
template<class T > |
static int | test_00_list_itr (T &data) |
|
template<class T , typename Size_type > |
static void | test_00_seq_fill (T &data, const Size_type size) |
|
template<class T > |
static void | test_00_seq_fill_unique_hash (T &data, const std::size_t size) |
|
template<class T , typename Size_type > |
static void | test_00_seq_fill_unique_itr (T &data, const Size_type size) |
|
template<class T > |
static void | test_00_seq_find_hash (T &data) |
|
template<class T , typename Size_type > |
static void | test_00_seq_find_itr (T &data) |
|
static bool | test_01_seq_fill_list_hash (const std::string &type_id, const std::size_t size0, const std::size_t reserve0, const bool do_print_mem) |
|
template<class T , typename Size_type > |
static bool | test_01_seq_fill_list_itr (const std::string &type_id, const Size_type size0, const Size_type reserve0, const bool do_print_mem) |
|
static bool | test_02_seq_fillunique_find_hash (const std::string &type_id, const std::size_t size0, const std::size_t reserve0) |
|
template<class T , typename Size_type > |
static bool | test_02_seq_fillunique_find_itr (const std::string &type_id, const Size_type size0, const Size_type reserve0) |
|
| TEST_CASE ("Memory Footprint 01 - Fill Sequential and List", "[datatype][footprint]") |
|
| TEST_CASE ("Perf Test 02 - Fill Unique and List, empty and reserve", "[datatype][unique]") |
|