mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-19 23:28:32 -04:00
c7eb46fae2
This is the second optimization. With that we don't have to iterate over the umbrella's components. The table below summarizes the mean CPU time in ns from the brenchmark results on an Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz processor: | Naive implementation | First Optimization | Second Optimization ------------------------------------------------------------------------ Min. | 26.0 | 28.00 | 26.0 1st Qu.| 78.0 | 48.75 | 39.0 Median | 132.0 | 57.00 | 41.0 Mean | 130.1 | 61.20 | 41.6 3rd Qu.| 182.2 | 76.00 | 47.0 Max. | 234.0 | 98.00 | 54.0 |
||
---|---|---|
.. | ||
benchmarks | ||
examples | ||
tests | ||
AP_GeodesicGrid.cpp | ||
AP_GeodesicGrid.h | ||
AP_Math.cpp | ||
AP_Math.h | ||
definitions.h | ||
edc.cpp | ||
edc.h | ||
keywords.txt | ||
location.cpp | ||
location.h | ||
matrix3.cpp | ||
matrix3.h | ||
matrix_alg.cpp | ||
polygon.cpp | ||
polygon.h | ||
quaternion.cpp | ||
quaternion.h | ||
rotations.h | ||
vector2.cpp | ||
vector2.h | ||
vector3.cpp | ||
vector3.h | ||
vectorN.h |