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.

History

Updates related to mbed OS 5 default tip

2019-11-05, by embeddedartists [Tue, 05 Nov 2019 06:44:07 +0000] rev 6

Updates related to mbed OS 5


Added workaround to problem with MCIFileSystem write sizes

2015-03-26, by alindvall [Thu, 26 Mar 2015 16:02:38 +0000] rev 5

Added workaround to problem with MCIFileSystem write sizes


- Added missing DMBasicGUI library; - Updated DMSupport library

2015-03-20, by alindvall [Fri, 20 Mar 2015 14:51:54 +0000] rev 4

- Added missing DMBasicGUI library; - Updated DMSupport library


- Added support for image decoding benchmarks

2015-03-16, by embeddedartists [Mon, 16 Mar 2015 11:00:15 +0100] rev 3

- Added support for image decoding benchmarks
- Removed old read/write benchmark files and used images instead


- Added WRITE tests as well

2015-03-12, by embeddedartists [Thu, 12 Mar 2015 10:24:35 +0100] rev 2

- Added WRITE tests as well


- Added content to the image_data files

2015-03-12, by embeddedartists [Thu, 12 Mar 2015 09:25:33 +0100] rev 1

- Added content to the image_data files
- Added check in prepare() to assure that the linker correcly placed the data
in the correct memory regions


First version (missing image files)

2015-03-11, by alindvall [Wed, 11 Mar 2015 15:33:03 +0000] rev 0

First version (missing image files)