|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Classes | |
| class | MicroBenchMath |
Functions | |
| void | lock () |
| void | unlock () |
| template<typename T > | |
| T | random (T min, T max) |
| ut_declare_test_c (test_microbench_math, MicroBenchMath) bool MicroBenchMath | |
| void MicroBenchMath::lock | ( | ) |
Definition at line 59 of file test_microbench_math.cpp.
| T MicroBenchMath::random | ( | T | min, |
| T | max | ||
| ) |
Definition at line 145 of file test_microbench_math.cpp.
References math::min().
Referenced by MicroBenchMath::MicroBenchMath::reset().
| void MicroBenchMath::unlock | ( | ) |
Definition at line 66 of file test_microbench_math.cpp.
| MicroBenchMath::ut_declare_test_c | ( | test_microbench_math | , |
| MicroBenchMath | |||
| ) |
Definition at line 178 of file test_microbench_math.cpp.
References PERF.