|
jaulib v1.4.1-17-gd77ace3-dirty
Jau Support Library (C++, Java, ..)
|
#include <sys/types.h>#include <cassert>#include <cinttypes>#include <cstdint>#include <cstdio>#include <cstring>#include <iostream>#include <limits>#include <sstream>#include <string_view>#include <jau/basic_types.hpp>#include <jau/cpp_lang_util.hpp>#include <jau/cpp_pragma.hpp>#include <jau/float_types.hpp>#include <jau/int_types.hpp>#include <jau/string_cfmt.hpp>#include <jau/string_literal.hpp>#include <jau/string_util.hpp>#include <jau/test/catch2_ext.hpp>#include <jau/type_concepts.hpp>#include <jau/type_traits_queries.hpp>Go to the source code of this file.
Functions | |
| TEST_CASE ("jau_cfmt_benchmark_all", "[benchmark][jau][std::string][format_string]") | |
| TEST_CASE ("jau_cfmt_benchmark_str1", "[benchmark][jau][std::string][format_string]") | |
Execute with test_stringfmt_perf --perf-analysis | |
| TEST_CASE ("jau_cfmt_benchmark_str2", "[benchmark][jau][std::string][format_string]") | |
| TEST_CASE | ( | "jau_cfmt_benchmark_str1" | , |
| "" | [benchmark][jau][std::string][format_string] ) |
Execute with test_stringfmt_perf --perf-analysis
Definition at line 48 of file test_stringfmt_perf.cpp.
| TEST_CASE | ( | "jau_cfmt_benchmark_str2" | , |
| "" | [benchmark][jau][std::string][format_string] ) |
Definition at line 85 of file test_stringfmt_perf.cpp.
| TEST_CASE | ( | "jau_cfmt_benchmark_all" | , |
| "" | [benchmark][jau][std::string][format_string] ) |
Definition at line 124 of file test_stringfmt_perf.cpp.