54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
.PS
|
|
colheight = -1.5
|
|
colwidth = 2.0
|
|
|
|
.gcolor white
|
|
COL0: line from Here to Here + (0,colheight)
|
|
.gcolor
|
|
COL1: line same from COL0 + (0.9, 0)
|
|
COL2: line same from COL1 + (colwidth, 0)
|
|
COL3: line same from COL2 + (colwidth, 0)
|
|
COL4: line same from COL3 + (colwidth, 0)
|
|
|
|
txtdist = -0.1
|
|
row1 = -0.2
|
|
rowdist = -0.4
|
|
|
|
.ps +2
|
|
RAMONLY: "RAM-only" rjust at COL1 + (txtdist, row1)
|
|
CACHE: "Cache" rjust at RAMONLY + (0, rowdist)
|
|
box wid 7.2 with .w at CACHE + (-0.9, rowdist) shaded "green"
|
|
COMMON: "Common" rjust at CACHE + (0, rowdist)
|
|
UNCACHED: "Uncached" rjust at COMMON + (0, rowdist)
|
|
.ps
|
|
|
|
.ps +4
|
|
SPEED: "Speed" at 1/2 between COL1 and COL2 + (0, 0.5)
|
|
MEMORY: "Memory use" at 1/2 between COL2 and COL3 + (0, 0.5)
|
|
PERSISTANCE: "Persistance" at 1/2 between COL3 and COL4 + (0, 0.5)
|
|
.ps
|
|
|
|
.ps +2
|
|
"Ultra fast" at (SPEED,RAMONLY)
|
|
.gcolor red
|
|
"Entire data-set" at (MEMORY,RAMONLY)
|
|
"No" at (PERSISTANCE,RAMONLY)
|
|
.gcolor
|
|
|
|
"Ultra fast" at (SPEED,CACHE)
|
|
.gcolor red
|
|
"Entire data-set" at (MEMORY,CACHE)
|
|
.gcolor
|
|
"Yes" at (PERSISTANCE,CACHE)
|
|
|
|
"Fast most of the time" at (SPEED,COMMON)
|
|
"Configurable" at (MEMORY,COMMON)
|
|
"Yes" at (PERSISTANCE,COMMON)
|
|
|
|
.gcolor red
|
|
"Slow" at (SPEED,UNCACHED)
|
|
.gcolor
|
|
"Almost none" at (MEMORY,UNCACHED)
|
|
"Yes" at (PERSISTANCE,UNCACHED)
|
|
.ps
|
|
.PE
|