Title

Roy Longbottom at Linkedin BMPSpeed Image Processing Benchmark Results

Contents

Description Example Results Log Explanation
2 MB to 8 MB Images 16 MB Images 32 MB Images
64 MB Images 128 MB Images 256 MB to 512 MB Images
Paging 1 Paging 2 New 64 and 32 Bit Versions
Systems Used


Description

BMPSpeed Benchmark generates BMP files up to 512 MB. It measures speed of saving, loading, scrolling, rotating and editing of 0.5, 1, 2, 4 etc. MB files upwards. Pre-compiled versions of the benchmarks can be found in BMPSpd.zip which also contains the source code and more detailed explanations. New 64 and 32 bit versions are also available in Video64.zip with comparisons in 64 Bit Graphics Tests.htm. Some results of the new versions are given below. See also My Main Page for other PC benchmarks and results.

Measurements include results for one of the fastest 2009 disks in an eSATA enclosure (system C2D4). For further details See Report.

BMPSpd.exe has two built in 24 bit .BMP files size 204 x 204 and 288 x 288 pixels or about 0.125 and 0.25 MBytes. The program alternately doubles the pixel dimensions to produce files for testing at 0.5, 1, 2, 4 up to 512 MB, with 50% of RAM size being the default largest size. Extra copies for editing result in memory demands of more than twice the largest image size leading to paging to/from disk. Five tests are run at each size, run times being saved in log file BMPTime.txt.

1 - Enlarge with blur editing (copy with add/divide instructions) and display.

2 - Save enlargement to disk.

3 - Load from disk, format and display.

4 - Copy from memory scrolling.

5 - Make an extra copy rotating 90 degrees and display.

Data transfer speeds in MB/second are also recorded for Test 4 where displayed data might be from video RAM cache, main RAM or disk page file.



To Start


Example Results Log


    2.08 GHz CPU, 512 MB RAM, fast disk, slow GeForce graphics
       
   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.05    0.01    0.03     0.7   992.8    0.04      3
     1.0    0.06    0.02    0.05     1.3  1013.2    0.06      3
     2.0    0.08    0.03    0.12     2.3  1019.8    0.09      3
     4.0    0.11    0.06    0.17     2.9  1032.4    0.15      3
     8.0    0.15    0.14    0.43    11.4   262.7    0.25      3
    16.0    0.24    0.29    0.51    11.4   262.7    0.81      3
    32.0    0.45    0.61    0.88    11.4   262.5    1.10      3
    64.0    0.55    1.31    1.49    41.4    72.2    2.79      0
   128.0    0.97    2.50    2.83    53.9    55.5    6.21      0
   256.0   73.02   88.77   14.84   109.7    27.3   86.60      0
   512.0   82.93   20.70   89.05   842.4     3.5   67.98      0

  Windows NT Version 5.0, build 2195, Service Pack 2                     
  CPU AuthenticAMD, Features Code 0383FBFF, Model Code 00000681, 2088 MHz
  Memory Status Maximum Use                                              
  Mbytes of physical memory    511                                       
  Percent of memory in use     94                                        
  Free physical memory Mbytes  30                                        
  Mbytes of paging file        2179                                      
  Free Mbytes of paging file   1073                                      
  User Mbytes of virtual space 2047                                      
  Free user virtual Mbytes     1004                                      
  Screen setting 1024 x 768 x 32 bits =  3.1 MB                          

To Start


Explanation

For Enlarge, Read and Rotate, memory is allocated and an attempt made to create a Device Independent Bitmap (CreateDIBitmap function), needed for use with fast BitBlt block copying to the screen. When insufficient resources are available the DIB cannot be created and a slow copy function has to be used (StretchDIBits). The number of successful DIB creations are indicated in the last column.

For such as scrolling, a copy of the whole image can be cached in video RAM and the speed obtained is a measure of graphics performance. This is shown by the >990 MB/second speeds in the example log. Next come 263 MB/second speed results copying from main RAM to video RAM, followed by slower speeds where the DIB was not created. Slow results at 512 MB and 256 MB are due to insufficient RAM and paging to/from disk.

The size of images that can be cached depend on the graphics manufacturer, driver and, so it seems, version of Windows. Examples of fast graphics speed and size cached with WinXP are GeForce FX5900 6900 MB/sec up to 4 MB and ATI Radeon 9800 Pro 5300 MB/sec up to 32 MB.

Enlarge and rotate are affected by CPU, graphics and RAM speeds with save and load, of course, mainly dependent on disk speed. The tables below include an average time for these four measurements. Other tables provide details of systems badly affected by paging. Results now include some using a Solid State Drive, where the fastest average times are obtained, using a slower processor.

Looking at the statistics given with the results, they are worst case for the largest image. Performance can be reduced if the paging setting is for variable space and the setting is too low. For the example above, few other applications are using the paging file with 1106 MB occupied. The program is demanding 1043 MB RAM, as indicated by used virtual space.

The results include information of systems used as indicated here (see Systems Used). The following shows the first systems that produced an average response time of 1 second for the four measurements, at different image sizes.


 MB    CPU     MHz   Graphics    Display    Disk  

  2   Ppro     200      SIS      1024x24    4500  
  4   Cel1     300    Blaster    1024x32    7200  
  8   PII1     450   ATI Rage    1024x16    5400  
 16   P4a2    1900  GeF1 256Pro  1024x32    5400  
 32   P4b     2411 Mat Parhelia  1024x32    7200  
 64   P4k     3633 Rad 9800 Pro  1024x32  RAID 10K
128   Core i7 2800 Gef GTX 480   1920x32    7200  

