This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b86774789b
ardupilot
/
libraries
/
AP_Math
/
benchmarks
/
wscript
8 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AP_Math: add benchmark for matrix multiplication
2015-11-12 17:41:35 -04:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
waf: ardupilotwaf: prefix build context methods with ap_ It helps to distinguish between things from waf and things from ardupilotwaf.
2016-01-22 17:00:13 -04:00
bld.ap_find_benchmarks(
AP_Math: add benchmark for matrix multiplication
2015-11-12 17:41:35 -04:00
use='ap',
)