Program to benchmark the speed of the different file system options versus placing data directly into arrays.
Dependencies: DMBasicGUI DMSupport
This program is used to measure the performance of the different file system options on the LPC4088 Display Module.
The performance wiki page and more specifically the software part describes this program and the output.
As the program doesn't use the display at all it can be used on both the 4.3" and 5" display modules.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:47b4bed9fa13 | 2019-11-05 | embeddedartists | Updates related to mbed OS 5 |
5:788710a95951 | 2015-03-26 | alindvall | Added workaround to problem with MCIFileSystem write sizes |
4:38ccf7138017 | 2015-03-20 | alindvall | - Added missing DMBasicGUI library; - Updated DMSupport library |
3:1716747cba16 | 2015-03-16 | embeddedartists | - Added support for image decoding benchmarks |
2:ddc1aa3bea3d | 2015-03-12 | embeddedartists | - Added WRITE tests as well |
1:b000ac168e46 | 2015-03-12 | embeddedartists | - Added content to the image_data files |
0:b77503796c51 | 2015-03-11 | alindvall | First version (missing image files) |