Surprisingly, the worst recorded performance shown here in on Athlon 64 CPUs using Windows XP x64 where, with 1 GB RAM, rotating a 256 MB image can take more than a minute and a 512 MB one 15 minutes (see Paging 2, Ath64 *). This appears to be due to excessive paging. This even affects rotating at 128 MB (see 128 MB Images Ath64 *). The benchmark was compiled to produce 64 bit code (Ath64 #) and this has the same problem but is faster than the 32 bit version on most tests.

This has now been resolved following slow speed measurements with 3 GB RAM using 64-Bit Vista (See C2D3 Paging 2). The clue is the 3 in the last column of results, indicating that CreateDIBitmap is used for fast BitBlt copying. In the past, the size that could be created for fast copying varied, depending on the version of Windows and graphics driver/card. Most recent results via Windows XP showed a limit of 64 MB but with 64-Bit Windows it is available for at least 512 MB bitmaps.

Tests show that the DIBs are at 32 bits, 33% larger than the original BMP data. So, a 512 MB image increases to 682 MB and the program can have two open (in addition to original data). RAM space used for the DIBs is outside the user’s virtual space. With this image size, total virtual memory demands (as seen in pagefile usage) increase from around 1100 MB to 2300 MB. Given sufficient RAM, this produces no problems and scrolling is very fast. See scrolling time at larger images for C2D3, the 4 GB PC. Further details are in Paging.htm.

To Start



2 MB to 8 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

2 MB Images - 816 x 816 = 0.67M Pixels                                                                  
486       66      S3        1024x8             5.5    5.04    5.30    9.15    2.33    39.3      15     3
Pen      100     DS64       800x16    3600     2.6    1.76    3.73    3.68    1.41    25.7      35     3
Ppro     200      SIS      1024x24    4500     1.0    0.81    1.35    0.71    0.99    63.9      28     3
PMMX     200   Mystique    1024x32    5400     0.6    0.75    0.81    0.41    0.54    37.7      63     3

4 MB Images - 1152 x 1152 = 1.3M Pixels                                                                 
Pen      100     DS64       800x16    3600     8.0    6.34   12.68    6.98    5.99   104.0       9     3
Ppro     200      SIS      1024x24    4500     2.6    3.45    2.77    2.40    1.73    79.1      28     3
PMMX     200   Mystique    1024x32    5400     1.7    1.16    4.01    0.78    0.99    47.2      63     3
PIILap   333      ??       1024x16             1.2    0.79    1.06    1.37    1.49    23.1      65     3
CelLap   400   ATI Rage    1024x32    4200     1.1    0.87    1.78    0.93    1.01   102.2      29     3
Cel1     300    Blaster    1024x32    7200     1.0    1.19    1.70    0.43    0.62    34.7      86     3
Cel1a    450    Blaster    1024x32    7200     0.6    0.65    0.91    0.38    0.54    34.6      86     3

8 MB Images - 1632 x 1632 = 2.7M Pixels                                                                 
CelLap   400   ATI Rage    1024x32    4200     2.1    1.58    2.96    1.85    2.20   102.3      29     3
PIILap   333      ??       1024x16             2.1    1.21    1.72    2.79    2.81    23.1      65     3
Cel1     300    Blaster    1024x32    7200     1.7    1.68    3.01    0.82    1.17    34.0      88     3
Cel1a    450    Blaster    1024x32    7200     1.4    1.59    2.05    0.80    0.96    34.3      87     3
PII1     450   ATI Rage    1024x16    5400     1.1    1.15    1.38    0.81    0.94     7.3     203     3
Dur1     700  GeF1 256Pro  1024x32    7200     0.6    0.40    1.03    0.36    0.53    27.3     110     3
P4Lap   1700   GeF 420Go   1024x32             0.5    0.23    0.54    0.56    0.49    11.2     265     3
PIII1   1000   Rage 128    1024x16             0.4    0.41    0.60    0.27    0.51     1.8     819     3
AtomM   1600   Intel 945   1024x32<            0.4    0.43    0.56    0.30    0.33     1.9    1184     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  0.1    0.12    0.16    0.04    0.08     1.2    3372     3
> 1366 x 768, < 1024 x 600 

To Start


16 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

16 MB Images - 2304 x 2304 = 5.3M Pixels                                                                
PIILap   333      ??       1024x16             4.2    1.91    4.17    5.36    5.51    23.1      65     3
CelLap   400   ATI Rage    1024x32    4200     3.1    1.58    3.06    4.12    3.67    54.7      55     0
Cel1     300    Blaster    1024x32    7200     2.1    1.93    3.20    1.68    1.68    65.0      46     0
PII1     450   ATI Rage    1024x16    5400     2.0    1.46    2.90    1.61    1.90    35.5      42     3
Cel1a    450    Blaster    1024x32    7200     1.7    1.28    2.50    1.63    1.57    45.1      66     0
Dur2     750  GeF1 256Pro  1024x32    7200     1.5    0.63    2.54    1.23    1.40    27.2     110     3
Dur3     750  GeF2 MX440   1280x32    7200     1.3    0.70    2.63    0.70    1.04    75.6      67     3
Dur1     700  GeF1 256Pro  1024x32    7200     1.2    0.72    2.50    0.70    1.05    27.2     110     3
P4e     2533   GeF4 4200   1024x32    7200     1.2    0.31    1.82    1.49    1.29    14.2     211     3
Dur4 2K  950  GeF1 256Pro  1280x32    7200     1.2    0.60    2.40    0.70    0.96    44.9     112     3
Dur4 2K  950  GeF1 256Pro  1024x32    7200     1.1    0.57    2.38    0.69    0.90    26.8     112     3
AthBLap 1800  Rad IGP320   1024x32    4200     1.1    0.54    1.58    1.32    1.02     4.7     630     3
PIII1   1000   Rage 128    1024x16             1.0    0.62    2.21    0.47    0.82     1.8     818     3
P4a2    1900  GeF1 256Pro  1024x32    5400     1.0    0.41    1.35    1.16    1.18    41.0      72     3
P4a     1900  GeF2 MX440   1024x32    5400     1.0    0.44    1.60    1.11    0.90    42.3      70     3
Dur4 98  950  GeF1 256Pro  1024x32    7200     1.0    0.43    2.22    0.64    0.70    48.9      61     0
AthT1   1200  GeF2 MX200   1024x32    7200     1.0    0.41    2.31    0.52    0.67    58.3      51     0
P4j     3066  GeF4 MX440    800x32    7200     0.9    0.28    1.25    1.30    0.75     5.3     332     3
P4Lap   1700   GeF 420Go   1024x32             0.9    0.36    1.18    1.06    0.84    11.2     265     3
PMLap2  1600 Mob Rad 7500  1400x32    5400     0.8    0.47    1.40    0.57    0.74    35.5     159     3
AthP1   1600   Mat G400    1024x32    7200     0.8    0.33    1.47    0.73    0.60    15.7     191     3
AtomM   1600   Intel 945   1024x32<            0.7    0.60    0.97    0.49    0.65     1.9    1179     3
AthP2   1667  GeF4 Ti4600  1280x32  SCSI 15K   0.7    0.29    1.08    0.95    0.47    13.5     375     3
P4d     2533  Intel 845GE  1600x32    7200     0.7    0.35    1.15    0.58    0.63    15.8     467     3
P4a3    1900  GeF1 256Pro  1024x32    7200     0.7    0.47    1.40    0.32    0.54    18.5     160     3
CelCLap 2000  Intel X3100  1280x32    5400     0.7    0.28    0.55    1.38    0.52     6.5     598     3
P4i     3000   GeF4 4200   1024x32    7200     0.6    0.24    1.48    0.22    0.61    13.0     230     3
P4f     2533 Mat Parhelia  1024x32    7200     0.6    0.34    1.02    0.41    0.53     0.6    5096     3
P4Xeon  2200   Rad 7000    1280x32             0.6    0.33    0.80    0.60    0.57    33.4     151     3
P4h     2888 Mat Parhelia  1024x32    7200     0.5    0.31    0.92    0.45    0.50     0.6    5098     3
P4b     2411 Mat Parhelia  1024x32    7200     0.5    0.42    0.65    0.27    0.83     5.5     540     3
AthTx1  1733  GeF4 Ti4600  1024x32    7200     0.5    0.22    0.84    0.41    0.55     7.1     417     3
AthTx2  2080  GeF FX5600   1280x32    7200     0.5    0.29    0.82    0.38    0.51     8.5     590     3
P4g     2813  GeF FX5900   1024x32    7200     0.5    0.21    0.84    0.41    0.54     7.4     400     3
P4c     2533 Rad 9700 Pro  1024x32    7200     0.5    0.25    0.59    0.32    0.82     0.7    4432     3
TurLap  1900  GeF 8400M G  1280x32~   5400     0.5    0.32    0.63    0.43    0.55     4.9     801     3
TurLap  1900  GeF 8400M G  1024x32    5400     0.5    0.31    0.60    0.44    0.56     2.9    1020     3
AthP4   1809   Rad 8500    1024x32  RAID 7200  0.5    0.23    0.75    0.44    0.41     1.1    2677     3
P4E1    3000   Rad X600    1280x32  SATA 7200  0.5    0.20    0.41    0.33    0.89     1.6    3236     3
C2DLap  1830 GeF 8400M GS  1440x32    5400     0.4    0.25    0.47    0.52    0.49     5.7     867     3
AthTx3  2080  GeF2 MX440   1024x32    7200     0.4    0.21    0.77    0.31    0.46    11.3     264     3
AthTx3a 2338  GeF2 MX440   1280x32    7200     0.4    0.20    0.70    0.35    0.45    19.2     264     3
AthTx3a 2338  GeF2 MX440   1024x32    7200     0.4    0.19    0.69    0.30    0.50    11.3     264     3
AthTx3b 2080  GeF FX5200   1024x32    7200     0.4    0.20    0.75    0.35    0.45     5.2     574     3
PMLap   1862 Mob Rad X300  1680x32    5400     0.4    0.20    0.33    0.54    0.62     2.8    2439     3
Ath64d *2150  GeF FX5900   1280x32    7200     0.4    0.21    0.45    0.43    0.57     9.9     508     3
AthTx4  2301  GeF4 Ti4600  1024x32    7200     0.4    0.17    0.68    0.21    0.61     7.4     400     3
AthP3   1794  GeF4 Ti4600  1024x32  SRAID 15K  0.4    0.23    0.77    0.34    0.27    18.3     164     3
Ath64b  2150 Rad 9700 Pro  1024x32    7200     0.4    0.15    0.51    0.43    0.52     0.7    4497     3
C2D2    2400   Rad X300    1024x32    7200     0.4    0.16    0.26    0.61    0.50     1.8    1613     3
P4l     3382  GeF4 Ti4600  1024x32  SRAID 15K  0.3    0.17    0.56    0.22    0.29     7.2     412     3
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  0.3    0.25    0.69    0.09    0.19     0.6    5317     3
C2D3  $ 2400  GeF 8600GT   1280x32    7200     0.3    0.22    0.26    0.22    0.48     2.9    1760     3
C2D3  $ 2400  GeF 8600GT   1024x32    7200     0.3    0.20    0.26    0.23    0.47     1.3    2222     3
C2D3# $ 2400  GeF 8600GT   1280x32    7200     0.3    0.16    0.16    0.24    0.48     2.9    1759     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     0.3    0.14    0.17    0.28    0.50     4.5    1514     3
Ath64c *2210  Rad X800XL   1280x32    7200     0.3    0.16    0.43    0.24    0.31     1.0    5165     3
Ath64c *2210  Rad X800XL   1024x32    7200     0.3    0.16    0.44    0.21    0.26     0.6    5167     3
C2D1    2400  GeF 7950GT   1440x32+   7200     0.3    0.16    0.31    0.22    0.36     3.6    1360     3
P4k     3633 Rad 9800 Pro  1024x32   RAID 10K  0.3    0.14    0.50    0.10    0.26     0.6    5313     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 0.3    0.18    0.24    0.19    0.48     1.9    2660     3
Ci71 #  2800   GeFGTX480   1920x32    7200     0.3    0.16    0.24    0.47    0.27     1.7    4803     3
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 0.2    0.18    0.25    0.20    0.28     2.6    2557     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 0.2    0.18    0.25    0.19    0.27     2.0    2457     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 0.2    0.15    0.21    0.20    0.24     2.7    2550     3
Ath64c#*2210  Rad X800XL   1280x32    7200     0.2    0.10    0.33    0.23    0.29     1.2    4352     3
C2D4# $ 2400   GeF8600GT   1680x32^   7200     0.2    0.14    0.20    0.22    0.23     4.3    1563     3
Ci71 £# 2800   GeFGTX480   1920x32%   7200     0.2    0.13    0.16    0.19    0.20     1.6    4878     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  0.2    0.20    0.26    0.08    0.13     1.2    3266     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     0.2    0.13    0.17    0.14    0.19     1.4    5830     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     0.1    0.11    0.12    0.13    0.19     1.4    5833     3

 * Win XP x64, $ Vista 64 Bit, £ Win7 64 bit, & Win 8, # 64 bit version, + 1440x900,  ~ 1280 x 800,
 % 1920x1080, ^ 1680x1050, < 1024 x 600  > 1366 x 768

To Start


32 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

32 MB Images - 3264 x 3264 = 10.7M Pixels                                                               
CelLap   400   ATI Rage    1024x32    4200     5.7    3.27    7.39    7.32    4.94    56.3      53     0
P4a     1900  GeF2 MX440   1024x32    5400     3.7    0.87    9.54    2.55    1.86    42.3      70     3
PII1     450   ATI Rage    1024x16    5400     3.4    2.12    4.30    4.11    3.21    34.2      44     0
Dur2     750  GeF1 256Pro  1024x32    7200     2.8    1.26    5.09    2.35    2.62    27.2     110     3
P4e     2533   GeF4 4200   1024x32    7200     2.5    0.65    3.88    3.05    2.52    14.5     206     3
Dur3     750  GeF2 MX440   1280x32    7200     2.5    1.39    5.30    1.38    2.03    78.6      64     3
Dur1     700  GeF1 256Pro  1024x32    7200     2.4    1.33    5.06    1.36    2.03    27.2     110     3
Dur4 2K  950  GeF1 256Pro  1280x32    7200     2.3    1.19    4.81    1.36    1.95    45.1     112     3
Dur4 2K  950  GeF1 256Pro  1024x32    7200     2.3    1.16    4.79    1.36    1.87    26.8     112     3
P4Lap   1700   GeF 420Go   1024x32             2.3    0.70    4.46    2.13    1.71    11.2     265     3
AthP4   1809   Rad 8500    1024x32  RAID 7200  2.1    0.40    6.23    0.83    0.78    11.8     253     3
Dur4 98  950  GeF1 256Pro  1024x32    7200     1.9    0.70    4.38    1.28    1.36    48.7      61     0
P4a2    1900  GeF1 256Pro  1024x32    5400     1.9    0.79    2.82    2.10    1.82    41.4      72     3
AthT1   1200  GeF2 MX200   1024x32    7200     1.8    0.93    3.95    1.06    1.35    58.3      51     0
AthBLap 1800  Rad IGP320   1024x32    4200     1.8    0.91    1.47    2.63    2.22    12.5     237     3
P4j     3066  GeF4 MX440    800x32    7200     1.5    0.55    1.57    2.28    1.46     5.3     332     3
CelCLap 2000  Intel X3100  1280x32    5400     1.5    0.44    0.86    3.52    1.05     6.2     627     3
P4a3    1900  GeF1 256Pro  1024x32    7200     1.4    0.88    2.98    0.74    1.10    18.6     159     3
P4i     3000   GeF4 4200   1024x32    7200     1.4    0.53    3.19    0.57    1.20    13.3     224     3
AthP3   1794  GeF4 Ti4600  1024x32  SRAID 15K  1.3    0.45    3.45    0.67    0.56    18.2     165     3
PMLap2  1600 Mob Rad 7500  1400x32    5400     1.3    0.76    1.88    1.07    1.38    35.2     160     0
AthP2   1667  GeF4 Ti4600  1280x32  SCSI 15K   1.2    0.61    1.47    1.89    0.97    13.6     372     3
PIII1   1000   Rage 128    1024x16             1.2    0.81    1.92    0.97    1.23    18.0      83     0
AthP1   1600   Mat G400    1024x32    7200     1.2    0.61    1.61    1.36    1.26    15.5     193     3
AtomM   1600   Intel 945   1024x32<            1.1    0.92    1.33    0.91    1.12     1.9    1173     2
P4d     2533  Intel 845GE  1600x32    7200     1.1    0.60    1.37    1.20    1.20    16.0     461     2
P4Xeon  2200   Rad 7000    1280x32             1.0    0.61    1.38    1.11    1.09    33.4     151     3
P4b     2411 Mat Parhelia  1024x32    7200     0.9    0.49    1.19    0.58    1.53     5.3     560     3
P4f     2533 Mat Parhelia  1024x32    7200     0.9    0.55    1.38    0.84    1.00     1.2    2380     3
P4h     2888 Mat Parhelia  1024x32    7200     0.9    0.50    1.21    0.85    1.02     1.2    2379     3
P4c     2533 Rad 9700 Pro  1024x32    7200     0.9    0.41    1.02    0.79    1.32     0.7    4000     3
AthTx1  1733  GeF4 Ti4600  1024x32    7200     0.9    0.44    1.18    0.66    1.21     7.1     417     3
P4g     2813  GeF FX5900   1024x32    7200     0.8    0.42    1.05    0.79    1.02     7.4     400     3
AthTx2  2080  GeF FX5600   1280x32    7200     0.8    0.47    1.04    0.71    0.97     9.3     540     2
C2DLap  1830 GeF 8400M GS  1440x32    5400     0.8    0.42    0.71    0.93    1.09     4.9    1002     3
P4E1    3000   Rad X600    1280x32  SATA 7200  0.8    0.35    0.66    0.78    1.29     1.6    3226     3
AthTx3  2080  GeF2 MX440   1280x32    7200     0.8    0.43    1.06    0.68    0.88    19.2     263     3
AthTx3  2080  GeF2 MX440   1024x32    7200     0.8    0.42    1.06    0.67    0.86    11.3     264     3
AthTx3b 2080  GeF FX5200   1024x32    7200     0.8    0.41    1.07    0.65    0.90     5.2     571     3
PMLap   1862 Mob Rad X300  1680x32    5400     0.8    0.34    0.63    0.89    1.32     2.8    2413     3
TurLap  1900  GeF 8400M G  1280x32~   5400     0.8    0.49    0.93    0.77    0.90     4.9     795     3
TurLap  1900  GeF 8400M G  1024x32    5400     0.8    0.47    0.92    0.73    0.89     2.9    1045     3
Ath64d *2150  GeF FX5900   1280x32    7200     0.7    0.33    0.75    0.82    1.06     9.9     508     3
AthTx4  2301  GeF4 Ti4600  1024x32    7200     0.7    0.34    0.91    0.57    1.09     7.4     400     3
C2D2    2400   Rad X300    1024x32    7200     0.7    0.27    0.49    1.19    0.96     1.8    1613     3
AthTx3a 2338  GeF2 MX440   1024x32    7200     0.7    0.38    0.94    0.64    0.84    11.3     264     3
AthTx3a 2338  GeF2 MX440   1280x32    7200     0.7    0.39    0.95    0.60    0.85    19.2     264     3
Ath64b  2150 Rad 9700 Pro  1024x32    7200     0.7    0.27    0.70    0.82    1.00     0.7    4074     3
P4l     3382  GeF4 Ti4600  1024x32  SRAID 15K  0.5    0.31    0.76    0.39    0.55     7.2     412     3
Ath64c *2210  Rad X800XL   1280x32    7200     0.5    0.27    0.63    0.46    0.67     1.0    5162     3
C2D3  $ 2400  GeF 8600GT   1280x32    7200     0.5    0.32    0.47    0.53    0.80     2.9    1751     3
C2D3  $ 2400  GeF 8600GT   1024x32    7200     0.5    0.30    0.47    0.53    0.79     1.4    2186     3
C2D3# $ 2400  GeF 8600GT   1280x32    7200     0.5    0.27    0.27    0.52    0.78     2.9    1766     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     0.5    0.22    0.32    0.67    0.83     4.4    1536     3
C2D1    2400  GeF 7950GT   1440x32+   7200     0.5    0.34    0.58    0.45    0.73     3.9    1263     3
Ath64c *2210  Rad X800XL   1024x32    7200     0.5    0.27    0.63    0.42    0.64     0.6    5168     3
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  0.5    0.42    0.88    0.16    0.37     0.6    4852     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 0.5    0.26    0.41    0.38    0.75     1.9    2616     3
Ath64c#*2210  Rad X800XL   1280x32    7200     0.4    0.17    0.42    0.48    0.59     1.0    5166     3
P4k     3633 Rad 9800 Pro  1024x32   RAID 10K  0.4    0.25    0.67    0.21    0.49     0.6    4848     3
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 0.4    0.28    0.42    0.39    0.48     2.7    2533     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 0.4    0.27    0.42    0.38    0.46     2.0    2513     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 0.4    0.21    0.37    0.37    0.49     2.7    2538     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     0.5    0.22    0.32    0.67    0.83     4.4    1536     3
C2D4# $ 2400   GeF8600GT   1680x32^   7200     0.4    0.22    0.32    0.40    0.46     4.3    1563     3
Ci71 #  2800   GeFGTX480   1920x32    7200     0.4    0.23    0.43    0.64    0.43     1.7    4812     3
Ci71 £# 2800   GeFGTX480   1920x32    7200     0.3    0.21    0.28    0.35    0.37     1.6    4874     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  0.3    0.29    0.46    0.18    0.22     1.2    3289     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     0.3    0.20    0.32    0.24    0.29     1.4    5823     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     0.2    0.13    0.21    0.25    0.24     1.4    5791     3

  * Win XP x64, $ Vista 64 Bit, £ Win7 64 bit, & Win 8, # 64 bit version, + 1440x900, ~ 1280 x 800,
  % 1920x1080, ^ 1680x1050, < 1024 x 600, > 1366 x 768


To Start


64 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

64 MB Images - 4608 x 4608 = 21.3M Pixels                                                               
P4e     2533   GeF4 4200   1024x32    7200     6.6    1.68   13.14    6.58    5.03    50.0      60     0
AthBLap 1800  Rad IGP320M  1024x32    4200     6.5    1.72   12.49    6.52    5.21    12.5     237     2
P4Lap   1700   GeF 420Go   1024x32             5.4    2.26   10.64    5.45    3.23    44.4      67     0
Dur2     750  GeF1 256Pro  1024x32    7200     5.0    1.56    9.19    4.67    4.40    90.7      33     0
P4i     3000   GeF4 4200   1024x32    7200     4.5    2.28   12.09    1.37    2.13    42.1      71     0
Dur3     750  GeF2 MX440   1280x32    7200     4.2    1.64    9.39    2.74    3.12   137.2      37     0
Dur1     700  GeF1 256Pro  1024x32    7200     4.2    1.65    9.05    2.71    3.28    89.9      33     0
Dur4 2K  950  GeF1 256Pro  1280x32    7200     4.0    1.43    8.63    2.69    3.24   118.0      43     0
Dur4 2K  950  GeF1 256Pro  1024x32    7200     3.9    1.40    8.59    2.69    2.98    82.1      36     0
Dur4 98  950  GeF1 256Pro  1024x32    7200     3.7    1.18    8.40    2.55    2.72    48.7      61     0
P4j     3066  GeF4 MX440    800x32    7200     3.4    0.69    5.61    4.86    2.52    34.8      51     0
P4a2    1900  GeF1 256Pro  1024x32    5400     3.3    0.92    4.56    4.55    3.10    57.0      52     0
CelCLap 2000  Intel X3100  1280x32    5400     3.1    0.77    2.36    7.15    2.21     6.1     643     3
AthP3   1794  GeF4 Ti4600  1024x32  SRAID 15K  3.0    0.66    8.78    1.38    1.02    30.5      98     0
AthP1   1600   Mat G400    1024x32    7200     2.7    1.15    4.75    2.63    2.42    15.6     192     2
PMLap2  1600 Mob Rad 7500  1400x32    5400     2.6    1.00    4.78    2.29    2.31    82.5      68     0
PIII1   1000   Rage 128    1024x16             2.5    1.40    4.28    2.02    2.40    17.9      83     0
AthP2   1667  GeF4 Ti4600  1280x32  SCSI 15K   2.5    0.76    3.85    3.75    1.54    75.4      67     0
P4d     2533  Intel 845GE  1600x32    7200     2.3    0.74    4.06    2.25    2.00    73.5     101     0
P4a3    1900  GeF1 256Pro  1024x32    7200     2.2    1.06    4.74    1.26    1.89    57.3      52     0
P4f     2533 Mat Parhelia  1024x32    7200     2.1    0.88    3.71    1.66    2.09     4.0     744     3
P4h     2888 Mat Parhelia  1024x32    7200     2.0    0.84    3.29    1.65    2.03     3.9     767     3
AtomM   1600   Intel 945   1024x32<            1.9    1.19    2.97    1.64    1.88    19.0     120     0
P4g     2813  GeF FX5900   1024x32    7200     1.9    0.77    3.28    1.58    1.98     7.4     400     3
P4Xeon  2200   Rad 7000    1280x32             1.9    0.83    2.64    2.20    1.90    73.9      68     0
Ath64d *2150  GeF FX5900   1280x32    7200     1.8    0.58    2.89    1.66    2.03     9.9     507     3
P4c     2533 Rad 9700 Pro  1024x32    7200     1.8    0.83    1.95    1.83    2.40     5.1     576     2
P4b     2411 Mat Parhelia  1024x32    7200     1.7    0.63    2.31    1.36    2.69    32.9      90     0
Ath64b  2150 Rad 9700 Pro  1024x32    7200     1.7    0.57    2.71    1.62    2.05     2.8    1058     2
AthTx1  1733  GeF4 Ti4600  1024x32    7200     1.7    0.54    2.94    1.45    1.84    28.6     103     0
PMLap   1862 Mob Rad X300  1680x32    5400     1.7    0.72    1.60    1.86    2.63     6.1    1104     2
TurLap  1900  GeF 8400M G  1280x32~   5400     1.7    0.76    2.27    1.67    2.14     4.9     797     3
TurLap  1900  GeF 8400M G  1024x32    5400     1.7    0.82    2.29    1.53    1.96     2.9    1031     3
AthTx2  2080  GeF FX5600   1280x32    7200     1.6    0.57    2.82    1.39    1.64    44.4     113     0
P4E1    3000   Rad X600    1280x32  SATA 7200  1.5    0.58    1.98    1.66    1.90    28.5     177     0
C2DLap  1830 GeF 8400M GS  1440x32    5400     1.5    0.66    1.80    1.75    1.87     4.9    1021     3
AthTx3  2080  GeF2 MX440   1024x32    7200     1.5    0.52    2.78    1.29    1.44    42.3      71     0
AthTx3  2080  GeF2 MX440   1280x32    7200     1.5    0.54    2.78    1.20    1.47    61.8      82     0
AthTx3b 2080  GeF FX5200   1024x32    7200     1.5    0.51    2.75    1.20    1.43    33.1      90     0
AthTx4  2301  GeF4 Ti4600  1024x32    7200     1.5    0.42    2.36    1.35    1.75    23.7     125     0
AthTx3a 2338  GeF2 MX440   1280x32    7200     1.4    0.49    2.49    1.26    1.44    57.9      87     0
AthTx3a 2338  GeF2 MX440   1024x32    7200     1.4    0.46    2.47    1.26    1.47    39.0      77     0
C2D2    2400   Rad X300    1024x32    7200     1.4    0.49    0.94    2.46    1.87     1.8    1611     3
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  1.2    0.66    3.22    0.32    0.62     8.4     351     3
Ath64c *2210  Rad X800XL   1280x32    7200     1.2    0.56    1.94    0.92    1.40     4.3    1167     3
Ath64c *2210  Rad X800XL   1024x32    7200     1.2    0.54    1.91    0.85    1.36     2.6    1143     3
C2D1    2400  GeF 7950GT   1440x32+   7200     1.1    0.72    1.18    0.99    1.49     3.7    1316     3
Ath64c#*2210  Rad X800XL   1280x32    7200     1.1    0.36    1.77    0.87    1.34     4.3    1170     3
P4l     3382  GeF4 Ti4600  1024x32  SRAID 15K  1.1    0.42    1.93    0.80    1.09     7.2     412     1
C2D3  $ 2400  GeF 8600GT   1024x32    7200     1.0    0.48    0.89    1.10    1.38     1.3    2271     3
C2D3  $ 2400  GeF 8600GT   1280x32    7200     1.0    0.50    0.89    1.09    1.53     2.8    1769     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     1.0    0.38    0.55    1.73    1.45     4.4    1541     3
C2D3# $ 2400  GeF 8600GT   1280x32    7200     0.9    0.40    0.52    1.11    1.38     2.9    1759     3
P4k     3633 Rad 9800 Pro  1024x32   RAID 10K  0.9    0.51    1.80    0.62    0.83     2.9    1027     2
Ci71 £  2800   GeFGTX480   1920x32    7200     0.8    0.38    0.77    1.36    0.79     1.6    4855     3
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 0.7    0.47    0.80    0.77    0.88     2.7    2543     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 0.7    0.43    0.78    0.76    0.86     1.9    2645     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 0.7    0.43    0.80    0.76    0.87     2.0    2524     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 0.7    0.32    0.68    0.76    0.85     2.6    2557     3
C2D4# $ 2400   GeF8600GT   1680x32^   7200     0.6    0.37    0.61    0.65    0.79     4.3    1560     3
Ci71 £# 2800   GeFGTX480   1920x32%   7200     0.6    0.33    0.48    0.92    0.68     1.6    4937     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  0.5    0.47    0.84    0.36    0.44     1.2    3267     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     0.5    0.34    0.54    0.47    0.58     1.4    5849     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     0.6    0.23    0.35    0.75    0.98     1.4    5663     3

 *  Win XP x64, $ Vista 64 Bit, £ Win7 64 bit, & Win 8, # 64 bit version, + 1440x900, ~ 1280 x 800,
 % 1920x1080, ^ 1680x1050, < 1024 x 600, > 1366 x 768 


To Start


128 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

128 MB Images - 6528 x 6528 = 43M Pixels                                                               
Ath64d *2150  GeF FX5900   1280x32    7200    10.4    1.06   33.49    3.22    3.75     9.9     507     3
Dur2     750  GeF1 256Pro  1024x32    7200     9.9    2.96   18.40    9.25    8.98   115.4      26     0
AthTx3b 2080  GeF FX5200   1024x32    7200     8.8    1.00   28.08    2.99    3.10    45.3      66     0
Dur1     700  GeF1 256Pro  1024x32    7200     8.6    3.16   19.70    5.41    6.32   120.2      25     0
Dur4 2K  950  GeF1 256Pro  1280x32    7200     8.2    2.72   18.64    5.39    6.24   152.1      33     0
Dur4 2K  950  GeF1 256Pro  1024x32    7200     8.1    2.63   18.47    5.40    5.86   108.6      28     0
Dur4 98  950  GeF1 256Pro  1024x32    7200     7.3    2.14   16.65    5.21    5.38    48.6      62     0
Ath64c *2210  Rad X800XL   1280x32    7200     6.2    1.01   18.16    2.00    3.47     4.3    1160     3
P4a3    1900  GeF1 256Pro  1024x32    7200     6.0    1.92   14.73    3.54    3.79    79.4      37     0
Ath64c#*2210  Rad X800XL   1280x32    7200     5.7    0.66   17.67    2.01    2.49     4.3    1162     3
PIII1   1000   Rage 128    1024x16             5.4    2.47   10.35    4.09    4.66    18.1      82     0
PMLap2  1600 Mob Rad 7500  1400x32    5400     5.2    1.76   10.02    4.54    4.67   105.0      54     0
Ath64c  2210  Rad X800XL   1024x32    7200     5.1    0.98   14.98    1.92    2.59     2.6    1140     3
AthP2   1667  GeF4 Ti4600  1280x32  SCSI 15K   5.1    1.37    8.44    7.55    3.00    99.2      51     0
AtomM   1600   Intel 945   1024x32<            3.8    2.06    6.16    3.28    3.51    25.0      91     0
P4f     2533 Mat Parhelia  1024x32    7200     3.7    1.11    6.85    3.22    3.73    41.6      71     0
P4g     2813  GeF FX5900   1024x32    7200     3.6    1.43    6.02    3.16    3.92     7.4     400     2
P4b     2411 Mat Parhelia  1024x32    7200     3.6    1.14    5.29    2.88    4.95    47.7      62     0
P4h     2888 Mat Parhelia  1024x32    7200     3.5    0.97    6.14    3.23    3.57    35.4      84     0
AthTx3  2080  GeF2 MX440   1024x32    7200     3.4    1.00    6.94    2.49    3.19    54.5      55     0
AthTx1  1733  GeF4 Ti4600  1024x32    7200     3.4    0.99    6.39    2.81    3.34    42.1      70     0
TurLap  1900  GeF 8400M G  1280x32~   5400     3.4    1.33    5.42    3.29    3.45     5.0     781     3
TurLap  1900  GeF 8400M G  1024x32    5400     3.3    1.34    5.52    3.01    3.34     2.9    1020     3
P4c     2533 Rad 9700 Pro  1024x32    7200     3.3    1.09    4.39    3.60    4.15    38.6      76     0
AthTx2  2080  GeF FX5600   1280x32    7200     3.3    0.99    6.22    2.74    3.12    60.7      83     0
AthTx3  2080  GeF2 MX440   1280x32    7200     3.2    0.96    6.20    2.52    2.96    78.2      65     0
PMLap   1862 Mob Rad X300  1680x32    5400     3.1    1.34    2.04    4.11    4.92     6.1    1099     0
AthTx4  2301  GeF4 Ti4600  1024x32    7200     3.0    0.78    5.23    3.02    3.09    33.7      88     0
AthTx3a 2338  GeF2 MX440   1280x32    7200     3.0    0.87    5.55    2.56    3.08    72.8      69     0
AthTx3a 2338  GeF2 MX440   1024x32    7200     2.9    0.84    5.51    2.50    2.82    50.0      60     0
C2DLap  1830 GeF 8400M GS  1440x32    5400     2.9    1.22    2.62    3.62    3.96     4.9    1006     3
C2D2    2400   Rad X300    1024x32    7200     2.6    0.68    1.59    4.74    3.56    17.8     166     0
P4E1    3000   Rad X600    1280x32  SATA 7200  2.6    1.04    2.58    3.13    3.61    38.6     131     0
Ath64b  2150 Rad 9700 Pro  1024x32    7200     2.6    0.73    2.63    3.23    3.73    27.0     109     0
P4k     3633 Rad 9800 Pro  1024x32   RAID 10K  1.8    0.69    3.80    1.13    1.47    23.6     127     0
C2D3  $ 2400  GeF 8600GT   1024x32    7200     1.9    0.82    1.73    2.28    2.62     1.4    2205     3
C2D3  $ 2400  GeF 8600GT   1280x32    7200     1.9    0.84    1.73    2.26    2.75     2.9    1747     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     2.0    0.70    1.06    3.02    3.16     4.5    1496     3
C2D3# $ 2400  GeF 8600GT   1280x32    7200     1.7    0.68    1.00    2.33    2.73     2.9    1764     3
C2D1    2400  GeF 7950GT   1440x32+   7200     1.7    0.74    1.76    1.82    2.44    39.9     123     0
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 1.4    0.74    1.76    1.47    1.67     2.7    2553     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 1.4    0.72    1.71    1.45    1.66     1.9    2607     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 1.4    0.75    1.75    1.49    1.66     2.0    2517     3
Ci71 #  2800   GeFGTX480   1920x32    7200     1.4    0.65    1.45    2.04    1.42     1.6    4832     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 1.3    0.53    1.53    1.43    1.63     2.7    2554     3
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  1.3    0.87    3.03    0.60    0.86    27.8     106     0
C2D4# $ 2400   GeF8600GT   1680x32^   7200     1.1    0.71    1.09    1.27    1.49     4.4    1537     3
Ci71 £# 2800   GeFGTX480   1920x32%   7200     1.0    0.55    0.91    1.34    1.37     1.6    4843     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  0.9    0.77    1.51    0.69    0.81     1.2    3306     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     0.9    0.49    1.00    0.91    1.00     1.4    5854     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     0.8    0.38    0.72    0.91    1.01     1.4    5887     3
                                                
 *  Win XP x64, $ Vista 64 Bit, £ Win7 64 bit, & Win 8, # 64 bit version, + 1440x900, ~ 1280 x 800,
 % 1920x1080, ^ 1680x1050, < 1024 x 600, > 1366 x 768 


To Start


256 MB Images

CPU      MHz   Graphics    Display    Disk Av next Enlarge  Rotate    Save    Load  Scroll  Scroll   Use
                                            4 cols Display  90 deg To disk Display /Repeat Overall  Fast
                                       RPM    Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec BitBlt

256 MB Images - 9216 x 9216 = 85M Pixels                                                                
PMLap2  1600 Mob Rad 7500  1400x32    5400    11.8    3.48   24.80    9.48    9.41   138.8      41     0
AthP2   1667  GeF4 Ti4600  1280x32  SCSI 15K  10.5    2.47   18.82   14.84    5.93   132.5      38     0
P4f     2533 Mat Parhelia  1024x32    7200     8.5    2.15   18.40    6.34    7.01    56.7      52     0
P4b     2411 Mat Parhelia  1024x32    7200     7.7    2.16   13.28    5.84    9.64    65.3      45     0
P4h     2888 Mat Parhelia  1024x32    7200     7.5    1.83   14.67    6.43    7.07    50.0      59     0
AthTx1  1733  GeF4 Ti4600  1024x32    7200     7.3    1.86   15.29    5.71    6.41    59.8      50     0
P4c     2533 Rad 9700 Pro  1024x32    7200     7.1    2.08   11.08    7.04    8.35    51.8      57     0
TurLap  1900  GeF 8400M G  1024x32    5400     6.9    2.44   11.73    6.78    6.79     2.9    1046     2
TurLap  1900  GeF 8400M G  1280x32~   5400     6.8    2.42   11.79    6.20    6.75     4.9     788     2
C2DLap  1830 GeF 8400M GS  1440x32    5400     6.8    2.37    8.74    8.38    7.77     5.0     988     2
Ath64b  2150 Rad 9700 Pro  1024x32    7200     6.8    1.35   12.59    6.49    6.85    37.5      79     0
P4g     2813  GeF FX5900   1024x32    7200     6.7    1.86   11.88    6.23    6.78   101.6      29     0
AthTx4  2301  GeF4 Ti4600  1024x32    7200     6.6    1.45   12.77    5.81    6.21    47.5      62     0
C2D2    2400   Rad X300    1024x32    7200     5.8    1.21    5.48    9.33    6.98    24.6     120     0
C2D1    2400  GeF 7950GT   1440x32+   7200     5.6    1.47   12.82    3.55    4.58    54.4      91     0
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  4.1    1.59   11.85    1.26    1.68    36.7      81     0
C2D3  $ 2400   GeF8600GT   1024x32    7200     4.0    1.51    4.50    4.70    5.15     1.3    2267     3
C2D3  $ 2400   GeF8600GT   1280x32    7200     4.0    1.49    4.50    4.73    5.16     2.9    1743     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     4.4    1.24    4.29    5.96    6.01     4.4    1542     3
C2D3# $ 2400   GeF8600GT   1280x32    7200     3.8    1.25    4.14    4.64    5.13     2.9    1748     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 3.6    0.91    7.17    2.93    3.39     2.7    2554     3
Phen2a£#3000   GeFGTS250   1920x32! 5400 Green 3.6    0.98    7.25    2.89    3.29     2.8    2800     3
Ci71 #  2800   GeFGTX480   1920x32    7200     3.6    1.16    3.46    4.27    5.61     1.6    4846     3
P4k     3633 Rad 9800 Pro  1024x32   RAID 10K  3.5    1.28    7.00    2.82    2.84    32.1      93     0
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 3.0    1.38    4.34    2.86    3.30     2.7    2555     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 3.0    1.35    4.35    2.87    3.24     2.0    2513     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 2.9    1.32    4.28    2.92    3.24     1.9    2591     3
C2D4# $ 2400   GeF8600GT   1680x32^   7200     2.7    1.30    4.23    2.53    2.85     4.5    1516     3
Ci71 £# 2800   GeFGTX480   1920x32%   7200     2.2    0.98    2.10    2.95    2.66     1.6    4910     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  1.9    1.41    3.36    1.33    1.63     1.2    3251     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     1.6    0.85    1.96    1.74    1.96     1.4    5861     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     1.5    0.63    1.46    1.82    2.04     1.4    5897     3

512 MB Images - 171M Pixels

                                                                            
P4g     2813  GeF FX5900   1024x32    7200    13.7    3.45   25.56   12.40   13.54   114.9      26     0
C2D2    2400   Rad X300    1024x32    7200    10.2    1.71    6.53   18.60   13.96    33.7      87     0
Ath64a  2000 Rad 9800 Pro  1024x32  SRAID 15K  8.2    2.25   25.02    2.39    3.31    49.3      60     0
C2D3  $ 2400  GeF 8600GT   1024x32    7200     7.8    2.81    8.02    9.74   10.57     1.5    2008     3
C2D3  $ 2400  GeF 8600GT   1280x32    7200     7.9    2.94    8.19    9.70   10.66     3.2    1586     3
C2D3# $ 2400   GeF8600GT   1680x32^   7200     8.4    2.44    6.19   12.76   12.34     4.8    1423     3
C2D3# $ 2400  GeF 8600GT   1280x32    7200     6.8    2.33    5.45    9.35   10.26     3.1    1647     3
C2D1    2400  GeF 7950GT   1440x32+   7200     6.3    1.70    7.57    7.07    8.99    73.5      67     0
Phen2a£ 3000   GeFGTS250   1680x32^ 5400 Green 6.0    2.69    8.73    6.08    6.58     2.7    2547     3
Phen2b£ 3000  Rad HD4200   1280x32  5400 Green 6.0    2.58    8.61    6.22    6.67     2.0    2554     3
Phen2a£ 3000   GeFGTS250   1280x32  5400 Green 6.0    2.49    8.68    6.08    6.55     2.0    2506     3
Phen2a£#3000   GeFGTS250   1680x32^ 5400 Green 5.5    1.66    7.84    6.07    6.45     2.7    2545     3
Phen2a£#3000   GeFGTS250   1920x32! 5400 Green 5.5    1.72    7.89    5.99    6.41     2.9    2765     3
Ci71 #  2800   GeFGTX480   1920x32    7200     4.8    2.13    5.39    6.29    5.26     1.9    4201     3
C2D4# $ 2400   GeF8600GT   1680x32^   7200     4.7    2.34    5.77    4.91    5.63     4.7    1435     3
Ci71 £# 2800   GeFGTX480   1920x32%   7200     3.9    1.81    3.54    5.22    5.10     1.7    4814     3
Ci51    1600 Intel HD 3000 1366x32> SATA2 SSD  3.9    2.60    7.04    2.76    3.14     1.2    3280     3
Ci73 &  3700  GeFGTX 650   1920x32    7200     3.1    1.54    3.65    3.53    3.79     1.4    5844     3
Ci73 &# 3700  GeFGTX 650   1920x32    7200     2.8    1.13    2.66    3.53    3.85     1.4    5878     3

 *  Win XP x64, $ Vista 64 Bit, £ Win7 64 bit, & Win 8, # 64 bit version,    
 + 1440x900, ~ 1280 x 800, ^ 1680 x 1050, ! 1920 x 1080, % 1920x1080, > 1366 x 768

To Start


Paging 1

CPU       MHz    Disk  Av next Enlarge  Rotate   Save    Load  Scroll  Scroll     Use
                        4 cols Display  90 deg         Display /Repeat Overall    Fast
                  RPM     Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec   BitBlt

16/8MB RAM/Image                                                                     
Pen      100    3600       25    21.9    35.8    30.5    12.2     354       3       3

20/8MB RAM/Image                                                                     
486       66               58    65.8    71.3    78.0    16.8     130       6       3

32/16MB RAM/Image                                                                    
Ppro     200    4500      104    92.7   195.2    50.4    79.7     696       3       2

64/32MB RAM/Image                                                                    
Cel1a    450    7200       20    24.9    47.5     6.6     2.9      31      48       0
Cel1     300    7200       18     8.4    53.9     6.4     3.3      66      45       0

128/64MB RAM/Image                                                                   
PII1     450    5400       21     4.3    62.3     9.2     6.4      34      44       0
AthT1    1200   7200       10     4.6    24.9     9.7     2.6      58      51       0

256/128MB RAM/Image                                                                  
P4a      1900   5400       44    39.6    98.2    23.3    15.1     197      15       0
P4Lap    1700              38    24.9    90.3    17.0    18.6     184      16       0
P4e      2533   7200       31    21.6    71.5    16.8    13.1     335       9       0
P4i      3000   7200       29    25.2    68.9    10.8    13.0     250      12       0

256/256MB RAM/Image                                                                  
P4a      1900   5400      268   153.6   698.0    97.4   123.3    2657     1.1       0

256/512MB RAM/Image                                                                  
P4a      1900   5400      296   366.5   315.6   179.5   321.8    2815     1.1       0

512/256MB RAM/Image                                                                  
AthBLap  1800   4200      126   147.4   250.4    46.6    60.8     443       7       0
P4j      3066             107    77.5   273.6    58.5    18.9     459       4       0
Dur1 2K  700    7200       85   118.0    91.4   104.4    26.9     534       6       0
Dur4 2K  950    7200       77   113.9    69.4   103.8    19.4     559       5       0
P4d      2533   7200       67    52.5   181.1    17.3    16.4     419      18       0
AthTx3   2080   7200       62    61.7   132.0    39.8    13.3     149      20       0
AthTx3b  2080   7200       54    58.7   115.7    25.2    16.8      62      48       0
P4a3     1900   7200       51    43.4   119.9    24.0    15.3     263      11       0
Dur4 98  950    7200       20     9.7    51.1    10.5    10.7      48      62       0
PIII1    1000              16     8.0    37.0     8.4     9.8      18      83       0

512/512MB RAM/Image                                                                  
Dur2     750    7200      261   385.9   241.1   198.7   219.5    2836     1.1       0
AthTx3   2080   7200       66    83.8    68.7    23.7    88.5     847       4       0

To Start


Paging 2

CPU       MHz    Disk  Av next Enlarge  Rotate   Save    Load  Scroll  Scroll     Use
                       4 cols Display  90 deg         Display /Repeat Overall    Fast
                 RPM     Secs    Secs    Secs    Secs    Secs   msecs  MB/Sec  BitBlt

3000/512MB RAM/Image                                                                 
C2D3# $  2400   7200       27    27.9    57.1    13.1    10.6       3    1596       3

1024/128MB RAM/Image                                                                 
CelCLap  2000   5400       16    11.5    29.3    20.2     4.0       6     621       3

1024/256MB RAM/Image                                                                 
CelCLap  2000   5400       96    85.2   117.5   116.6    66.4     411      10       3
Ath64d * 2150   7200       45    43.3    86.7     9.4    39.0      10     506       3
Ath64c * 2210   7200       39    86.9    57.3     8.2     5.3       3    1122       3
Ath64c#* 2210   7200       37    86.4    48.1     6.7     5.6       4    1150       3
AtomM    1600              15    11.0    26.9    15.1     7.4      35      65       0

1024/512MB RAM/Image                                                                 
Ath64c * 2210   7200      418   281.1   980.0   177.3   232.7     672       8       3
Ath64d * 2150   7200      309   256.4   714.4    83.7   179.8     134      38       3
AtomM    1600              55    34.8   104.8    15.2    63.3     450       5       0
AthP2    1667 SCSI 15K     52    94.7    46.3    40.4    25.3     321      16       0
AthTx2   2080   7200       43    54.7    48.3    12.5    58.6     366      14       0
P4E1     3000   7200       36    12.1    50.3    13.7    66.5     572       9       0
P4b      2411   7200       33    10.9    35.9    12.7    70.7     771       4       0
AthTx1   1733   7200       32     3.2    42.8    12.4    71.0      85      35       0
P4f      2533   7200       31    14.2    38.8    13.2    57.6     399       7       0
P4c      2533   7200       29     6.4    29.1    12.5    68.8     734       4       0
P4h      2888   7200       26     5.7    36.0    13.4    47.3     352       8       0
P4k      3633  RAID 10K    24     2.0    34.5     5.0    55.8      46      65       0
AthTx4   2301   7200       24     3.2    31.1    12.6    48.2     200      15       0
Ath64b   2150   7200       24     4.4    26.1    14.0    50.7     276      11       0

       *  Win64,  # 64 bit version                                                                    

To Start



New 64 Bit and 32 Bit Versions

Following were compiled to use 64 bit processing via Microsoft C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64. The same code was compiled at 32 bits, via the similar vintage Microsoft 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86. Results using the latter were virtually the same as those at 64 bits, and are not shown.

Ath64c, C2D2, Phen2a and Ci71 - see above results using original version.


 
 Ath64c  Windows XP Pro x64, Athlon 64 X2 2.21 GHz, Radeon X800XL
               1 GB RAM, 1280 x 1024 x 32

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.05    0.02    0.02     0.2  4372.9    0.02      3
     1.0    0.03    0.03    0.02     0.3  5222.0    0.02      3
     2.0    0.03    0.07    0.03     0.5  5190.4    0.03      3
     4.0    0.05    0.07    0.05     0.9  5296.8    0.07      3
     8.0    0.06    0.17    0.09     1.0  5164.5    0.12      3
    16.0    0.10    0.30    0.29     1.0  5165.8    0.32      3
    32.0    0.17    0.47    0.72     1.0  5162.9    0.43      3
    64.0    0.36    1.03    1.37     4.3  1167.1    1.77      3
   128.0    0.66    3.01    3.33     4.3  1160.1   13.20      3
   256.0   66.24   10.72    6.76     4.3  1155.8   57.32      3
   Paging, insufficient RAM


 C2D2 Windows Vista 64-Bit, Core 2 Duo 2.4 GHz, GeForce 8600 GT
                  2 GB RAM, 1280 x 1024 x 32

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.04    0.01    0.06     0.1  4763.1    0.02      3
     1.0    0.05    0.01    0.07     0.3  4396.1    0.03      3
     2.0    0.06    0.02    0.13     1.1  2396.2    0.05      3
     4.0    0.08    0.03    0.18     2.4  1870.3    0.06      3
     8.0    0.13    0.09    0.31     2.9  1766.5    0.10      3
    16.0    0.16    0.24    0.48     2.9  1758.6    0.16      3
    32.0    0.27    0.52    0.78     2.9  1766.3    0.27      3
    64.0    0.40    1.11    1.38     2.9  1758.7    0.52      3
   128.0    0.68    2.33    2.73     2.9  1764.3    1.00      3
   256.0    1.25    4.64    5.13     2.9  1748.3    4.14      3
   512.0    2.33    9.35   10.26     3.1  1646.8    5.45      3

 
 Phen2a Windows 7 64-Bit, Phenom II X4 945, GeForce GTS 250
                 8 GB RAM, 1680 x 1050 x 32

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.04    0.01    0.02     0.5  1379.0    0.03      3
     1.0    0.06    0.01    0.02     0.8  1599.2    0.03      3
     2.0    0.08    0.02    0.03     1.4  1882.5    0.05      3
     4.0    0.09    0.08    0.09     2.1  2238.7    0.08      3
     8.0    0.11    0.11    0.17     2.6  2560.2    0.13      3
    16.0    0.15    0.20    0.26     2.7  2539.9    0.22      3
    32.0    0.22    0.37    0.47     2.7  2528.7    0.37      3
    64.0    0.32    0.72    0.88     2.7  2546.7    0.69      3
   128.0    0.55    1.46    1.66     2.7  2544.5    1.54      3
   256.0    0.99    2.94    3.26     2.7  2540.7    7.21      3
   512.0    1.73    6.01    6.42     2.7  2534.8    7.91      3


 Ci71 Windows 7 64-Bit, Core i7 930 2.8 GHz, GeForce GTX 480
                  8 GB RAM, 1920 x 1080 x 32
          Running at up to 3066 MHz using Turbo Boost    

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.06    0.02    0.02     0.2  3456.3    0.02      3
     1.0    0.04    0.02    0.02     0.3  5252.4    0.03      3
     2.0    0.06    0.04    0.04     0.5  5640.5    0.04      3
     4.0    0.08    0.08    0.04     0.9  5588.1    0.06      3
     8.0    0.09    0.11    0.09     1.2  5636.8    0.10      3
    16.0    0.13    0.19    0.20     1.6  4877.9    0.16      3
    32.0    0.21    0.35    0.37     1.6  4874.2    0.28      3
    64.0    0.33    0.92    0.68     1.6  4937.1    0.48      3
   128.0    0.55    1.34    1.37     1.6  4842.5    0.91      3
   256.0    0.98    2.95    2.66     1.6  4909.9    2.10      3
   512.0    1.81    5.22    5.10     1.7  4814.3    3.54      3


 Ci72   Windows 7 64-Bit, Core i7-3930K 3.2 GHz, GeForce GTX 680
                  32 GB RAM, 1920 x 1080 x 32
                   Overclocked at >4500 MHz

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.04    0.01    0.02     0.1  5471.9    0.02      3
     1.0    0.06    0.01    0.02     0.2  5543.1    0.02      3
     2.0    0.07    0.01    0.03     0.5  5783.8    0.03      3
     4.0    0.06    0.11    0.10     0.8  5671.9    0.04      3
     8.0    0.07    0.12    0.14     1.2  5824.8    0.07      3
    16.0    0.11    0.19    0.21     1.4  5820.7    0.10      3
    32.0    0.15    0.29    0.38     1.4  5757.7    0.18      3
    64.0    0.20    0.61    0.68     1.4  5849.5    0.31      3
   128.0    0.34    1.11    1.28     1.3  6027.6    0.61      3
   256.0    0.55    2.27    2.42     1.3  6047.9    1.24      3
   512.0    0.91    4.68    4.79     1.4  5880.2    2.64      3


 Ci73  Windows 8.1 64-Bit, Core i7-4820K 3.7 GHz, GeForce GTX 650
 32 GB RAM, 1920 x 1080 x 32, 6 Gb/s SATA WD Caviar, D: Partition
                   At 3.9 GHz Turbo Boost

   Input Enlarge    Save    Load  Scroll  Scroll  Rotate     Use
   Image Display         Display /Repeat Overall  90 deg    Fast
  Mbytes    Secs    Secs    Secs   msecs  MB/Sec    Secs  BitBlt

     0.5    0.04    0.01    0.01     0.1  5280.8    0.02      3
     1.0    0.06    0.01    0.02     0.3  5288.4    0.02      3
     2.0    0.06    0.01    0.02     0.5  5653.9    0.03      3
     4.0    0.07    0.08    0.04     0.8  5841.7    0.05      3
     8.0    0.09    0.11    0.08     1.2  5872.0    0.08      3
    16.0    0.11    0.13    0.19     1.4  5832.6    0.12      3
    32.0    0.13    0.25    0.24     1.4  5791.4    0.21      3
    64.0    0.23    0.75    0.98     1.4  5663.0    0.35      3
   128.0    0.38    0.91    1.01     1.4  5887.3    0.72      3
   256.0    0.63    1.82    2.04     1.4  5897.4    1.46      3
   512.0    1.13    3.53    3.85     1.4  5878.2    2.66      3


                 C: Windows Partition

   128.0    0.37    0.91    1.26     1.4  5718.0    0.71      3
   256.0    0.64    1.78    2.20     1.4  5858.7    1.44      3
   512.0    1.13    3.74    4.47     1.4  5843.8    2.63      3


         Seagate Expansion  SRD00F1, 1TB USB 3.0, 5400 RPM

   128.0    0.39    1.52    1.74     1.4  5853.7    0.72      3
   256.0    0.64    2.95    3.35     1.4  5859.8    1.49      3
   512.0    1.13    6.02    6.53     1.4  5846.5    2.64      3


              SD Extreme USB 3.0 Flash Drive

   128.0    0.39    1.82    0.82     1.4  5853.8    0.72      3
   256.0    0.64    3.06    1.64     1.4  5860.1    1.45      3
   512.0    1.13    6.33    2.83     1.4  5845.7    2.63      3
   

To Start

System Details


486        80486DX2 66.7 MHz, CIS chipset, 128K cache,
           S3 86C801 VLB video 1MB, 20 MB RAM Win95

P100       Pentium 100 MHz,  Neptune chipset, 8/256K cache 16 MB FPM,
           Win95, Diamond Stealth 64 Video VRAM  2MB graphics, Seagate
           ST5850A, 850MB, 3600 RPM Disk

PMMX       Pentium MMX 200 MHz, Micronics TX, 32 MB SDRAM, 512K PB cache,
           Matrox Mystique 220 4 MB SGRAM, Win95, Quantum Fireball ST
           2.1AT, 2.1GB, 5400 RPM disk

Ppro       Dell XPS Pro 200n, Pentium Pro 200 MHz, 440FX PCIset, 8/8/256K
           cache, 32 MB, NT 4.0, Quantum Fireball TM2100A, 2.1GB, 4500 RPM
           disk, SIS 6326 4MB graphics

CelLap     Rock Sigma Laptop, Celeron A 400 MHz, 96MB SDRAM,
           ATI Rage Pro Lt graphics 8MB, Fujitsu MFH 2043 4.3GB
           disk, Windows 98 v2, Mitac 6120 mobo.

Cel1       ABIT BH6, Celeron 300/66 MHz, CAS 2 64MB PC100 SDRAM,
           Win98, Maxtor DiamondMax Plus 2500 7200 RPM disk, Creative
           Blaster Exxtreme 4MB PCI

Cel1a      As Cel1 but 450/100 MHz

PIILap     Toshiba Satellite 4060CDT notebook, PII 333 MHz, 192 MB, Win98

PII1       Pentium II 450 MHz, 512K cache, 128MB SDRAM, ATI Rage Pro
           8MB AGP 2, Win98, Fujitsu MPC 3102AT 10.2GB 5400 RPM Disk

PIII1      Pentium III 1 GHz, 512 MB, Rage 128, Win98

PMLap      Dell Inspiron 6000, Pentium M 1.86GHz, 533FSB, 2GB DCDDR2-533,
           Toshiba MK8026GAX HDD 80GB 5400RPM, ATI Mobility Radeon X300 128MB,
           Windows XP Media Center Edition 2005

PMLap2     IBM ThinkPad A31, 1.6 MHz Pentium 4-M, 1024 MB RAM, WinXP
           ATI Mobile Radeon 7500. At 1400 x 1050 x 32

P4Lap      Toshiba Satellite SP6100 laptop, 1700 MHz P4-M Northwood CPU,
           512 KB L2 cache, 256 MB DDR RAM, WinXP, Toshiba 20 GB disk
           GeForce4 420Go graphics

P4Xeon     Dell PWS 530, dual Xeon 2.2 GHz, 1 GB RAM, IDE disk, Radeon 7000,
           Win2K

P4a        P4 1900 MHz, MSI MS 6534, 256MB PC133, Seagate ST340810A 40GB
           5400 RPM disk, GeForce 2 MX400 graphics 64 MB. WinXP Home.

P4a2       As P4a but GeForce 1 256 Pro graphics

P4a3       As P4a2 but 7200 RPM HDS 7K80 disk

P4b        P4 2400 at 2411 MHz Northwood 512 KB L2 cache, Abit TH7-II 100FSB
           + 0.5% turbo, 1 GB RDRAM, Matrox Parhelia graphics 128 MB, Western
           Digital 120GB disk 8MB cache, WinXP

P4c        P4 2.53 GHz, Gigabyte 8IHXP, Intel 850e chipset, 1024MB PC1066
           RDRAM, Western Digital 80GB HD 8MB cache, ATI Radeon 9700 Pro,
           WinXP

P4d        Intel P4 2.53 GHz, Intel D845GEBV2 mobo, on-board video,
           Seagate ST380021A Barracuda 4 80 GB 7200 RPM
           1 x 512 MB PC2700 DDR RAM, WinXP

P4e        P4 2.53 GHz at 133 MHz, Asus P4S8X, 256MB DDR-SDRAM PC-2700,
           GeForce4 Ti 4200 AGP8x, IBM-DJNA-371800 18GB, Win2K

P4f        P4 2.53 GHz (19 x 133), Gigabyte GA-8INXP, E7205 Granite
           Bay chipset, 1GB Kingston HyperX PC3000 dual channel DDR,
           WinXP, Matrox Parhelia 128 MB, Seagate Barracuda V,
           ST3120024A, 8MB cache

P4g        P4 2.8/533FSB, Gigabyte 8INXP (E7205 Granite Bay chipset), 2 GB
           dual channel DDR 2 x 266 MHz BFG Technologies Asylum GeForce FX
           5900, Seagate Barracuda V disk, 7200 RPM, 8 MB cache Windows
           Server 2003 Enterprise Edition

P4h        P4 OC 2.88 GHz (19 x 152), Gigabyte GA-8INXP, E7205 Granite
           Bay chipset, 1GB Kingston HyperX PC3000 dual channel DDR,
           WinXP, Matrox Parhelia 128 MB, Seagate Barracuda V,
           ST3120024A, 8MB cache

P4i        P4 3.0 GHz, Asus P4S8X, 256MB DDR-SDRAM PC-2700,
           GeForce4 Ti 4200 AGP8x, WDC WD800JB 7200 RPM 8 MB buffer, Win2K

P4j        P4 3.06 GHz, 512 MB DDR, Samsung SV08134 disk,
           GeForce4 MX 440 graphics, Win XP

P4k        P4 3382 MHz (15 x 225), 902 MHz FSB, Abit 1C7G Canterwood,
           1 GB Dual Channel DDR RAM at 451 x 2 MHz, WinXP
           SATA RAID0, 2 WD Rapter disks, 10,000 RPM/8MB cache Serial
           ATA. Radeon 9800 Pro, 256 MB

P4l        P4 3382 MHz (15 x 225), 902 MHz FSB, Abit 1C7G Canterwood,
           1 GB Dual Channel DDR RAM at 451 x 2 MHz, WinXP
           Seagate Cheetah disks, GeForce TI 4600

P4E1       P4E Prescott 3.0 GHz, 16 KB L2, 1 MB L1 cache, 1 GB 400 MHz
           DDR RAM, Intel 915P Ex chipset, Radeon X600 Pro PCI-Express,
           WD2000JD 7200 RMP, 8 MB buffer, 200 GB SATA disk, WinXP

C2D1       Core 2 Duo 2.4 GHz,  Asus PSNSLI NForce 570, 2 GB DDR2 533 MHz,
           Nvidia GeForce 7950GT, Seagate ST3320620AS SATA2 Disk 320 GB,
           16 MB buffer, WinXP

C2D2       Core 2 Duo 2.4 GHz,  Asus P5B VM Intel 965 chipset, 2 GB DDR2 
           533 MHz, Radeon X300, WD WDC1600JS SATA2 Disk 160 GB, WinXP

C2D3       Core 2 Duo 2.4 GHz, Asus P5B Intel 965 chipset, 4 GB DDR2 800
           MHz, GeForce 8600 GT, Seagate ST3400633AS SATA2 Disk 400 GB,
           64 Bit Vista 

C2D4       As C2D3, new GeForce 8600 GT driver, 64 Bit Vista SP2, eSATA 
           Seagate ST3320613AS disk, 1680 x 1050 monitor

C2DLap     Acer 7720G, Core 2 Duo 1.83 GHz, 2 GB 666 MHz DDR2 RAM, GeForce
           8400M GS, 5400 RPM Hitachi disk, Vista Home Premium

CelCLap    Compaq 6720s Laptop, Celeron 550 2 GHz, 1 GB 533 MHz DDR2 RAM,
           Intel GMA X3100, 5400 RPM Fujitsu disk, Vista Home Basic

AtomM      Samsung N140 Netbook, 1.6 GHz Atom, 1 GB 533 MHz DDR2 RAM, 
           Intel 945GSE chipset/Graphics, Windows XP 

Ci71       Core i7 930, 2.8 GHz, GeForce GTX 480, 8 GB DDR3, Hitachi HDS
           721010CLA332 1 TB 7200 RPM disk, 64-Bit Windows 7
           CPU 2800 MHz running at up to 3066 MHz using Turbo Boost 

Ci72       Core i7-3930K 3.2 GHz, GeForce GTX 680, 32 GB RAM, 64-Bit 
           Windows 7, Overclocked at >4500 MHz      

Ci73       Core i7-4820K 3.7 GHz, Asus P9X79 LE, 4 Channel 32 GB 800 MHz
           DDR3 RAM, GeForce GTX 650, 1 TB WD CAVIAR BLACK WD1003FZEX
           SATA 6 Gb/s, 64MB cache, Windows 8.1, 2014 

Ci51       Samsung Series 9 13.3-Inch Laptop, 1.6 GHz Core i5-2467M CPU,
           8 GB DDR3, Intel HD 3000 graphics, 128 GB SSD, Windows 7
           CPU 1600 MHz running at up to 2300 MHz using Turbo Boost      

Dur1       AMD Duron 700 MHz, Abit KT7-RAID, 512 MB CAS 2 PC133 RAM,
           Maxtor DiamondMax Plus 2500, 7200 RPM, Creative GeForce 256 Pro
           AGP2 graphics 32 MB, Win2K

Dur2       As Dur1 but 750 MHz

Dur3       As Dur2 but GeForce 2 MX400 graphics

Dur4 2K    As Dur1 but 950 MHz, RAM speed same

Dur4 98    As Dur4 but Win98

AthT1      AMD Tbird 1200 MHz, ECS K7SEM board, Quantum Fireball AS
           20 GB 7200 RPM ATA100, GeForce2 MX 200 32 MB, PC133, Win98

AthP1      Dual AMD XP 1900 1600 MHz, Tyan Tiger, 1G Mushkin DDR
           7200 RPM disk, Matrox G400, Win2K (Palomino CPU)

AthP2      Dual Athlon 2000 1.67 GHz, Asus A7M266-DL, 1 GB Mushkin PC2100
           ECC Registered DDR, Adaptec 19160 SCSI, 15K RPM Seagate Cheetah
           disks, VisionTek Xtasy Gefore4 Ti4600 128MB, Win2K

AthP3      AMD XP 1794 MHz GeForce4 Ti4600, 2 x Seagate Cheetah 15K RPM,
           SCSI  RAID, WinXP

AthP4      AMD XP 1809 MHz, Epox8k3a+/Radeon 8500, 2 x Maxtor MX6L040L2
           7200 RPM IDE RAID0, PCI 40 MHz, WinXP

AthTx1     AMD 2100+ Thoroughbred B  1.73 GHz (13 x 133), AOpen AK79D-1394
           nForce2, GeForce 4 Ti4600, Mushkin PC2700 RAM at 133 MHz, WinXP
           WD 120 GB disk, 7200 RPM, 8 MB cache.

AthTx2     Abit NF7-S Mobo, Athlon XP 2600+ 2.08 GHz, 1 GB PC 3200 DDR Dual
           Channel, Seagate 7200 RPM 60 GB HD, MSI GeForce FX 5600, WinXP

AthTx3     AMD 2600+ Tbred 2.08 GHz, Hitachi 7K250 123 GB, 7200 RPM, 2 MB,
           Biostar M7NCD, PC2700/333 MHz,  GeForce 2 MX400, Win2K (2004)

AthTx3a    As AthTx3 overclocked at 2338/374 MHz

AthTx3b    As AthTx3 but GeForce FX5200 graphics

AthTx4     AMD Thoroughbred B 2.30 GHz (13 x 177 2100+ OC), AOpen
           AK79D-1394 nForce2, GeForce 4 Ti4600, Mushkin PC2700 RAM MHz,
           WinXP, WD 120 GB disk, 7200 RPM, 8 MB cache.

AthBLap    Fujitsu Siemens Amilo A Laptop, AMD XP 2400+ 1800 MHz Barton CPU,
           512 KB L2 cache, 512 MB 266 MHz DDR RAM, WinXP
           Toshiba MK4018GAS 40 GB disk, 4200 RPM, 13 ms, DMA100, 2MB cache 
           Radeon IGP 320M graphics

Ath64a     2 AMD Opteron 246 CPUs 2 GHz, 2 GB RAM, Tyan S2885, RAID0 4xSeagate
           15K RPM Cheetah ST318453LC Ultra 320, 18.4 GB, 8 MB buffer,
           Adaptec 39320D-R PCI-x/64bit 133 Mhz, Radeon 9800 Pro, WinXP

Ath64b     Athlon 64 3200+ at 2.15 GHz, Gigabyte GA-K8NNXP, nForce3 150 chipset
           1 GB PC3200 Level One Mushkin at 2 x 215 MHz, Winbond CH-5 chips,
           Crucial Radeon 9700 Pro, 120GB Seagate Barracuda V, 8MB cache,
           Win XP

Ath64c     Athlon 64 X2 Dual Core 4200+ 2.21 GHz, 512 KB cache, Asus A8N-SLI
           Deluxe, 1 GB DCDDR RAM, Radeon X800XL PCIE 256 MB, 300 GB Maxtor
           disk 7200 RPM SATA, WinXP Pro X64
Ath64c#    Compiled for 64 bit working

Ath64d     Athlon 64 2150 MHz, Gigabyte GA-K8NNXP, nForce3 150 chipset  
           1GB single channel DDR, nVidia FX5900, WinXP Pro x64

TurLap     Acer Aspire 5520G, Turion 64 X2 1900 MHz, 512 KB L2 Cache x 2,
           2 GB RAM, GeForce 8400M G, WD2500BEVS disk 5400 RPM, Vista

Phen2a     Phenom II 3000 MHz, Asus M4A785TD-V, 8 GB DCDDR3 RAM,
           WD 5400 RPM Green SATA disk, GeForce GTS 250, 64-Bit Windows 7 
Phen2b     As 2a but using on-board ATI Radeon HD 4200 graohics

To Start





Roy Longbottom at Linkedin  Updated by Roy Longbottom September 2014

The Internet Home for my PC Benchmarks is via the link
Roy Longbottom's PC Benchmark Collection