Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <thread>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/int_math.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("Int Math Bench 01a", "[abs][benchmark][arithmetic][math]") | |
TEST_CASE ("Int Math Bench 01b", "[ct_abs][benchmark][arithmetic][math]") | |
TEST_CASE ("Int Math Bench 01c", "[abs][benchmark][arithmetic][math]") | |
TEST_CASE ("Int Math Bench 02a", "[min][max][benchmark][arithmetic][math]") | |
TEST_CASE ("Int Math Bench 03a", "[ct_min][ct_max][benchmark][arithmetic][math]") | |
TEST_CASE | ( | "Int Math Bench 01a" | , |
"" | [abs][benchmark][arithmetic][math] | ||
) |
Definition at line 36 of file test_int_math_perf01.cpp.
TEST_CASE | ( | "Int Math Bench 01b" | , |
"" | [ct_abs][benchmark][arithmetic][math] | ||
) |
Definition at line 46 of file test_int_math_perf01.cpp.
TEST_CASE | ( | "Int Math Bench 01c" | , |
"" | [abs][benchmark][arithmetic][math] | ||
) |
Definition at line 58 of file test_int_math_perf01.cpp.
TEST_CASE | ( | "Int Math Bench 02a" | , |
"" | [min][max][benchmark][arithmetic][math] | ||
) |
Definition at line 69 of file test_int_math_perf01.cpp.
TEST_CASE | ( | "Int Math Bench 03a" | , |
"" | [ct_min][ct_max][benchmark][arithmetic][math] | ||
) |
Definition at line 81 of file test_int_math_perf01.cpp.