summaryrefslogtreecommitdiff
path: root/test/mtdev-matching.c
Commit message (Collapse)AuthorAgeFilesLines
* Add and test a simple kernel matcherHenrik Rydberg2010-11-071-14/+47
| | | | | | | | | | This matcher is for up to four fingers, and has these properties: * Approximately 1.4 times faster at 4 fingers * Approximately 4.0 times faster at 2 fingers * Roughly 100 lines of code Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add mtdev-matching test programHenrik Rydberg2010-10-121-0/+141
Measures matching speed and provides some historically difficult test cases. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>