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:
Tue Nov 05 06:44:07 2019 +0000
Revision:
6:47b4bed9fa13
Parent:
3:1716747cba16
Updates related to mbed OS 5

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"