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.

Committer:
embeddedartists
Date:
Mon Mar 16 11:00:15 2015 +0100
Revision:
3:1716747cba16
- Added support for image decoding benchmarks
- Removed old read/write benchmark files and used images instead

Who changed what in which revision?

UserRevisionLine numberNew contents of line
embeddedartists 3:1716747cba16 1 #include "iflash_32x32_image_data.h"
embeddedartists 3:1716747cba16 2 #include "iflash_64x64_image_data.h"
embeddedartists 3:1716747cba16 3
embeddedartists 3:1716747cba16 4 #include "qspi_32x32_image_data.h"
embeddedartists 3:1716747cba16 5 #include "qspi_64x64_image_data.h"
embeddedartists 3:1716747cba16 6 #include "qspi_128x128_image_data.h"
embeddedartists 3:1716747cba16 7 #include "qspi_480x272_image_data.h"
embeddedartists 3:1716747cba16 8 #include "qspi_800x480_image_data.h"