|
Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <sys/types.h>#include <cassert>#include <cstdio>#include <cstring>#include <iomanip>#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_int0", "[benchmark][jau][std::string][format_int]") | |
| TEST_CASE ("jau_cfmt_benchmark_int1", "[benchmark][jau][std::string][format_int]") | |
| TEST_CASE ("jau_cfmt_benchmark_int2", "[benchmark][jau][std::string][format_int]") | |
Execute with test_stringfmt_perf --perf-analysis | |
| TEST_CASE ("jau_cfmt_benchmark_int_all", "[benchmark][jau][std::string][format_int]") | |
| TEST_CASE | ( | "jau_cfmt_benchmark_int0" | , |
| "" | [benchmark][jau][std::string][format_int] ) |
Definition at line 43 of file test_stringfmt_perf_int.cpp.
| TEST_CASE | ( | "jau_cfmt_benchmark_int1" | , |
| "" | [benchmark][jau][std::string][format_int] ) |
Definition at line 80 of file test_stringfmt_perf_int.cpp.
| TEST_CASE | ( | "jau_cfmt_benchmark_int2" | , |
| "" | [benchmark][jau][std::string][format_int] ) |
Execute with test_stringfmt_perf --perf-analysis
Definition at line 118 of file test_stringfmt_perf_int.cpp.
| TEST_CASE | ( | "jau_cfmt_benchmark_int_all" | , |
| "" | [benchmark][jau][std::string][format_int] ) |
Definition at line 177 of file test_stringfmt_perf_int.cpp.