lazarus-ccr/components/fpspreadsheet/examples/fpsSpeedTest
2014-07-21 20:33:25 +00:00
..
fpsspeedtest.lpi fpspreadsheet: Read entire biff record of label and number cells to speed up reading (30% improvement for biff2). Numerous clean-up, mostly debugger settings. 2014-07-21 20:33:25 +00:00
fpsspeedtest.pas fpspreadsheet: Add tool for measuring writing and reading speeds for various file sizes and options. Based on a tool by rvk (http://forum.lazarus.freepascal.org/index.php/topic,25142.msg152919.html#msg152919). 2014-07-21 18:00:29 +00:00
mainform.lfm fpspreadsheet: Add tool for measuring writing and reading speeds for various file sizes and options. Based on a tool by rvk (http://forum.lazarus.freepascal.org/index.php/topic,25142.msg152919.html#msg152919). 2014-07-21 18:00:29 +00:00
mainform.pas fpspreadsheet: Add tool for measuring writing and reading speeds for various file sizes and options. Based on a tool by rvk (http://forum.lazarus.freepascal.org/index.php/topic,25142.msg152919.html#msg152919). 2014-07-21 18:00:29 +00:00
readme.txt fpspreadsheet: Add tool for measuring writing and reading speeds for various file sizes and options. Based on a tool by rvk (http://forum.lazarus.freepascal.org/index.php/topic,25142.msg152919.html#msg152919). 2014-07-21 18:00:29 +00:00

This demo represents a useful tool for measuring the speed of writing to and
reading from various spreadsheet file formats. It contains a gui to setup test
conditions and displays test results in a memo.

Please note that the reading test requires the files created during the writing
test. The test files are created in a subfolder "data" of the directory 
containing the exe file.