PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Tests for the microbench matrix math library. More...
#include <unit_test.h>
#include <time.h>
#include <stdlib.h>
#include <unistd.h>
#include <drivers/drv_hrt.h>
#include <perf/perf_counter.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/micro_hal.h>
#include <matrix/math.hpp>
Go to the source code of this file.
Classes | |
class | MicroBenchMatrix::MicroBenchMatrix |
Namespaces | |
MicroBenchMatrix | |
Macros | |
#define | PERF(name, op, count) |
Functions | |
void | MicroBenchMatrix::lock () |
void | MicroBenchMatrix::unlock () |
template<typename T > | |
T | MicroBenchMatrix::random (T min, T max) |
MicroBenchMatrix::ut_declare_test_c (test_microbench_matrix, MicroBenchMatrix) bool MicroBenchMatrix | |
Tests for the microbench matrix math library.
Definition in file test_microbench_matrix.cpp.
#define PERF | ( | name, | |
op, | |||
count | |||
) |
Definition at line 74 of file test_microbench_matrix.cpp.
Referenced by MicroBenchMatrix::ut_declare_test_c().