]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/08/allocations-graphs/startup.eps
Update resume
[personal/website.git] / source / blog / posts / 2009 / 08 / allocations-graphs / startup.eps
1 %!PS-Adobe-2.0 EPSF-2.0
2 %%Title: naive/plot/startup.c.eps
3 %%Creator: gnuplot 4.2 patchlevel 5 
4 %%CreationDate: Wed Aug 26 01:26:14 2009
5 %%DocumentFonts: (atend)
6 %%BoundingBox: 50 50 560 815
7 %%EndComments
8 %%BeginProlog
9 /gnudict 256 dict def
10 gnudict begin
11 %
12 % The following 6 true/false flags may be edited by hand if required
13 % The unit line width may also be changed
14 %
15 /Color false def
16 /Blacktext false def
17 /Solid false def
18 /Dashlength 1 def
19 /Landscape false def
20 /Level1 false def
21 /Rounded false def
22 /TransparentPatterns false def
23 /gnulinewidth 5.000 def
24 /userlinewidth gnulinewidth def
25 %
26 /vshift -53 def
27 /dl1 {
28   10.0 Dashlength mul mul
29   Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
30 } def
31 /dl2 {
32   10.0 Dashlength mul mul
33   Rounded { currentlinewidth 0.75 mul add } if
34 } def
35 /hpt_ 31.5 def
36 /vpt_ 31.5 def
37 /hpt hpt_ def
38 /vpt vpt_ def
39 Level1 {} {
40 /SDict 10 dict def
41 systemdict /pdfmark known not {
42   userdict /pdfmark systemdict /cleartomark get put
43 } if
44 SDict begin [
45   /Title (naive/plot/startup.c.eps)
46   /Subject (gnuplot plot)
47   /Creator (gnuplot 4.2 patchlevel 5 )
48   /Author (Leandro Lucarella,,,)
49 %  /Producer (gnuplot)
50 %  /Keywords ()
51   /CreationDate (Wed Aug 26 01:26:14 2009)
52   /DOCINFO pdfmark
53 end
54 } ifelse
55 %
56 % Gnuplot Prolog Version 4.2 (August 2006)
57 %
58 /M {moveto} bind def
59 /L {lineto} bind def
60 /R {rmoveto} bind def
61 /V {rlineto} bind def
62 /N {newpath moveto} bind def
63 /Z {closepath} bind def
64 /C {setrgbcolor} bind def
65 /f {rlineto fill} bind def
66 /vpt2 vpt 2 mul def
67 /hpt2 hpt 2 mul def
68 /Lshow {currentpoint stroke M 0 vshift R 
69         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
70 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
71         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
72 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
73         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
74 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
75   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
76 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
77  {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
78 /BL {stroke userlinewidth 2 mul setlinewidth
79         Rounded {1 setlinejoin 1 setlinecap} if} def
80 /AL {stroke userlinewidth 2 div setlinewidth
81         Rounded {1 setlinejoin 1 setlinecap} if} def
82 /UL {dup gnulinewidth mul /userlinewidth exch def
83         dup 1 lt {pop 1} if 10 mul /udl exch def} def
84 /PL {stroke userlinewidth setlinewidth
85         Rounded {1 setlinejoin 1 setlinecap} if} def
86 % Default Line colors
87 /LCw {1 1 1} def
88 /LCb {0 0 0} def
89 /LCa {0 0 0} def
90 /LC0 {1 0 0} def
91 /LC1 {0 1 0} def
92 /LC2 {0 0 1} def
93 /LC3 {1 0 1} def
94 /LC4 {0 1 1} def
95 /LC5 {1 1 0} def
96 /LC6 {0 0 0} def
97 /LC7 {1 0.3 0} def
98 /LC8 {0.5 0.5 0.5} def
99 % Default Line Types
100 /LTw {PL [] 1 setgray} def
101 /LTb {BL [] LCb DL} def
102 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
103 /LT0 {PL [] LC0 DL} def
104 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def
105 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def
106 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
107 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
108 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
109 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
110 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
111 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
112 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
113 /Dia {stroke [] 0 setdash 2 copy vpt add M
114   hpt neg vpt neg V hpt vpt neg V
115   hpt vpt V hpt neg vpt V closepath stroke
116   Pnt} def
117 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
118   currentpoint stroke M
119   hpt neg vpt neg R hpt2 0 V stroke
120  } def
121 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
122   0 vpt2 neg V hpt2 0 V 0 vpt2 V
123   hpt2 neg 0 V closepath stroke
124   Pnt} def
125 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
126   hpt2 vpt2 neg V currentpoint stroke M
127   hpt2 neg 0 R hpt2 vpt2 V stroke} def
128 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
129   hpt neg vpt -1.62 mul V
130   hpt 2 mul 0 V
131   hpt neg vpt 1.62 mul V closepath stroke
132   Pnt} def
133 /Star {2 copy Pls Crs} def
134 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
135   0 vpt2 neg V hpt2 0 V 0 vpt2 V
136   hpt2 neg 0 V closepath fill} def
137 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M
138   hpt neg vpt -1.62 mul V
139   hpt 2 mul 0 V
140   hpt neg vpt 1.62 mul V closepath fill} def
141 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
142   hpt neg vpt 1.62 mul V
143   hpt 2 mul 0 V
144   hpt neg vpt -1.62 mul V closepath stroke
145   Pnt} def
146 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
147   hpt neg vpt 1.62 mul V
148   hpt 2 mul 0 V
149   hpt neg vpt -1.62 mul V closepath fill} def
150 /DiaF {stroke [] 0 setdash vpt add M
151   hpt neg vpt neg V hpt vpt neg V
152   hpt vpt V hpt neg vpt V closepath fill} def
153 /Pent {stroke [] 0 setdash 2 copy gsave
154   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
155   closepath stroke grestore Pnt} def
156 /PentF {stroke [] 0 setdash gsave
157   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
158   closepath fill grestore} def
159 /Circle {stroke [] 0 setdash 2 copy
160   hpt 0 360 arc stroke Pnt} def
161 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
162 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
163 /C1 {BL [] 0 setdash 2 copy moveto
164         2 copy vpt 0 90 arc closepath fill
165         vpt 0 360 arc closepath} bind def
166 /C2 {BL [] 0 setdash 2 copy moveto
167         2 copy vpt 90 180 arc closepath fill
168         vpt 0 360 arc closepath} bind def
169 /C3 {BL [] 0 setdash 2 copy moveto
170         2 copy vpt 0 180 arc closepath fill
171         vpt 0 360 arc closepath} bind def
172 /C4 {BL [] 0 setdash 2 copy moveto
173         2 copy vpt 180 270 arc closepath fill
174         vpt 0 360 arc closepath} bind def
175 /C5 {BL [] 0 setdash 2 copy moveto
176         2 copy vpt 0 90 arc
177         2 copy moveto
178         2 copy vpt 180 270 arc closepath fill
179         vpt 0 360 arc} bind def
180 /C6 {BL [] 0 setdash 2 copy moveto
181         2 copy vpt 90 270 arc closepath fill
182         vpt 0 360 arc closepath} bind def
183 /C7 {BL [] 0 setdash 2 copy moveto
184         2 copy vpt 0 270 arc closepath fill
185         vpt 0 360 arc closepath} bind def
186 /C8 {BL [] 0 setdash 2 copy moveto
187         2 copy vpt 270 360 arc closepath fill
188         vpt 0 360 arc closepath} bind def
189 /C9 {BL [] 0 setdash 2 copy moveto
190         2 copy vpt 270 450 arc closepath fill
191         vpt 0 360 arc closepath} bind def
192 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
193         2 copy moveto
194         2 copy vpt 90 180 arc closepath fill
195         vpt 0 360 arc closepath} bind def
196 /C11 {BL [] 0 setdash 2 copy moveto
197         2 copy vpt 0 180 arc closepath fill
198         2 copy moveto
199         2 copy vpt 270 360 arc closepath fill
200         vpt 0 360 arc closepath} bind def
201 /C12 {BL [] 0 setdash 2 copy moveto
202         2 copy vpt 180 360 arc closepath fill
203         vpt 0 360 arc closepath} bind def
204 /C13 {BL [] 0 setdash 2 copy moveto
205         2 copy vpt 0 90 arc closepath fill
206         2 copy moveto
207         2 copy vpt 180 360 arc closepath fill
208         vpt 0 360 arc closepath} bind def
209 /C14 {BL [] 0 setdash 2 copy moveto
210         2 copy vpt 90 360 arc closepath fill
211         vpt 0 360 arc} bind def
212 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
213         vpt 0 360 arc closepath} bind def
214 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
215         neg 0 rlineto closepath} bind def
216 /Square {dup Rec} bind def
217 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
218 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
219 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
220 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
221 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
222 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
223 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
224         exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
225 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
226 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
227         2 copy vpt Square fill Bsquare} bind def
228 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
229 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
230 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
231         Bsquare} bind def
232 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
233         Bsquare} bind def
234 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
235 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
236         2 copy vpt Square fill Bsquare} bind def
237 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
238         2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
239 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
240 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
241 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
242 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
243 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
244 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
245 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
246 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
247 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
248 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
249 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
250 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
251 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
252 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
253 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
254 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
255 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
256 /DiaE {stroke [] 0 setdash vpt add M
257   hpt neg vpt neg V hpt vpt neg V
258   hpt vpt V hpt neg vpt V closepath stroke} def
259 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
260   0 vpt2 neg V hpt2 0 V 0 vpt2 V
261   hpt2 neg 0 V closepath stroke} def
262 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M
263   hpt neg vpt -1.62 mul V
264   hpt 2 mul 0 V
265   hpt neg vpt 1.62 mul V closepath stroke} def
266 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
267   hpt neg vpt 1.62 mul V
268   hpt 2 mul 0 V
269   hpt neg vpt -1.62 mul V closepath stroke} def
270 /PentE {stroke [] 0 setdash gsave
271   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
272   closepath stroke grestore} def
273 /CircE {stroke [] 0 setdash 
274   hpt 0 360 arc stroke} def
275 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
276 /DiaW {stroke [] 0 setdash vpt add M
277   hpt neg vpt neg V hpt vpt neg V
278   hpt vpt V hpt neg vpt V Opaque stroke} def
279 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
280   0 vpt2 neg V hpt2 0 V 0 vpt2 V
281   hpt2 neg 0 V Opaque stroke} def
282 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M
283   hpt neg vpt -1.62 mul V
284   hpt 2 mul 0 V
285   hpt neg vpt 1.62 mul V Opaque stroke} def
286 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
287   hpt neg vpt 1.62 mul V
288   hpt 2 mul 0 V
289   hpt neg vpt -1.62 mul V Opaque stroke} def
290 /PentW {stroke [] 0 setdash gsave
291   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
292   Opaque stroke grestore} def
293 /CircW {stroke [] 0 setdash 
294   hpt 0 360 arc Opaque stroke} def
295 /BoxFill {gsave Rec 1 setgray fill grestore} def
296 /Density {
297   /Fillden exch def
298   currentrgbcolor
299   /ColB exch def /ColG exch def /ColR exch def
300   /ColR ColR Fillden mul Fillden sub 1 add def
301   /ColG ColG Fillden mul Fillden sub 1 add def
302   /ColB ColB Fillden mul Fillden sub 1 add def
303   ColR ColG ColB setrgbcolor} def
304 /BoxColFill {gsave Rec PolyFill} def
305 /PolyFill {gsave Density fill grestore grestore} def
306 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
307 %
308 % PostScript Level 1 Pattern Fill routine for rectangles
309 % Usage: x y w h s a XX PatternFill
310 %       x,y = lower left corner of box to be filled
311 %       w,h = width and height of box
312 %         a = angle in degrees between lines and x-axis
313 %        XX = 0/1 for no/yes cross-hatch
314 %
315 /PatternFill {gsave /PFa [ 9 2 roll ] def
316   PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
317   PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
318   gsave 1 setgray fill grestore clip
319   currentlinewidth 0.5 mul setlinewidth
320   /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
321   0 0 M PFa 5 get rotate PFs -2 div dup translate
322   0 1 PFs PFa 4 get div 1 add floor cvi
323         {PFa 4 get mul 0 M 0 PFs V} for
324   0 PFa 6 get ne {
325         0 1 PFs PFa 4 get div 1 add floor cvi
326         {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
327  } if
328   stroke grestore} def
329 %
330 /languagelevel where
331  {pop languagelevel} {1} ifelse
332  2 lt
333         {/InterpretLevel1 true def}
334         {/InterpretLevel1 Level1 def}
335  ifelse
336 %
337 % PostScript level 2 pattern fill definitions
338 %
339 /Level2PatternFill {
340 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
341         bind def
342 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
343 << Tile8x8
344  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
345 >> matrix makepattern
346 /Pat1 exch def
347 << Tile8x8
348  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
349         0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
350 >> matrix makepattern
351 /Pat2 exch def
352 << Tile8x8
353  /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
354         8 8 L 8 0 L 0 0 L fill}
355 >> matrix makepattern
356 /Pat3 exch def
357 << Tile8x8
358  /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
359         0 12 M 12 0 L stroke}
360 >> matrix makepattern
361 /Pat4 exch def
362 << Tile8x8
363  /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
364         0 -4 M 12 8 L stroke}
365 >> matrix makepattern
366 /Pat5 exch def
367 << Tile8x8
368  /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
369         0 12 M 8 -4 L 4 12 M 10 0 L stroke}
370 >> matrix makepattern
371 /Pat6 exch def
372 << Tile8x8
373  /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
374         0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
375 >> matrix makepattern
376 /Pat7 exch def
377 << Tile8x8
378  /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
379         12 0 M -4 8 L 12 4 M 0 10 L stroke}
380 >> matrix makepattern
381 /Pat8 exch def
382 << Tile8x8
383  /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
384         -4 0 M 12 8 L -4 4 M 8 10 L stroke}
385 >> matrix makepattern
386 /Pat9 exch def
387 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
388 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
389 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
390 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
391 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
392 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
393 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
394 } def
395 %
396 %
397 %End of PostScript Level 2 code
398 %
399 /PatternBgnd {
400   TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
401 } def
402 %
403 % Substitute for Level 2 pattern fill codes with
404 % grayscale if Level 2 support is not selected.
405 %
406 /Level1PatternFill {
407 /Pattern1 {0.250 Density} bind def
408 /Pattern2 {0.500 Density} bind def
409 /Pattern3 {0.750 Density} bind def
410 /Pattern4 {0.125 Density} bind def
411 /Pattern5 {0.375 Density} bind def
412 /Pattern6 {0.625 Density} bind def
413 /Pattern7 {0.875 Density} bind def
414 } def
415 %
416 % Now test for support of Level 2 code
417 %
418 Level1 {Level1PatternFill} {Level2PatternFill} ifelse
419 %
420 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
421 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
422 currentdict end definefont pop
423 end
424 %%EndProlog
425 gnudict begin
426 gsave
427 50 50 translate
428 0.050 0.050 scale
429 0 setgray
430 newpath
431 (Helvetica) findfont 160 scalefont setfont
432 gsave % colour palette begin
433 /maxcolors 0 def
434 /HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
435   { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
436      /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
437          /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
438          /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
439          /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
440          {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
441          {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
442          {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
443   } ifelse} def
444 /Constrain {
445   dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
446 /YIQ2RGB {
447   3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
448   3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
449   0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
450 /CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
451 /XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
452   Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
453   -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
454   exch 1.91 mul exch add Constrain 3 1 roll} def
455 /SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
456   XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
457   if} ifelse} ifelse} ifelse} def
458 /InterpolatedColor false def
459 /cF7 {sqrt} bind def    % sqrt(x)
460 /cF5 {dup dup mul mul} bind def % x^3
461 /cF15 {360 mul sin} bind def    % sin(360x)
462 /pm3dround {maxcolors 0 gt {dup 1 ge
463         {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
464 /pm3dGamma 1.0 1.5 div def
465 /ColorSpace (RGB) def
466 Color InterpolatedColor or { % COLOUR vs. GRAY map
467   InterpolatedColor { %% Interpolation vs. RGB-Formula
468     /g {stroke pm3dround /grayv exch def interpolate
469         SelectSpace setrgbcolor} bind def
470   }{
471   /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
472        SelectSpace setrgbcolor} bind def
473   } ifelse
474 }{
475   /g {stroke pm3dround pm3dGamma exp setgray} bind def
476 } ifelse
477 1.000 UL
478 LTb
479 1020 14693 N
480 0 -5204 V
481 8163 0 V
482 0 5204 V
483 -8163 0 V
484 Z stroke
485 LCb setrgbcolor
486 508 12091 M
487 currentpoint gsave translate 90 rotate 0 0 M
488 (Space \(KiB\)) Cshow
489 grestore
490 LTb
491 LCb setrgbcolor
492 9582 12091 M
493 currentpoint gsave translate 90 rotate 0 0 M
494 (Collections) Cshow
495 grestore
496 LTb
497 1.000 UP
498 /Helvetiva findfont 240 scalefont setfont
499 5102 15106 M
500 (startup \(naive collector\)) Cshow
501 /Helvetica findfont 160 scalefont setfont
502 1102 9645 M
503 (After Collection) Lshow
504 1102 14329 M
505 (Before Collection) Lshow
506 1.000 UL
507 LTb
508 1.000 UL
509 LTb
510 1116 14470 N
511 0 160 V
512 5628 0 V
513 0 -160 V
514 -5628 0 V
515 Z stroke
516 1116 14630 M
517 5628 0 V
518 stroke
519 LT0
520 0.00 0.00 0.00 C LTb
521 1755 14550 M
522 (Overhead) Lshow
523 LT0
524 0.00 0.00 0.00 C 1212 14510 N 0 -80 447 0 0 80 h
525 LTw
526 LT0
527 0.00 0.00 0.00 C 1020 12091 N 0 -153 2422 0 0 153 h
528 3441 12091 N 0 -1661 3902 0 0 1661 h
529 7342 12091 N 0 -2445 1842 0 0 2445 h
530 1.000 UL
531 LT1
532 0.70 0.70 0.70 C LTb
533 3162 14550 M
534 (Wasted) Lshow
535 LT1
536 0.70 0.70 0.70 C 2619 14510 N 0 -80 447 0 0 80 h
537 LTw
538 LT1
539 0.70 0.70 0.70 C 1020 12091 N 0 -1 2422 0 0 1 h
540 3441 12091 N 0 -1424 3902 0 0 1424 h
541 7342 12091 N 0 -2123 1842 0 0 2123 h
542 1.000 UL
543 LT2
544 0.40 0.40 0.40 C LTb
545 4569 14550 M
546 (Free) Lshow
547 LT2
548 0.40 0.40 0.40 C 4026 14510 N 0 -80 447 0 0 80 h
549 LTw
550 LT2
551 0.40 0.40 0.40 C 1020 12091 N 0 -1 2422 0 0 1 h
552 3441 12091 N 0 -1424 3902 0 0 1424 h
553 7342 12091 N 0 -2123 1842 0 0 2123 h
554 1.000 UL
555 LT3
556 0.90 0.90 0.90 C LTb
557 5976 14550 M
558 (Used) Lshow
559 LT3
560 0.90 0.90 0.90 C 5433 14510 N 0 -80 447 0 0 80 h
561 LTw
562 LT3
563 0.90 0.90 0.90 C 1020 12091 N 0 -1 2422 0 0 1 h
564 3441 12091 N 0 -1424 3902 0 0 1424 h
565 7342 12091 N 0 -2123 1842 0 0 2123 h
566 1.000 UL
567 LT4
568 0.00 0.00 0.00 C 1020 11939 N 0 -153 2422 0 0 153 h
569 3441 10431 N 0 -1661 3902 0 0 1661 h
570 7342 9647 N 0 -2445 1842 0 0 2445 h
571 1.000 UL
572 LT5
573 0.70 0.70 0.70 C 1020 12091 N 0 -1 2422 0 0 1 h
574 3441 10668 N 0 -1424 3902 0 0 1424 h
575 7342 9969 N 0 -2123 1842 0 0 2123 h
576 1.000 UL
577 LT6
578 0.40 0.40 0.40 C 1020 12091 N 0 -1 2422 0 0 1 h
579 3441 10668 N 0 -1424 3902 0 0 1424 h
580 7342 9969 N 0 -2123 1842 0 0 2123 h
581 1.000 UL
582 LT7
583 0.90 0.90 0.90 C 1020 12091 N 0 -1 2422 0 0 1 h
584 3441 10668 N 0 -1424 3902 0 0 1424 h
585 7342 9969 N 0 -2123 1842 0 0 2123 h
586 1.000 UL
587 LTb
588 1.000 UL
589 LTa
590 0.20 0.20 0.20 C 1020 9489 M
591 8163 0 V
592 stroke
593 LTb
594 1020 9489 M
595 63 0 V
596 8100 0 R
597 -63 0 V
598 -8196 0 R
599 (-0.6) Rshow
600 1.000 UL
601 LTb
602 1020 9923 M
603 31 0 V
604 8132 0 R
605 -31 0 V
606 stroke
607 LTa
608 0.20 0.20 0.20 C 1020 10356 M
609 8163 0 V
610 stroke
611 LTb
612 1020 10356 M
613 63 0 V
614 8100 0 R
615 -63 0 V
616 -8196 0 R
617 (-0.4) Rshow
618 1.000 UL
619 LTb
620 1020 10790 M
621 31 0 V
622 8132 0 R
623 -31 0 V
624 stroke
625 LTa
626 0.20 0.20 0.20 C 1020 11224 M
627 8163 0 V
628 stroke
629 LTb
630 1020 11224 M
631 63 0 V
632 8100 0 R
633 -63 0 V
634 -8196 0 R
635 (-0.2) Rshow
636 1.000 UL
637 LTb
638 1020 11657 M
639 31 0 V
640 8132 0 R
641 -31 0 V
642 stroke
643 LTa
644 0.20 0.20 0.20 C 1020 12091 M
645 8163 0 V
646 stroke
647 LTb
648 1020 12091 M
649 63 0 V
650 8100 0 R
651 -63 0 V
652 -8196 0 R
653 ( 0) Rshow
654 1.000 UL
655 LTb
656 1020 12525 M
657 31 0 V
658 8132 0 R
659 -31 0 V
660 stroke
661 LTa
662 0.20 0.20 0.20 C 1020 12958 M
663 8163 0 V
664 stroke
665 LTb
666 1020 12958 M
667 63 0 V
668 8100 0 R
669 -63 0 V
670 -8196 0 R
671 ( 0.2) Rshow
672 1.000 UL
673 LTb
674 1020 13392 M
675 31 0 V
676 8132 0 R
677 -31 0 V
678 stroke
679 LTa
680 0.20 0.20 0.20 C 1020 13826 M
681 8163 0 V
682 stroke
683 LTb
684 1020 13826 M
685 63 0 V
686 8100 0 R
687 -63 0 V
688 -8196 0 R
689 ( 0.4) Rshow
690 1.000 UL
691 LTb
692 1020 14259 M
693 31 0 V
694 8132 0 R
695 -31 0 V
696 stroke
697 LTa
698 0.20 0.20 0.20 C 1020 14693 M
699 8163 0 V
700 stroke
701 LTb
702 1020 14693 M
703 63 0 V
704 8100 0 R
705 -63 0 V
706 -8196 0 R
707 ( 0.6) Rshow
708 1.000 UL
709 LTb
710 1.000 UL
711 LTa
712 0.20 0.20 0.20 C 1020 9489 M
713 0 5204 V
714 stroke
715 LTb
716 1020 9489 M
717 0 63 V
718 0 5141 R
719 0 -63 V
720 0 163 R
721 ( 0) Cshow
722 1.000 UL
723 LTb
724 1.000 UL
725 LTa
726 0.20 0.20 0.20 C 1177 9489 M
727 0 4981 V
728 0 160 R
729 0 63 V
730 stroke
731 LTb
732 1177 9489 M
733 0 31 V
734 0 5173 R
735 0 -31 V
736 stroke
737 LTa
738 0.20 0.20 0.20 C 1333 9489 M
739 0 4981 V
740 0 160 R
741 0 63 V
742 stroke
743 LTb
744 1333 9489 M
745 0 31 V
746 0 5173 R
747 0 -31 V
748 stroke
749 LTa
750 0.20 0.20 0.20 C 1490 9489 M
751 0 4981 V
752 0 160 R
753 0 63 V
754 stroke
755 LTb
756 1490 9489 M
757 0 31 V
758 0 5173 R
759 0 -31 V
760 stroke
761 LTa
762 0.20 0.20 0.20 C 1647 9489 M
763 0 4981 V
764 0 160 R
765 0 63 V
766 stroke
767 LTb
768 1647 9489 M
769 0 31 V
770 0 5173 R
771 0 -31 V
772 stroke
773 LTa
774 0.20 0.20 0.20 C 1803 9489 M
775 0 4981 V
776 0 160 R
777 0 63 V
778 stroke
779 LTb
780 1803 9489 M
781 0 63 V
782 0 5141 R
783 0 -63 V
784 0 163 R
785 ( 5e-05) Cshow
786 1.000 UL
787 LTb
788 1.000 UL
789 LTa
790 0.20 0.20 0.20 C 1960 9489 M
791 0 4981 V
792 0 160 R
793 0 63 V
794 stroke
795 LTb
796 1960 9489 M
797 0 31 V
798 0 5173 R
799 0 -31 V
800 stroke
801 LTa
802 0.20 0.20 0.20 C 2117 9489 M
803 0 4981 V
804 0 160 R
805 0 63 V
806 stroke
807 LTb
808 2117 9489 M
809 0 31 V
810 0 5173 R
811 0 -31 V
812 stroke
813 LTa
814 0.20 0.20 0.20 C 2273 9489 M
815 0 4981 V
816 0 160 R
817 0 63 V
818 stroke
819 LTb
820 2273 9489 M
821 0 31 V
822 0 5173 R
823 0 -31 V
824 stroke
825 LTa
826 0.20 0.20 0.20 C 2430 9489 M
827 0 4981 V
828 0 160 R
829 0 63 V
830 stroke
831 LTb
832 2430 9489 M
833 0 31 V
834 0 5173 R
835 0 -31 V
836 stroke
837 LTa
838 0.20 0.20 0.20 C 2587 9489 M
839 0 4981 V
840 0 160 R
841 0 63 V
842 stroke
843 LTb
844 2587 9489 M
845 0 63 V
846 0 5141 R
847 0 -63 V
848 0 163 R
849 ( 0.0001) Cshow
850 1.000 UL
851 LTb
852 1.000 UL
853 LTa
854 0.20 0.20 0.20 C 2743 9489 M
855 0 4981 V
856 0 160 R
857 0 63 V
858 stroke
859 LTb
860 2743 9489 M
861 0 31 V
862 0 5173 R
863 0 -31 V
864 stroke
865 LTa
866 0.20 0.20 0.20 C 2900 9489 M
867 0 4981 V
868 0 160 R
869 0 63 V
870 stroke
871 LTb
872 2900 9489 M
873 0 31 V
874 0 5173 R
875 0 -31 V
876 stroke
877 LTa
878 0.20 0.20 0.20 C 3057 9489 M
879 0 4981 V
880 0 160 R
881 0 63 V
882 stroke
883 LTb
884 3057 9489 M
885 0 31 V
886 0 5173 R
887 0 -31 V
888 stroke
889 LTa
890 0.20 0.20 0.20 C 3214 9489 M
891 0 4981 V
892 0 160 R
893 0 63 V
894 stroke
895 LTb
896 3214 9489 M
897 0 31 V
898 0 5173 R
899 0 -31 V
900 stroke
901 LTa
902 0.20 0.20 0.20 C 3370 9489 M
903 0 4981 V
904 0 160 R
905 0 63 V
906 stroke
907 LTb
908 3370 9489 M
909 0 63 V
910 0 5141 R
911 0 -63 V
912 0 163 R
913 ( 0.00015) Cshow
914 1.000 UL
915 LTb
916 1.000 UL
917 LTa
918 0.20 0.20 0.20 C 3527 9489 M
919 0 4981 V
920 0 160 R
921 0 63 V
922 stroke
923 LTb
924 3527 9489 M
925 0 31 V
926 0 5173 R
927 0 -31 V
928 stroke
929 LTa
930 0.20 0.20 0.20 C 3684 9489 M
931 0 4981 V
932 0 160 R
933 0 63 V
934 stroke
935 LTb
936 3684 9489 M
937 0 31 V
938 0 5173 R
939 0 -31 V
940 stroke
941 LTa
942 0.20 0.20 0.20 C 3840 9489 M
943 0 4981 V
944 0 160 R
945 0 63 V
946 stroke
947 LTb
948 3840 9489 M
949 0 31 V
950 0 5173 R
951 0 -31 V
952 stroke
953 LTa
954 0.20 0.20 0.20 C 3997 9489 M
955 0 4981 V
956 0 160 R
957 0 63 V
958 stroke
959 LTb
960 3997 9489 M
961 0 31 V
962 0 5173 R
963 0 -31 V
964 stroke
965 LTa
966 0.20 0.20 0.20 C 4154 9489 M
967 0 4981 V
968 0 160 R
969 0 63 V
970 stroke
971 LTb
972 4154 9489 M
973 0 63 V
974 0 5141 R
975 0 -63 V
976 0 163 R
977 ( 0.0002) Cshow
978 1.000 UL
979 LTb
980 1.000 UL
981 LTa
982 0.20 0.20 0.20 C 4310 9489 M
983 0 4981 V
984 0 160 R
985 0 63 V
986 stroke
987 LTb
988 4310 9489 M
989 0 31 V
990 0 5173 R
991 0 -31 V
992 stroke
993 LTa
994 0.20 0.20 0.20 C 4467 9489 M
995 0 4981 V
996 0 160 R
997 0 63 V
998 stroke
999 LTb
1000 4467 9489 M
1001 0 31 V
1002 0 5173 R
1003 0 -31 V
1004 stroke
1005 LTa
1006 0.20 0.20 0.20 C 4624 9489 M
1007 0 4981 V
1008 0 160 R
1009 0 63 V
1010 stroke
1011 LTb
1012 4624 9489 M
1013 0 31 V
1014 0 5173 R
1015 0 -31 V
1016 stroke
1017 LTa
1018 0.20 0.20 0.20 C 4780 9489 M
1019 0 4981 V
1020 0 160 R
1021 0 63 V
1022 stroke
1023 LTb
1024 4780 9489 M
1025 0 31 V
1026 0 5173 R
1027 0 -31 V
1028 stroke
1029 LTa
1030 0.20 0.20 0.20 C 4937 9489 M
1031 0 4981 V
1032 0 160 R
1033 0 63 V
1034 stroke
1035 LTb
1036 4937 9489 M
1037 0 63 V
1038 0 5141 R
1039 0 -63 V
1040 0 163 R
1041 ( 0.00025) Cshow
1042 1.000 UL
1043 LTb
1044 1.000 UL
1045 LTa
1046 0.20 0.20 0.20 C 5094 9489 M
1047 0 4981 V
1048 0 160 R
1049 0 63 V
1050 stroke
1051 LTb
1052 5094 9489 M
1053 0 31 V
1054 0 5173 R
1055 0 -31 V
1056 stroke
1057 LTa
1058 0.20 0.20 0.20 C 5250 9489 M
1059 0 4981 V
1060 0 160 R
1061 0 63 V
1062 stroke
1063 LTb
1064 5250 9489 M
1065 0 31 V
1066 0 5173 R
1067 0 -31 V
1068 stroke
1069 LTa
1070 0.20 0.20 0.20 C 5407 9489 M
1071 0 4981 V
1072 0 160 R
1073 0 63 V
1074 stroke
1075 LTb
1076 5407 9489 M
1077 0 31 V
1078 0 5173 R
1079 0 -31 V
1080 stroke
1081 LTa
1082 0.20 0.20 0.20 C 5564 9489 M
1083 0 4981 V
1084 0 160 R
1085 0 63 V
1086 stroke
1087 LTb
1088 5564 9489 M
1089 0 31 V
1090 0 5173 R
1091 0 -31 V
1092 stroke
1093 LTa
1094 0.20 0.20 0.20 C 5720 9489 M
1095 0 4981 V
1096 0 160 R
1097 0 63 V
1098 stroke
1099 LTb
1100 5720 9489 M
1101 0 63 V
1102 0 5141 R
1103 0 -63 V
1104 0 163 R
1105 ( 0.0003) Cshow
1106 1.000 UL
1107 LTb
1108 1.000 UL
1109 LTa
1110 0.20 0.20 0.20 C 5877 9489 M
1111 0 4981 V
1112 0 160 R
1113 0 63 V
1114 stroke
1115 LTb
1116 5877 9489 M
1117 0 31 V
1118 0 5173 R
1119 0 -31 V
1120 stroke
1121 LTa
1122 0.20 0.20 0.20 C 6034 9489 M
1123 0 4981 V
1124 0 160 R
1125 0 63 V
1126 stroke
1127 LTb
1128 6034 9489 M
1129 0 31 V
1130 0 5173 R
1131 0 -31 V
1132 stroke
1133 LTa
1134 0.20 0.20 0.20 C 6190 9489 M
1135 0 4981 V
1136 0 160 R
1137 0 63 V
1138 stroke
1139 LTb
1140 6190 9489 M
1141 0 31 V
1142 0 5173 R
1143 0 -31 V
1144 stroke
1145 LTa
1146 0.20 0.20 0.20 C 6347 9489 M
1147 0 4981 V
1148 0 160 R
1149 0 63 V
1150 stroke
1151 LTb
1152 6347 9489 M
1153 0 31 V
1154 0 5173 R
1155 0 -31 V
1156 stroke
1157 LTa
1158 0.20 0.20 0.20 C 6504 9489 M
1159 0 4981 V
1160 0 160 R
1161 0 63 V
1162 stroke
1163 LTb
1164 6504 9489 M
1165 0 63 V
1166 0 5141 R
1167 0 -63 V
1168 0 163 R
1169 ( 0.00035) Cshow
1170 1.000 UL
1171 LTb
1172 1.000 UL
1173 LTa
1174 0.20 0.20 0.20 C 6660 9489 M
1175 0 4981 V
1176 0 160 R
1177 0 63 V
1178 stroke
1179 LTb
1180 6660 9489 M
1181 0 31 V
1182 0 5173 R
1183 0 -31 V
1184 stroke
1185 LTa
1186 0.20 0.20 0.20 C 6817 9489 M
1187 0 5204 V
1188 stroke
1189 LTb
1190 6817 9489 M
1191 0 31 V
1192 0 5173 R
1193 0 -31 V
1194 stroke
1195 LTa
1196 0.20 0.20 0.20 C 6974 9489 M
1197 0 5204 V
1198 stroke
1199 LTb
1200 6974 9489 M
1201 0 31 V
1202 0 5173 R
1203 0 -31 V
1204 stroke
1205 LTa
1206 0.20 0.20 0.20 C 7130 9489 M
1207 0 5204 V
1208 stroke
1209 LTb
1210 7130 9489 M
1211 0 31 V
1212 0 5173 R
1213 0 -31 V
1214 stroke
1215 LTa
1216 0.20 0.20 0.20 C 7287 9489 M
1217 0 5204 V
1218 stroke
1219 LTb
1220 7287 9489 M
1221 0 63 V
1222 0 5141 R
1223 0 -63 V
1224 0 163 R
1225 ( 0.0004) Cshow
1226 1.000 UL
1227 LTb
1228 1.000 UL
1229 LTa
1230 0.20 0.20 0.20 C 7444 9489 M
1231 0 5204 V
1232 stroke
1233 LTb
1234 7444 9489 M
1235 0 31 V
1236 0 5173 R
1237 0 -31 V
1238 stroke
1239 LTa
1240 0.20 0.20 0.20 C 7601 9489 M
1241 0 5204 V
1242 stroke
1243 LTb
1244 7601 9489 M
1245 0 31 V
1246 0 5173 R
1247 0 -31 V
1248 stroke
1249 LTa
1250 0.20 0.20 0.20 C 7757 9489 M
1251 0 5204 V
1252 stroke
1253 LTb
1254 7757 9489 M
1255 0 31 V
1256 0 5173 R
1257 0 -31 V
1258 stroke
1259 LTa
1260 0.20 0.20 0.20 C 7914 9489 M
1261 0 5204 V
1262 stroke
1263 LTb
1264 7914 9489 M
1265 0 31 V
1266 0 5173 R
1267 0 -31 V
1268 stroke
1269 LTa
1270 0.20 0.20 0.20 C 8071 9489 M
1271 0 5204 V
1272 stroke
1273 LTb
1274 8071 9489 M
1275 0 63 V
1276 0 5141 R
1277 0 -63 V
1278 0 163 R
1279 ( 0.00045) Cshow
1280 1.000 UL
1281 LTb
1282 1.000 UL
1283 LTa
1284 0.20 0.20 0.20 C 8227 9489 M
1285 0 5204 V
1286 stroke
1287 LTb
1288 8227 9489 M
1289 0 31 V
1290 0 5173 R
1291 0 -31 V
1292 stroke
1293 LTa
1294 0.20 0.20 0.20 C 8384 9489 M
1295 0 5204 V
1296 stroke
1297 LTb
1298 8384 9489 M
1299 0 31 V
1300 0 5173 R
1301 0 -31 V
1302 stroke
1303 LTa
1304 0.20 0.20 0.20 C 8541 9489 M
1305 0 5204 V
1306 stroke
1307 LTb
1308 8541 9489 M
1309 0 31 V
1310 0 5173 R
1311 0 -31 V
1312 stroke
1313 LTa
1314 0.20 0.20 0.20 C 8697 9489 M
1315 0 5204 V
1316 stroke
1317 LTb
1318 8697 9489 M
1319 0 31 V
1320 0 5173 R
1321 0 -31 V
1322 stroke
1323 LTa
1324 0.20 0.20 0.20 C 8854 9489 M
1325 0 5204 V
1326 stroke
1327 LTb
1328 8854 9489 M
1329 0 63 V
1330 0 5141 R
1331 0 -63 V
1332 0 163 R
1333 ( 0.0005) Cshow
1334 1.000 UL
1335 LTb
1336 1.000 UL
1337 LTa
1338 0.20 0.20 0.20 C 9011 9489 M
1339 0 5204 V
1340 stroke
1341 LTb
1342 9011 9489 M
1343 0 31 V
1344 0 5173 R
1345 0 -31 V
1346 stroke
1347 LTa
1348 0.20 0.20 0.20 C 9167 9489 M
1349 0 5204 V
1350 stroke
1351 LTb
1352 9167 9489 M
1353 0 31 V
1354 0 5173 R
1355 0 -31 V
1356 stroke
1357 1020 14693 N
1358 0 -5204 V
1359 8163 0 V
1360 0 5204 V
1361 -8163 0 V
1362 Z stroke
1363 1.000 UP
1364 1.000 UL
1365 LTb
1366 grestore % colour palette end
1367 gsave % colour palette begin
1368 /maxcolors 0 def
1369 /HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
1370   { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
1371      /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
1372          /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
1373          /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
1374          /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
1375          {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
1376          {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
1377          {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
1378   } ifelse} def
1379 /Constrain {
1380   dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
1381 /YIQ2RGB {
1382   3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
1383   3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
1384   0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
1385 /CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
1386 /XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
1387   Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
1388   -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
1389   exch 1.91 mul exch add Constrain 3 1 roll} def
1390 /SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
1391   XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
1392   if} ifelse} ifelse} ifelse} def
1393 /InterpolatedColor false def
1394 /cF7 {sqrt} bind def    % sqrt(x)
1395 /cF5 {dup dup mul mul} bind def % x^3
1396 /cF15 {360 mul sin} bind def    % sin(360x)
1397 /pm3dround {maxcolors 0 gt {dup 1 ge
1398         {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
1399 /pm3dGamma 1.0 1.5 div def
1400 /ColorSpace (RGB) def
1401 Color InterpolatedColor or { % COLOUR vs. GRAY map
1402   InterpolatedColor { %% Interpolation vs. RGB-Formula
1403     /g {stroke pm3dround /grayv exch def interpolate
1404         SelectSpace setrgbcolor} bind def
1405   }{
1406   /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
1407        SelectSpace setrgbcolor} bind def
1408   } ifelse
1409 }{
1410   /g {stroke pm3dround pm3dGamma exp setgray} bind def
1411 } ifelse
1412 1.000 UL
1413 LTb
1414 1020 9489 N
1415 0 -3061 V
1416 8163 0 V
1417 0 3061 V
1418 -8163 0 V
1419 Z stroke
1420 LCb setrgbcolor
1421 124 7958 M
1422 currentpoint gsave translate 90 rotate 0 0 M
1423 (Time \(seconds\)) Cshow
1424 grestore
1425 LTb
1426 LCb setrgbcolor
1427 9582 7958 M
1428 currentpoint gsave translate 90 rotate 0 0 M
1429 (Collections) Cshow
1430 grestore
1431 LTb
1432 1.000 UP
1433 1.000 UL
1434 LTb
1435 1.000 UL
1436 LTb
1437 1116 9266 N
1438 0 160 V
1439 5661 0 V
1440 0 -160 V
1441 -5661 0 V
1442 Z stroke
1443 1116 9426 M
1444 5661 0 V
1445 stroke
1446 LT0
1447 0.00 0.00 0.00 C LTb
1448 1755 9346 M
1449 (Malloc) Lshow
1450 LT0
1451 0.00 0.00 0.00 C 1212 9306 N 0 -80 447 0 0 80 h
1452 LTw
1453 LT0
1454 0.00 0.00 0.00 C 1020 6428 N 0 -2220 2422 0 0 2220 h
1455 3441 6428 N 0 -1455 3902 0 0 1455 h
1456 7342 6428 N 0 -2718 1842 0 0 2718 h
1457 1.000 UL
1458 LT1
1459 0.40 0.40 0.40 C LTb
1460 3642 9346 M
1461 (Collect) Lshow
1462 LT1
1463 0.40 0.40 0.40 C 3099 9306 N 0 -80 447 0 0 80 h
1464 LTw
1465 LT1
1466 0.40 0.40 0.40 C 1020 6428 N 0 -384 2422 0 0 384 h
1467 3441 6428 N 0 -1225 3902 0 0 1225 h
1468 7342 6428 N 0 -2526 1842 0 0 2526 h
1469 1.000 UL
1470 LT2
1471 0.90 0.90 0.90 C LTb
1472 5529 9346 M
1473 (Stop the Word) Lshow
1474 LT2
1475 0.90 0.90 0.90 C 4986 9306 N 0 -80 447 0 0 80 h
1476 LTw
1477 LT2
1478 0.90 0.90 0.90 C 1020 6428 N 0 -269 2422 0 0 269 h
1479 3441 6428 N 0 -1187 3902 0 0 1187 h
1480 7342 6428 N 0 -2488 1842 0 0 2488 h
1481 1.000 UL
1482 LTb
1483 1.000 UL
1484 LTa
1485 0.20 0.20 0.20 C 1020 6428 M
1486 8163 0 V
1487 stroke
1488 LTb
1489 1020 6428 M
1490 63 0 V
1491 8100 0 R
1492 -63 0 V
1493 -8196 0 R
1494 ( 0.00019) Rshow
1495 1.000 UL
1496 LTb
1497 1020 6505 M
1498 31 0 V
1499 8132 0 R
1500 -31 0 V
1501 -8132 76 R
1502 31 0 V
1503 8132 0 R
1504 -31 0 V
1505 -8132 77 R
1506 31 0 V
1507 8132 0 R
1508 -31 0 V
1509 -8132 76 R
1510 31 0 V
1511 8132 0 R
1512 -31 0 V
1513 stroke
1514 LTa
1515 0.20 0.20 0.20 C 1020 6811 M
1516 8163 0 V
1517 stroke
1518 LTb
1519 1020 6811 M
1520 63 0 V
1521 8100 0 R
1522 -63 0 V
1523 -8196 0 R
1524 ( 0.0002) Rshow
1525 1.000 UL
1526 LTb
1527 1020 6887 M
1528 31 0 V
1529 8132 0 R
1530 -31 0 V
1531 -8132 77 R
1532 31 0 V
1533 8132 0 R
1534 -31 0 V
1535 -8132 76 R
1536 31 0 V
1537 8132 0 R
1538 -31 0 V
1539 -8132 77 R
1540 31 0 V
1541 8132 0 R
1542 -31 0 V
1543 stroke
1544 LTa
1545 0.20 0.20 0.20 C 1020 7193 M
1546 8163 0 V
1547 stroke
1548 LTb
1549 1020 7193 M
1550 63 0 V
1551 8100 0 R
1552 -63 0 V
1553 -8196 0 R
1554 ( 0.00021) Rshow
1555 1.000 UL
1556 LTb
1557 1020 7270 M
1558 31 0 V
1559 8132 0 R
1560 -31 0 V
1561 -8132 76 R
1562 31 0 V
1563 8132 0 R
1564 -31 0 V
1565 -8132 77 R
1566 31 0 V
1567 8132 0 R
1568 -31 0 V
1569 -8132 76 R
1570 31 0 V
1571 8132 0 R
1572 -31 0 V
1573 stroke
1574 LTa
1575 0.20 0.20 0.20 C 1020 7576 M
1576 8163 0 V
1577 stroke
1578 LTb
1579 1020 7576 M
1580 63 0 V
1581 8100 0 R
1582 -63 0 V
1583 -8196 0 R
1584 ( 0.00022) Rshow
1585 1.000 UL
1586 LTb
1587 1020 7652 M
1588 31 0 V
1589 8132 0 R
1590 -31 0 V
1591 -8132 77 R
1592 31 0 V
1593 8132 0 R
1594 -31 0 V
1595 -8132 76 R
1596 31 0 V
1597 8132 0 R
1598 -31 0 V
1599 -8132 77 R
1600 31 0 V
1601 8132 0 R
1602 -31 0 V
1603 stroke
1604 LTa
1605 0.20 0.20 0.20 C 1020 7958 M
1606 8163 0 V
1607 stroke
1608 LTb
1609 1020 7958 M
1610 63 0 V
1611 8100 0 R
1612 -63 0 V
1613 -8196 0 R
1614 ( 0.00023) Rshow
1615 1.000 UL
1616 LTb
1617 1020 8035 M
1618 31 0 V
1619 8132 0 R
1620 -31 0 V
1621 -8132 77 R
1622 31 0 V
1623 8132 0 R
1624 -31 0 V
1625 -8132 76 R
1626 31 0 V
1627 8132 0 R
1628 -31 0 V
1629 -8132 77 R
1630 31 0 V
1631 8132 0 R
1632 -31 0 V
1633 stroke
1634 LTa
1635 0.20 0.20 0.20 C 1020 8341 M
1636 8163 0 V
1637 stroke
1638 LTb
1639 1020 8341 M
1640 63 0 V
1641 8100 0 R
1642 -63 0 V
1643 -8196 0 R
1644 ( 0.00024) Rshow
1645 1.000 UL
1646 LTb
1647 1020 8418 M
1648 31 0 V
1649 8132 0 R
1650 -31 0 V
1651 -8132 76 R
1652 31 0 V
1653 8132 0 R
1654 -31 0 V
1655 -8132 77 R
1656 31 0 V
1657 8132 0 R
1658 -31 0 V
1659 -8132 76 R
1660 31 0 V
1661 8132 0 R
1662 -31 0 V
1663 stroke
1664 LTa
1665 0.20 0.20 0.20 C 1020 8724 M
1666 8163 0 V
1667 stroke
1668 LTb
1669 1020 8724 M
1670 63 0 V
1671 8100 0 R
1672 -63 0 V
1673 -8196 0 R
1674 ( 0.00025) Rshow
1675 1.000 UL
1676 LTb
1677 1020 8800 M
1678 31 0 V
1679 8132 0 R
1680 -31 0 V
1681 -8132 77 R
1682 31 0 V
1683 8132 0 R
1684 -31 0 V
1685 -8132 76 R
1686 31 0 V
1687 8132 0 R
1688 -31 0 V
1689 -8132 77 R
1690 31 0 V
1691 8132 0 R
1692 -31 0 V
1693 stroke
1694 LTa
1695 0.20 0.20 0.20 C 1020 9106 M
1696 8163 0 V
1697 stroke
1698 LTb
1699 1020 9106 M
1700 63 0 V
1701 8100 0 R
1702 -63 0 V
1703 -8196 0 R
1704 ( 0.00026) Rshow
1705 1.000 UL
1706 LTb
1707 1020 9183 M
1708 31 0 V
1709 8132 0 R
1710 -31 0 V
1711 -8132 76 R
1712 31 0 V
1713 8132 0 R
1714 -31 0 V
1715 -8132 77 R
1716 31 0 V
1717 8132 0 R
1718 -31 0 V
1719 -8132 76 R
1720 31 0 V
1721 8132 0 R
1722 -31 0 V
1723 stroke
1724 LTa
1725 0.20 0.20 0.20 C 1020 9489 M
1726 8163 0 V
1727 stroke
1728 LTb
1729 1020 9489 M
1730 63 0 V
1731 8100 0 R
1732 -63 0 V
1733 -8196 0 R
1734 ( 0.00027) Rshow
1735 1.000 UL
1736 LTb
1737 1.000 UL
1738 LTa
1739 0.20 0.20 0.20 C 1020 6428 M
1740 0 3061 V
1741 stroke
1742 LTb
1743 1020 6428 M
1744 0 63 V
1745 0 2998 R
1746 0 -63 V
1747 0 56 R
1748 () Cshow
1749 1.000 UL
1750 LTb
1751 1.000 UL
1752 LTa
1753 0.20 0.20 0.20 C 1177 6428 M
1754 0 2838 V
1755 0 160 R
1756 0 63 V
1757 stroke
1758 LTb
1759 1177 6428 M
1760 0 31 V
1761 0 3030 R
1762 0 -31 V
1763 stroke
1764 LTa
1765 0.20 0.20 0.20 C 1333 6428 M
1766 0 2838 V
1767 0 160 R
1768 0 63 V
1769 stroke
1770 LTb
1771 1333 6428 M
1772 0 31 V
1773 0 3030 R
1774 0 -31 V
1775 stroke
1776 LTa
1777 0.20 0.20 0.20 C 1490 6428 M
1778 0 2838 V
1779 0 160 R
1780 0 63 V
1781 stroke
1782 LTb
1783 1490 6428 M
1784 0 31 V
1785 0 3030 R
1786 0 -31 V
1787 stroke
1788 LTa
1789 0.20 0.20 0.20 C 1647 6428 M
1790 0 2838 V
1791 0 160 R
1792 0 63 V
1793 stroke
1794 LTb
1795 1647 6428 M
1796 0 31 V
1797 0 3030 R
1798 0 -31 V
1799 stroke
1800 LTa
1801 0.20 0.20 0.20 C 1803 6428 M
1802 0 2838 V
1803 0 160 R
1804 0 63 V
1805 stroke
1806 LTb
1807 1803 6428 M
1808 0 63 V
1809 0 2998 R
1810 0 -63 V
1811 0 56 R
1812 () Cshow
1813 1.000 UL
1814 LTb
1815 1.000 UL
1816 LTa
1817 0.20 0.20 0.20 C 1960 6428 M
1818 0 2838 V
1819 0 160 R
1820 0 63 V
1821 stroke
1822 LTb
1823 1960 6428 M
1824 0 31 V
1825 0 3030 R
1826 0 -31 V
1827 stroke
1828 LTa
1829 0.20 0.20 0.20 C 2117 6428 M
1830 0 2838 V
1831 0 160 R
1832 0 63 V
1833 stroke
1834 LTb
1835 2117 6428 M
1836 0 31 V
1837 0 3030 R
1838 0 -31 V
1839 stroke
1840 LTa
1841 0.20 0.20 0.20 C 2273 6428 M
1842 0 2838 V
1843 0 160 R
1844 0 63 V
1845 stroke
1846 LTb
1847 2273 6428 M
1848 0 31 V
1849 0 3030 R
1850 0 -31 V
1851 stroke
1852 LTa
1853 0.20 0.20 0.20 C 2430 6428 M
1854 0 2838 V
1855 0 160 R
1856 0 63 V
1857 stroke
1858 LTb
1859 2430 6428 M
1860 0 31 V
1861 0 3030 R
1862 0 -31 V
1863 stroke
1864 LTa
1865 0.20 0.20 0.20 C 2587 6428 M
1866 0 2838 V
1867 0 160 R
1868 0 63 V
1869 stroke
1870 LTb
1871 2587 6428 M
1872 0 63 V
1873 0 2998 R
1874 0 -63 V
1875 0 56 R
1876 () Cshow
1877 1.000 UL
1878 LTb
1879 1.000 UL
1880 LTa
1881 0.20 0.20 0.20 C 2743 6428 M
1882 0 2838 V
1883 0 160 R
1884 0 63 V
1885 stroke
1886 LTb
1887 2743 6428 M
1888 0 31 V
1889 0 3030 R
1890 0 -31 V
1891 stroke
1892 LTa
1893 0.20 0.20 0.20 C 2900 6428 M
1894 0 2838 V
1895 0 160 R
1896 0 63 V
1897 stroke
1898 LTb
1899 2900 6428 M
1900 0 31 V
1901 0 3030 R
1902 0 -31 V
1903 stroke
1904 LTa
1905 0.20 0.20 0.20 C 3057 6428 M
1906 0 2838 V
1907 0 160 R
1908 0 63 V
1909 stroke
1910 LTb
1911 3057 6428 M
1912 0 31 V
1913 0 3030 R
1914 0 -31 V
1915 stroke
1916 LTa
1917 0.20 0.20 0.20 C 3214 6428 M
1918 0 2838 V
1919 0 160 R
1920 0 63 V
1921 stroke
1922 LTb
1923 3214 6428 M
1924 0 31 V
1925 0 3030 R
1926 0 -31 V
1927 stroke
1928 LTa
1929 0.20 0.20 0.20 C 3370 6428 M
1930 0 2838 V
1931 0 160 R
1932 0 63 V
1933 stroke
1934 LTb
1935 3370 6428 M
1936 0 63 V
1937 0 2998 R
1938 0 -63 V
1939 0 56 R
1940 () Cshow
1941 1.000 UL
1942 LTb
1943 1.000 UL
1944 LTa
1945 0.20 0.20 0.20 C 3527 6428 M
1946 0 2838 V
1947 0 160 R
1948 0 63 V
1949 stroke
1950 LTb
1951 3527 6428 M
1952 0 31 V
1953 0 3030 R
1954 0 -31 V
1955 stroke
1956 LTa
1957 0.20 0.20 0.20 C 3684 6428 M
1958 0 2838 V
1959 0 160 R
1960 0 63 V
1961 stroke
1962 LTb
1963 3684 6428 M
1964 0 31 V
1965 0 3030 R
1966 0 -31 V
1967 stroke
1968 LTa
1969 0.20 0.20 0.20 C 3840 6428 M
1970 0 2838 V
1971 0 160 R
1972 0 63 V
1973 stroke
1974 LTb
1975 3840 6428 M
1976 0 31 V
1977 0 3030 R
1978 0 -31 V
1979 stroke
1980 LTa
1981 0.20 0.20 0.20 C 3997 6428 M
1982 0 2838 V
1983 0 160 R
1984 0 63 V
1985 stroke
1986 LTb
1987 3997 6428 M
1988 0 31 V
1989 0 3030 R
1990 0 -31 V
1991 stroke
1992 LTa
1993 0.20 0.20 0.20 C 4154 6428 M
1994 0 2838 V
1995 0 160 R
1996 0 63 V
1997 stroke
1998 LTb
1999 4154 6428 M
2000 0 63 V
2001 0 2998 R
2002 0 -63 V
2003 0 56 R
2004 () Cshow
2005 1.000 UL
2006 LTb
2007 1.000 UL
2008 LTa
2009 0.20 0.20 0.20 C 4310 6428 M
2010 0 2838 V
2011 0 160 R
2012 0 63 V
2013 stroke
2014 LTb
2015 4310 6428 M
2016 0 31 V
2017 0 3030 R
2018 0 -31 V
2019 stroke
2020 LTa
2021 0.20 0.20 0.20 C 4467 6428 M
2022 0 2838 V
2023 0 160 R
2024 0 63 V
2025 stroke
2026 LTb
2027 4467 6428 M
2028 0 31 V
2029 0 3030 R
2030 0 -31 V
2031 stroke
2032 LTa
2033 0.20 0.20 0.20 C 4624 6428 M
2034 0 2838 V
2035 0 160 R
2036 0 63 V
2037 stroke
2038 LTb
2039 4624 6428 M
2040 0 31 V
2041 0 3030 R
2042 0 -31 V
2043 stroke
2044 LTa
2045 0.20 0.20 0.20 C 4780 6428 M
2046 0 2838 V
2047 0 160 R
2048 0 63 V
2049 stroke
2050 LTb
2051 4780 6428 M
2052 0 31 V
2053 0 3030 R
2054 0 -31 V
2055 stroke
2056 LTa
2057 0.20 0.20 0.20 C 4937 6428 M
2058 0 2838 V
2059 0 160 R
2060 0 63 V
2061 stroke
2062 LTb
2063 4937 6428 M
2064 0 63 V
2065 0 2998 R
2066 0 -63 V
2067 0 56 R
2068 () Cshow
2069 1.000 UL
2070 LTb
2071 1.000 UL
2072 LTa
2073 0.20 0.20 0.20 C 5094 6428 M
2074 0 2838 V
2075 0 160 R
2076 0 63 V
2077 stroke
2078 LTb
2079 5094 6428 M
2080 0 31 V
2081 0 3030 R
2082 0 -31 V
2083 stroke
2084 LTa
2085 0.20 0.20 0.20 C 5250 6428 M
2086 0 2838 V
2087 0 160 R
2088 0 63 V
2089 stroke
2090 LTb
2091 5250 6428 M
2092 0 31 V
2093 0 3030 R
2094 0 -31 V
2095 stroke
2096 LTa
2097 0.20 0.20 0.20 C 5407 6428 M
2098 0 2838 V
2099 0 160 R
2100 0 63 V
2101 stroke
2102 LTb
2103 5407 6428 M
2104 0 31 V
2105 0 3030 R
2106 0 -31 V
2107 stroke
2108 LTa
2109 0.20 0.20 0.20 C 5564 6428 M
2110 0 2838 V
2111 0 160 R
2112 0 63 V
2113 stroke
2114 LTb
2115 5564 6428 M
2116 0 31 V
2117 0 3030 R
2118 0 -31 V
2119 stroke
2120 LTa
2121 0.20 0.20 0.20 C 5720 6428 M
2122 0 2838 V
2123 0 160 R
2124 0 63 V
2125 stroke
2126 LTb
2127 5720 6428 M
2128 0 63 V
2129 0 2998 R
2130 0 -63 V
2131 0 56 R
2132 () Cshow
2133 1.000 UL
2134 LTb
2135 1.000 UL
2136 LTa
2137 0.20 0.20 0.20 C 5877 6428 M
2138 0 2838 V
2139 0 160 R
2140 0 63 V
2141 stroke
2142 LTb
2143 5877 6428 M
2144 0 31 V
2145 0 3030 R
2146 0 -31 V
2147 stroke
2148 LTa
2149 0.20 0.20 0.20 C 6034 6428 M
2150 0 2838 V
2151 0 160 R
2152 0 63 V
2153 stroke
2154 LTb
2155 6034 6428 M
2156 0 31 V
2157 0 3030 R
2158 0 -31 V
2159 stroke
2160 LTa
2161 0.20 0.20 0.20 C 6190 6428 M
2162 0 2838 V
2163 0 160 R
2164 0 63 V
2165 stroke
2166 LTb
2167 6190 6428 M
2168 0 31 V
2169 0 3030 R
2170 0 -31 V
2171 stroke
2172 LTa
2173 0.20 0.20 0.20 C 6347 6428 M
2174 0 2838 V
2175 0 160 R
2176 0 63 V
2177 stroke
2178 LTb
2179 6347 6428 M
2180 0 31 V
2181 0 3030 R
2182 0 -31 V
2183 stroke
2184 LTa
2185 0.20 0.20 0.20 C 6504 6428 M
2186 0 2838 V
2187 0 160 R
2188 0 63 V
2189 stroke
2190 LTb
2191 6504 6428 M
2192 0 63 V
2193 0 2998 R
2194 0 -63 V
2195 0 56 R
2196 () Cshow
2197 1.000 UL
2198 LTb
2199 1.000 UL
2200 LTa
2201 0.20 0.20 0.20 C 6660 6428 M
2202 0 2838 V
2203 0 160 R
2204 0 63 V
2205 stroke
2206 LTb
2207 6660 6428 M
2208 0 31 V
2209 0 3030 R
2210 0 -31 V
2211 stroke
2212 LTa
2213 0.20 0.20 0.20 C 6817 6428 M
2214 0 3061 V
2215 stroke
2216 LTb
2217 6817 6428 M
2218 0 31 V
2219 0 3030 R
2220 0 -31 V
2221 stroke
2222 LTa
2223 0.20 0.20 0.20 C 6974 6428 M
2224 0 3061 V
2225 stroke
2226 LTb
2227 6974 6428 M
2228 0 31 V
2229 0 3030 R
2230 0 -31 V
2231 stroke
2232 LTa
2233 0.20 0.20 0.20 C 7130 6428 M
2234 0 3061 V
2235 stroke
2236 LTb
2237 7130 6428 M
2238 0 31 V
2239 0 3030 R
2240 0 -31 V
2241 stroke
2242 LTa
2243 0.20 0.20 0.20 C 7287 6428 M
2244 0 3061 V
2245 stroke
2246 LTb
2247 7287 6428 M
2248 0 63 V
2249 0 2998 R
2250 0 -63 V
2251 0 56 R
2252 () Cshow
2253 1.000 UL
2254 LTb
2255 1.000 UL
2256 LTa
2257 0.20 0.20 0.20 C 7444 6428 M
2258 0 3061 V
2259 stroke
2260 LTb
2261 7444 6428 M
2262 0 31 V
2263 0 3030 R
2264 0 -31 V
2265 stroke
2266 LTa
2267 0.20 0.20 0.20 C 7601 6428 M
2268 0 3061 V
2269 stroke
2270 LTb
2271 7601 6428 M
2272 0 31 V
2273 0 3030 R
2274 0 -31 V
2275 stroke
2276 LTa
2277 0.20 0.20 0.20 C 7757 6428 M
2278 0 3061 V
2279 stroke
2280 LTb
2281 7757 6428 M
2282 0 31 V
2283 0 3030 R
2284 0 -31 V
2285 stroke
2286 LTa
2287 0.20 0.20 0.20 C 7914 6428 M
2288 0 3061 V
2289 stroke
2290 LTb
2291 7914 6428 M
2292 0 31 V
2293 0 3030 R
2294 0 -31 V
2295 stroke
2296 LTa
2297 0.20 0.20 0.20 C 8071 6428 M
2298 0 3061 V
2299 stroke
2300 LTb
2301 8071 6428 M
2302 0 63 V
2303 0 2998 R
2304 0 -63 V
2305 0 56 R
2306 () Cshow
2307 1.000 UL
2308 LTb
2309 1.000 UL
2310 LTa
2311 0.20 0.20 0.20 C 8227 6428 M
2312 0 3061 V
2313 stroke
2314 LTb
2315 8227 6428 M
2316 0 31 V
2317 0 3030 R
2318 0 -31 V
2319 stroke
2320 LTa
2321 0.20 0.20 0.20 C 8384 6428 M
2322 0 3061 V
2323 stroke
2324 LTb
2325 8384 6428 M
2326 0 31 V
2327 0 3030 R
2328 0 -31 V
2329 stroke
2330 LTa
2331 0.20 0.20 0.20 C 8541 6428 M
2332 0 3061 V
2333 stroke
2334 LTb
2335 8541 6428 M
2336 0 31 V
2337 0 3030 R
2338 0 -31 V
2339 stroke
2340 LTa
2341 0.20 0.20 0.20 C 8697 6428 M
2342 0 3061 V
2343 stroke
2344 LTb
2345 8697 6428 M
2346 0 31 V
2347 0 3030 R
2348 0 -31 V
2349 stroke
2350 LTa
2351 0.20 0.20 0.20 C 8854 6428 M
2352 0 3061 V
2353 stroke
2354 LTb
2355 8854 6428 M
2356 0 63 V
2357 0 2998 R
2358 0 -63 V
2359 0 56 R
2360 () Cshow
2361 1.000 UL
2362 LTb
2363 1.000 UL
2364 LTa
2365 0.20 0.20 0.20 C 9011 6428 M
2366 0 3061 V
2367 stroke
2368 LTb
2369 9011 6428 M
2370 0 31 V
2371 0 3030 R
2372 0 -31 V
2373 stroke
2374 LTa
2375 0.20 0.20 0.20 C 9167 6428 M
2376 0 3061 V
2377 stroke
2378 LTb
2379 9167 6428 M
2380 0 31 V
2381 0 3030 R
2382 0 -31 V
2383 stroke
2384 1020 9489 N
2385 0 -3061 V
2386 8163 0 V
2387 0 3061 V
2388 -8163 0 V
2389 Z stroke
2390 1.000 UP
2391 1.000 UL
2392 LTb
2393 grestore % colour palette end
2394 gsave % colour palette begin
2395 /maxcolors 0 def
2396 /HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
2397   { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
2398      /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
2399          /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
2400          /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
2401          /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
2402          {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
2403          {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
2404          {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
2405   } ifelse} def
2406 /Constrain {
2407   dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
2408 /YIQ2RGB {
2409   3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
2410   3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
2411   0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
2412 /CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
2413 /XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
2414   Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
2415   -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
2416   exch 1.91 mul exch add Constrain 3 1 roll} def
2417 /SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
2418   XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
2419   if} ifelse} ifelse} ifelse} def
2420 /InterpolatedColor false def
2421 /cF7 {sqrt} bind def    % sqrt(x)
2422 /cF5 {dup dup mul mul} bind def % x^3
2423 /cF15 {360 mul sin} bind def    % sin(360x)
2424 /pm3dround {maxcolors 0 gt {dup 1 ge
2425         {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
2426 /pm3dGamma 1.0 1.5 div def
2427 /ColorSpace (RGB) def
2428 Color InterpolatedColor or { % COLOUR vs. GRAY map
2429   InterpolatedColor { %% Interpolation vs. RGB-Formula
2430     /g {stroke pm3dround /grayv exch def interpolate
2431         SelectSpace setrgbcolor} bind def
2432   }{
2433   /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
2434        SelectSpace setrgbcolor} bind def
2435   } ifelse
2436 }{
2437   /g {stroke pm3dround pm3dGamma exp setgray} bind def
2438 } ifelse
2439 1.000 UL
2440 LTb
2441 1020 6428 N
2442 0 -3061 V
2443 8163 0 V
2444 0 3061 V
2445 -8163 0 V
2446 Z stroke
2447 LCb setrgbcolor
2448 412 4897 M
2449 currentpoint gsave translate 90 rotate 0 0 M
2450 (Allocation Size \(KiB\)) Cshow
2451 grestore
2452 LTb
2453 LCb setrgbcolor
2454 10078 4897 M
2455 currentpoint gsave translate 90 rotate 0 0 M
2456 (Allocation Time \(seconds\)) Cshow
2457 grestore
2458 LTb
2459 LCb setrgbcolor
2460 5101 3031 M
2461 (Program Run Time \(seconds\)) Cshow
2462 LTb
2463 1.000 UP
2464 1.000 UL
2465 LTb
2466 1.000 UL
2467 LTb
2468 1116 6205 N
2469 0 160 V
2470 2046 0 V
2471 0 -160 V
2472 -2046 0 V
2473 Z stroke
2474 1116 6365 M
2475 2046 0 V
2476 1.000 UP
2477 stroke
2478 LT0
2479 0.00 0.00 0.00 C LTb
2480 1755 6285 M
2481 (Size) Lshow
2482 LT0
2483 0.00 0.00 0.00 C 1380 6226 Pls
2484 5501 3386 Pls
2485 9183 3386 Pls
2486 1436 6285 Pls
2487 1.000 UP
2488 1.000 UL
2489 LT1
2490 0.40 0.40 0.40 C LTb
2491 2778 6285 M
2492 (Time) Lshow
2493 LT1
2494 0.40 0.40 0.40 C 1380 3520 Crs
2495 5501 4591 Crs
2496 9183 6275 Crs
2497 2459 6285 Crs
2498 1.000 UL
2499 LTb
2500 1.000 UL
2501 LTa
2502 0.20 0.20 0.20 C 1020 3367 M
2503 8163 0 V
2504 stroke
2505 LTb
2506 1020 3367 M
2507 63 0 V
2508 -159 0 R
2509 ( 0.16) Rshow
2510 1.000 UL
2511 LTb
2512 1020 3537 M
2513 31 0 V
2514 stroke
2515 LTa
2516 0.20 0.20 0.20 C 1020 3707 M
2517 8163 0 V
2518 stroke
2519 LTb
2520 1020 3707 M
2521 63 0 V
2522 -159 0 R
2523 ( 0.18) Rshow
2524 1.000 UL
2525 LTb
2526 1020 3877 M
2527 31 0 V
2528 stroke
2529 LTa
2530 0.20 0.20 0.20 C 1020 4047 M
2531 8163 0 V
2532 stroke
2533 LTb
2534 1020 4047 M
2535 63 0 V
2536 -159 0 R
2537 ( 0.2) Rshow
2538 1.000 UL
2539 LTb
2540 1020 4217 M
2541 31 0 V
2542 stroke
2543 LTa
2544 0.20 0.20 0.20 C 1020 4387 M
2545 8163 0 V
2546 stroke
2547 LTb
2548 1020 4387 M
2549 63 0 V
2550 -159 0 R
2551 ( 0.22) Rshow
2552 1.000 UL
2553 LTb
2554 1020 4557 M
2555 31 0 V
2556 stroke
2557 LTa
2558 0.20 0.20 0.20 C 1020 4727 M
2559 8163 0 V
2560 stroke
2561 LTb
2562 1020 4727 M
2563 63 0 V
2564 -159 0 R
2565 ( 0.24) Rshow
2566 1.000 UL
2567 LTb
2568 1020 4897 M
2569 31 0 V
2570 stroke
2571 LTa
2572 0.20 0.20 0.20 C 1020 5068 M
2573 8163 0 V
2574 stroke
2575 LTb
2576 1020 5068 M
2577 63 0 V
2578 -159 0 R
2579 ( 0.26) Rshow
2580 1.000 UL
2581 LTb
2582 1020 5238 M
2583 31 0 V
2584 stroke
2585 LTa
2586 0.20 0.20 0.20 C 1020 5408 M
2587 8163 0 V
2588 stroke
2589 LTb
2590 1020 5408 M
2591 63 0 V
2592 -159 0 R
2593 ( 0.28) Rshow
2594 1.000 UL
2595 LTb
2596 1020 5578 M
2597 31 0 V
2598 stroke
2599 LTa
2600 0.20 0.20 0.20 C 1020 5748 M
2601 8163 0 V
2602 stroke
2603 LTb
2604 1020 5748 M
2605 63 0 V
2606 -159 0 R
2607 ( 0.3) Rshow
2608 1.000 UL
2609 LTb
2610 1020 5918 M
2611 31 0 V
2612 stroke
2613 LTa
2614 0.20 0.20 0.20 C 1020 6088 M
2615 8163 0 V
2616 stroke
2617 LTb
2618 1020 6088 M
2619 63 0 V
2620 -159 0 R
2621 ( 0.32) Rshow
2622 1.000 UL
2623 LTb
2624 1020 6258 M
2625 31 0 V
2626 stroke
2627 LTa
2628 0.20 0.20 0.20 C 1020 6428 M
2629 8163 0 V
2630 stroke
2631 LTb
2632 1020 6428 M
2633 63 0 V
2634 -159 0 R
2635 ( 0.34) Rshow
2636 1.000 UL
2637 LTb
2638 1.000 UL
2639 LTa
2640 0.20 0.20 0.20 C 1020 3367 M
2641 0 3061 V
2642 stroke
2643 LTb
2644 1020 3367 M
2645 0 63 V
2646 0 2998 R
2647 0 -63 V
2648 0 -3158 R
2649 ( 0) Cshow
2650 1.000 UL
2651 LTb
2652 1.000 UL
2653 LTa
2654 0.20 0.20 0.20 C 1177 3367 M
2655 0 2838 V
2656 0 160 R
2657 0 63 V
2658 stroke
2659 LTb
2660 1177 3367 M
2661 0 31 V
2662 0 3030 R
2663 0 -31 V
2664 stroke
2665 LTa
2666 0.20 0.20 0.20 C 1333 3367 M
2667 0 2838 V
2668 0 160 R
2669 0 63 V
2670 stroke
2671 LTb
2672 1333 3367 M
2673 0 31 V
2674 0 3030 R
2675 0 -31 V
2676 stroke
2677 LTa
2678 0.20 0.20 0.20 C 1490 3367 M
2679 0 2838 V
2680 0 160 R
2681 0 63 V
2682 stroke
2683 LTb
2684 1490 3367 M
2685 0 31 V
2686 0 3030 R
2687 0 -31 V
2688 stroke
2689 LTa
2690 0.20 0.20 0.20 C 1647 3367 M
2691 0 2838 V
2692 0 160 R
2693 0 63 V
2694 stroke
2695 LTb
2696 1647 3367 M
2697 0 31 V
2698 0 3030 R
2699 0 -31 V
2700 stroke
2701 LTa
2702 0.20 0.20 0.20 C 1803 3367 M
2703 0 2838 V
2704 0 160 R
2705 0 63 V
2706 stroke
2707 LTb
2708 1803 3367 M
2709 0 63 V
2710 0 2998 R
2711 0 -63 V
2712 0 -3158 R
2713 ( 5e-05) Cshow
2714 1.000 UL
2715 LTb
2716 1.000 UL
2717 LTa
2718 0.20 0.20 0.20 C 1960 3367 M
2719 0 2838 V
2720 0 160 R
2721 0 63 V
2722 stroke
2723 LTb
2724 1960 3367 M
2725 0 31 V
2726 0 3030 R
2727 0 -31 V
2728 stroke
2729 LTa
2730 0.20 0.20 0.20 C 2117 3367 M
2731 0 2838 V
2732 0 160 R
2733 0 63 V
2734 stroke
2735 LTb
2736 2117 3367 M
2737 0 31 V
2738 0 3030 R
2739 0 -31 V
2740 stroke
2741 LTa
2742 0.20 0.20 0.20 C 2273 3367 M
2743 0 2838 V
2744 0 160 R
2745 0 63 V
2746 stroke
2747 LTb
2748 2273 3367 M
2749 0 31 V
2750 0 3030 R
2751 0 -31 V
2752 stroke
2753 LTa
2754 0.20 0.20 0.20 C 2430 3367 M
2755 0 2838 V
2756 0 160 R
2757 0 63 V
2758 stroke
2759 LTb
2760 2430 3367 M
2761 0 31 V
2762 0 3030 R
2763 0 -31 V
2764 stroke
2765 LTa
2766 0.20 0.20 0.20 C 2587 3367 M
2767 0 2838 V
2768 0 160 R
2769 0 63 V
2770 stroke
2771 LTb
2772 2587 3367 M
2773 0 63 V
2774 0 2998 R
2775 0 -63 V
2776 0 -3158 R
2777 ( 0.0001) Cshow
2778 1.000 UL
2779 LTb
2780 1.000 UL
2781 LTa
2782 0.20 0.20 0.20 C 2743 3367 M
2783 0 2838 V
2784 0 160 R
2785 0 63 V
2786 stroke
2787 LTb
2788 2743 3367 M
2789 0 31 V
2790 0 3030 R
2791 0 -31 V
2792 stroke
2793 LTa
2794 0.20 0.20 0.20 C 2900 3367 M
2795 0 2838 V
2796 0 160 R
2797 0 63 V
2798 stroke
2799 LTb
2800 2900 3367 M
2801 0 31 V
2802 0 3030 R
2803 0 -31 V
2804 stroke
2805 LTa
2806 0.20 0.20 0.20 C 3057 3367 M
2807 0 2838 V
2808 0 160 R
2809 0 63 V
2810 stroke
2811 LTb
2812 3057 3367 M
2813 0 31 V
2814 0 3030 R
2815 0 -31 V
2816 stroke
2817 LTa
2818 0.20 0.20 0.20 C 3214 3367 M
2819 0 3061 V
2820 stroke
2821 LTb
2822 3214 3367 M
2823 0 31 V
2824 0 3030 R
2825 0 -31 V
2826 stroke
2827 LTa
2828 0.20 0.20 0.20 C 3370 3367 M
2829 0 3061 V
2830 stroke
2831 LTb
2832 3370 3367 M
2833 0 63 V
2834 0 2998 R
2835 0 -63 V
2836 0 -3158 R
2837 ( 0.00015) Cshow
2838 1.000 UL
2839 LTb
2840 1.000 UL
2841 LTa
2842 0.20 0.20 0.20 C 3527 3367 M
2843 0 3061 V
2844 stroke
2845 LTb
2846 3527 3367 M
2847 0 31 V
2848 0 3030 R
2849 0 -31 V
2850 stroke
2851 LTa
2852 0.20 0.20 0.20 C 3684 3367 M
2853 0 3061 V
2854 stroke
2855 LTb
2856 3684 3367 M
2857 0 31 V
2858 0 3030 R
2859 0 -31 V
2860 stroke
2861 LTa
2862 0.20 0.20 0.20 C 3840 3367 M
2863 0 3061 V
2864 stroke
2865 LTb
2866 3840 3367 M
2867 0 31 V
2868 0 3030 R
2869 0 -31 V
2870 stroke
2871 LTa
2872 0.20 0.20 0.20 C 3997 3367 M
2873 0 3061 V
2874 stroke
2875 LTb
2876 3997 3367 M
2877 0 31 V
2878 0 3030 R
2879 0 -31 V
2880 stroke
2881 LTa
2882 0.20 0.20 0.20 C 4154 3367 M
2883 0 3061 V
2884 stroke
2885 LTb
2886 4154 3367 M
2887 0 63 V
2888 0 2998 R
2889 0 -63 V
2890 0 -3158 R
2891 ( 0.0002) Cshow
2892 1.000 UL
2893 LTb
2894 1.000 UL
2895 LTa
2896 0.20 0.20 0.20 C 4310 3367 M
2897 0 3061 V
2898 stroke
2899 LTb
2900 4310 3367 M
2901 0 31 V
2902 0 3030 R
2903 0 -31 V
2904 stroke
2905 LTa
2906 0.20 0.20 0.20 C 4467 3367 M
2907 0 3061 V
2908 stroke
2909 LTb
2910 4467 3367 M
2911 0 31 V
2912 0 3030 R
2913 0 -31 V
2914 stroke
2915 LTa
2916 0.20 0.20 0.20 C 4624 3367 M
2917 0 3061 V
2918 stroke
2919 LTb
2920 4624 3367 M
2921 0 31 V
2922 0 3030 R
2923 0 -31 V
2924 stroke
2925 LTa
2926 0.20 0.20 0.20 C 4780 3367 M
2927 0 3061 V
2928 stroke
2929 LTb
2930 4780 3367 M
2931 0 31 V
2932 0 3030 R
2933 0 -31 V
2934 stroke
2935 LTa
2936 0.20 0.20 0.20 C 4937 3367 M
2937 0 3061 V
2938 stroke
2939 LTb
2940 4937 3367 M
2941 0 63 V
2942 0 2998 R
2943 0 -63 V
2944 0 -3158 R
2945 ( 0.00025) Cshow
2946 1.000 UL
2947 LTb
2948 1.000 UL
2949 LTa
2950 0.20 0.20 0.20 C 5094 3367 M
2951 0 3061 V
2952 stroke
2953 LTb
2954 5094 3367 M
2955 0 31 V
2956 0 3030 R
2957 0 -31 V
2958 stroke
2959 LTa
2960 0.20 0.20 0.20 C 5250 3367 M
2961 0 3061 V
2962 stroke
2963 LTb
2964 5250 3367 M
2965 0 31 V
2966 0 3030 R
2967 0 -31 V
2968 stroke
2969 LTa
2970 0.20 0.20 0.20 C 5407 3367 M
2971 0 3061 V
2972 stroke
2973 LTb
2974 5407 3367 M
2975 0 31 V
2976 0 3030 R
2977 0 -31 V
2978 stroke
2979 LTa
2980 0.20 0.20 0.20 C 5564 3367 M
2981 0 3061 V
2982 stroke
2983 LTb
2984 5564 3367 M
2985 0 31 V
2986 0 3030 R
2987 0 -31 V
2988 stroke
2989 LTa
2990 0.20 0.20 0.20 C 5720 3367 M
2991 0 3061 V
2992 stroke
2993 LTb
2994 5720 3367 M
2995 0 63 V
2996 0 2998 R
2997 0 -63 V
2998 0 -3158 R
2999 ( 0.0003) Cshow
3000 1.000 UL
3001 LTb
3002 1.000 UL
3003 LTa
3004 0.20 0.20 0.20 C 5877 3367 M
3005 0 3061 V
3006 stroke
3007 LTb
3008 5877 3367 M
3009 0 31 V
3010 0 3030 R
3011 0 -31 V
3012 stroke
3013 LTa
3014 0.20 0.20 0.20 C 6034 3367 M
3015 0 3061 V
3016 stroke
3017 LTb
3018 6034 3367 M
3019 0 31 V
3020 0 3030 R
3021 0 -31 V
3022 stroke
3023 LTa
3024 0.20 0.20 0.20 C 6190 3367 M
3025 0 3061 V
3026 stroke
3027 LTb
3028 6190 3367 M
3029 0 31 V
3030 0 3030 R
3031 0 -31 V
3032 stroke
3033 LTa
3034 0.20 0.20 0.20 C 6347 3367 M
3035 0 3061 V
3036 stroke
3037 LTb
3038 6347 3367 M
3039 0 31 V
3040 0 3030 R
3041 0 -31 V
3042 stroke
3043 LTa
3044 0.20 0.20 0.20 C 6504 3367 M
3045 0 3061 V
3046 stroke
3047 LTb
3048 6504 3367 M
3049 0 63 V
3050 0 2998 R
3051 0 -63 V
3052 0 -3158 R
3053 ( 0.00035) Cshow
3054 1.000 UL
3055 LTb
3056 1.000 UL
3057 LTa
3058 0.20 0.20 0.20 C 6660 3367 M
3059 0 3061 V
3060 stroke
3061 LTb
3062 6660 3367 M
3063 0 31 V
3064 0 3030 R
3065 0 -31 V
3066 stroke
3067 LTa
3068 0.20 0.20 0.20 C 6817 3367 M
3069 0 3061 V
3070 stroke
3071 LTb
3072 6817 3367 M
3073 0 31 V
3074 0 3030 R
3075 0 -31 V
3076 stroke
3077 LTa
3078 0.20 0.20 0.20 C 6974 3367 M
3079 0 3061 V
3080 stroke
3081 LTb
3082 6974 3367 M
3083 0 31 V
3084 0 3030 R
3085 0 -31 V
3086 stroke
3087 LTa
3088 0.20 0.20 0.20 C 7130 3367 M
3089 0 3061 V
3090 stroke
3091 LTb
3092 7130 3367 M
3093 0 31 V
3094 0 3030 R
3095 0 -31 V
3096 stroke
3097 LTa
3098 0.20 0.20 0.20 C 7287 3367 M
3099 0 3061 V
3100 stroke
3101 LTb
3102 7287 3367 M
3103 0 63 V
3104 0 2998 R
3105 0 -63 V
3106 0 -3158 R
3107 ( 0.0004) Cshow
3108 1.000 UL
3109 LTb
3110 1.000 UL
3111 LTa
3112 0.20 0.20 0.20 C 7444 3367 M
3113 0 3061 V
3114 stroke
3115 LTb
3116 7444 3367 M
3117 0 31 V
3118 0 3030 R
3119 0 -31 V
3120 stroke
3121 LTa
3122 0.20 0.20 0.20 C 7601 3367 M
3123 0 3061 V
3124 stroke
3125 LTb
3126 7601 3367 M
3127 0 31 V
3128 0 3030 R
3129 0 -31 V
3130 stroke
3131 LTa
3132 0.20 0.20 0.20 C 7757 3367 M
3133 0 3061 V
3134 stroke
3135 LTb
3136 7757 3367 M
3137 0 31 V
3138 0 3030 R
3139 0 -31 V
3140 stroke
3141 LTa
3142 0.20 0.20 0.20 C 7914 3367 M
3143 0 3061 V
3144 stroke
3145 LTb
3146 7914 3367 M
3147 0 31 V
3148 0 3030 R
3149 0 -31 V
3150 stroke
3151 LTa
3152 0.20 0.20 0.20 C 8071 3367 M
3153 0 3061 V
3154 stroke
3155 LTb
3156 8071 3367 M
3157 0 63 V
3158 0 2998 R
3159 0 -63 V
3160 0 -3158 R
3161 ( 0.00045) Cshow
3162 1.000 UL
3163 LTb
3164 1.000 UL
3165 LTa
3166 0.20 0.20 0.20 C 8227 3367 M
3167 0 3061 V
3168 stroke
3169 LTb
3170 8227 3367 M
3171 0 31 V
3172 0 3030 R
3173 0 -31 V
3174 stroke
3175 LTa
3176 0.20 0.20 0.20 C 8384 3367 M
3177 0 3061 V
3178 stroke
3179 LTb
3180 8384 3367 M
3181 0 31 V
3182 0 3030 R
3183 0 -31 V
3184 stroke
3185 LTa
3186 0.20 0.20 0.20 C 8541 3367 M
3187 0 3061 V
3188 stroke
3189 LTb
3190 8541 3367 M
3191 0 31 V
3192 0 3030 R
3193 0 -31 V
3194 stroke
3195 LTa
3196 0.20 0.20 0.20 C 8697 3367 M
3197 0 3061 V
3198 stroke
3199 LTb
3200 8697 3367 M
3201 0 31 V
3202 0 3030 R
3203 0 -31 V
3204 stroke
3205 LTa
3206 0.20 0.20 0.20 C 8854 3367 M
3207 0 3061 V
3208 stroke
3209 LTb
3210 8854 3367 M
3211 0 63 V
3212 0 2998 R
3213 0 -63 V
3214 0 -3158 R
3215 ( 0.0005) Cshow
3216 1.000 UL
3217 LTb
3218 1.000 UL
3219 LTa
3220 0.20 0.20 0.20 C 9011 3367 M
3221 0 3061 V
3222 stroke
3223 LTb
3224 9011 3367 M
3225 0 31 V
3226 0 3030 R
3227 0 -31 V
3228 stroke
3229 LTa
3230 0.20 0.20 0.20 C 9167 3367 M
3231 0 3061 V
3232 stroke
3233 LTb
3234 9167 3367 M
3235 0 31 V
3236 0 3030 R
3237 0 -31 V
3238 16 -3030 R
3239 -63 0 V
3240 159 0 R
3241 ( 0.0002) Lshow
3242 1.000 UL
3243 LTb
3244 9183 3877 M
3245 -63 0 V
3246 159 0 R
3247 ( 0.00021) Lshow
3248 1.000 UL
3249 LTb
3250 9183 4387 M
3251 -63 0 V
3252 159 0 R
3253 ( 0.00022) Lshow
3254 1.000 UL
3255 LTb
3256 9183 4897 M
3257 -63 0 V
3258 159 0 R
3259 ( 0.00023) Lshow
3260 1.000 UL
3261 LTb
3262 9183 5408 M
3263 -63 0 V
3264 159 0 R
3265 ( 0.00024) Lshow
3266 1.000 UL
3267 LTb
3268 9183 5918 M
3269 -63 0 V
3270 159 0 R
3271 ( 0.00025) Lshow
3272 1.000 UL
3273 LTb
3274 9183 6428 M
3275 -63 0 V
3276 159 0 R
3277 ( 0.00026) Lshow
3278 1.000 UL
3279 LTb
3280 1.000 UL
3281 LTb
3282 1020 6428 N
3283 0 -3061 V
3284 8163 0 V
3285 0 3061 V
3286 -8163 0 V
3287 Z stroke
3288 1.000 UP
3289 1.000 UL
3290 LTb
3291 grestore % colour palette end
3292 gsave % colour palette begin
3293 /maxcolors 0 def
3294 /HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
3295   { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
3296      /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
3297          /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
3298          /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
3299          /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
3300          {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
3301          {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
3302          {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
3303   } ifelse} def
3304 /Constrain {
3305   dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
3306 /YIQ2RGB {
3307   3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
3308   3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
3309   0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
3310 /CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
3311 /XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
3312   Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
3313   -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
3314   exch 1.91 mul exch add Constrain 3 1 roll} def
3315 /SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
3316   XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
3317   if} ifelse} ifelse} ifelse} def
3318 /InterpolatedColor false def
3319 /cF7 {sqrt} bind def    % sqrt(x)
3320 /cF5 {dup dup mul mul} bind def % x^3
3321 /cF15 {360 mul sin} bind def    % sin(360x)
3322 /pm3dround {maxcolors 0 gt {dup 1 ge
3323         {pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
3324 /pm3dGamma 1.0 1.5 div def
3325 /ColorSpace (RGB) def
3326 Color InterpolatedColor or { % COLOUR vs. GRAY map
3327   InterpolatedColor { %% Interpolation vs. RGB-Formula
3328     /g {stroke pm3dround /grayv exch def interpolate
3329         SelectSpace setrgbcolor} bind def
3330   }{
3331   /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
3332        SelectSpace setrgbcolor} bind def
3333   } ifelse
3334 }{
3335   /g {stroke pm3dround pm3dGamma exp setgray} bind def
3336 } ifelse
3337 1.000 UL
3338 LTb
3339 1.000 UL
3340 LTa
3341 0.20 0.20 0.20 C 1020 612 M
3342 8163 0 V
3343 stroke
3344 LTb
3345 1020 612 M
3346 63 0 V
3347 8100 0 R
3348 -63 0 V
3349 924 612 M
3350 ( 0) Rshow
3351 1.000 UL
3352 LTb
3353 1020 719 M
3354 31 0 V
3355 8132 0 R
3356 -31 0 V
3357 1020 826 M
3358 31 0 V
3359 8132 0 R
3360 -31 0 V
3361 1020 933 M
3362 31 0 V
3363 8132 0 R
3364 -31 0 V
3365 1020 1041 M
3366 31 0 V
3367 8132 0 R
3368 -31 0 V
3369 stroke
3370 LTa
3371 0.20 0.20 0.20 C 1020 1148 M
3372 8163 0 V
3373 stroke
3374 LTb
3375 1020 1148 M
3376 63 0 V
3377 8100 0 R
3378 -63 0 V
3379 -8196 0 R
3380 ( 0.5) Rshow
3381 1.000 UL
3382 LTb
3383 1020 1255 M
3384 31 0 V
3385 8132 0 R
3386 -31 0 V
3387 1020 1362 M
3388 31 0 V
3389 8132 0 R
3390 -31 0 V
3391 1020 1469 M
3392 31 0 V
3393 8132 0 R
3394 -31 0 V
3395 1020 1576 M
3396 31 0 V
3397 8132 0 R
3398 -31 0 V
3399 stroke
3400 LTa
3401 0.20 0.20 0.20 C 1020 1684 M
3402 8163 0 V
3403 stroke
3404 LTb
3405 1020 1684 M
3406 63 0 V
3407 8100 0 R
3408 -63 0 V
3409 -8196 0 R
3410 ( 1) Rshow
3411 1.000 UL
3412 LTb
3413 1020 1791 M
3414 31 0 V
3415 8132 0 R
3416 -31 0 V
3417 1020 1898 M
3418 31 0 V
3419 8132 0 R
3420 -31 0 V
3421 1020 2005 M
3422 31 0 V
3423 8132 0 R
3424 -31 0 V
3425 1020 2112 M
3426 31 0 V
3427 8132 0 R
3428 -31 0 V
3429 stroke
3430 LTa
3431 0.20 0.20 0.20 C 1020 2219 M
3432 8163 0 V
3433 stroke
3434 LTb
3435 1020 2219 M
3436 63 0 V
3437 8100 0 R
3438 -63 0 V
3439 -8196 0 R
3440 ( 1.5) Rshow
3441 1.000 UL
3442 LTb
3443 1020 2326 M
3444 31 0 V
3445 8132 0 R
3446 -31 0 V
3447 1020 2434 M
3448 31 0 V
3449 8132 0 R
3450 -31 0 V
3451 1020 2541 M
3452 31 0 V
3453 8132 0 R
3454 -31 0 V
3455 1020 2648 M
3456 31 0 V
3457 8132 0 R
3458 -31 0 V
3459 stroke
3460 LTa
3461 0.20 0.20 0.20 C 1020 2755 M
3462 8163 0 V
3463 stroke
3464 LTb
3465 1020 2755 M
3466 63 0 V
3467 8100 0 R
3468 -63 0 V
3469 -8196 0 R
3470 ( 2) Rshow
3471 1.000 UL
3472 LTb
3473 3741 612 M
3474 0 2143 R
3475 /Helvetica findfont 130 scalefont setfont
3476 0 -2239 R
3477 currentpoint gsave translate -45 rotate 0 0 M
3478 (165) Lshow
3479 grestore
3480 /Helvetica findfont 160 scalefont setfont
3481 1.000 UL
3482 LTb
3483 6462 612 M
3484 0 2143 R
3485 /Helvetica findfont 130 scalefont setfont
3486 0 -2239 R
3487 currentpoint gsave translate -45 rotate 0 0 M
3488 (336) Lshow
3489 grestore
3490 /Helvetica findfont 160 scalefont setfont
3491 1.000 UL
3492 LTb
3493 1.000 UL
3494 LTb
3495 1020 2755 N
3496 0 -2143 V
3497 8163 0 V
3498 0 2143 V
3499 -8163 0 V
3500 Z stroke
3501 LCb setrgbcolor
3502 518 1683 M
3503 currentpoint gsave translate 90 rotate 0 0 M
3504 (Number of Allocations) Cshow
3505 grestore
3506 LTb
3507 LCb setrgbcolor
3508 9582 1683 M
3509 currentpoint gsave translate 90 rotate 0 0 M
3510 (Allocation Histogram) Cshow
3511 grestore
3512 LTb
3513 LCb setrgbcolor
3514 509 358 M
3515 (Size \(bytes\)) Cshow
3516 LTb
3517 1.000 UP
3518 1.000 UL
3519 LTb
3520 1.000 UL
3521 LTb
3522 1020 2777 N
3523 0 160 V
3524 2622 0 V
3525 0 -160 V
3526 -2622 0 V
3527 Z stroke
3528 1020 2937 M
3529 2622 0 V
3530 stroke
3531 LT0
3532 0.40 0.40 0.40 C LTb
3533 1659 2857 M
3534 (Scan) Lshow
3535 LT0
3536 0.40 0.40 0.40 C 1116 2817 N 0 -80 447 0 0 80 h
3537 LTb
3538 1116 2817 N
3539 447 0 V
3540 0 80 V
3541 -447 0 V
3542 0 -80 V
3543 Z stroke
3544 LT0
3545 0.40 0.40 0.40 C 2721 612 N 0 -2144 2041 0 0 2144 h
3546 LTb
3547 2721 612 N
3548 0 2143 V
3549 2040 0 V
3550 0 -2143 V
3551 -2040 0 V
3552 Z stroke
3553 LT0
3554 0.40 0.40 0.40 C 5442 612 N 0 -1073 2041 0 0 1073 h
3555 LTb
3556 5442 612 N
3557 0 1072 V
3558 2040 0 V
3559 0 -1072 V
3560 -2040 0 V
3561 Z stroke
3562 LT0
3563 0.40 0.40 0.40 C 1.000 UL
3564 LT1
3565 0.70 0.70 0.70 C LTb
3566 2970 2857 M
3567 (No Scan) Lshow
3568 LT1
3569 0.70 0.70 0.70 C 2427 2817 N 0 -80 447 0 0 80 h
3570 LTb
3571 2427 2817 N
3572 447 0 V
3573 0 80 V
3574 -447 0 V
3575 0 -80 V
3576 Z stroke
3577 LT1
3578 0.70 0.70 0.70 C 2721 2755 N 0 -1 2041 0 0 1 h
3579 LTb
3580 2721 2755 N
3581 2040 0 V
3582 -2040 0 V
3583 Z stroke
3584 LT1
3585 0.70 0.70 0.70 C 5442 1684 N 0 -1 2041 0 0 1 h
3586 LTb
3587 5442 1684 N
3588 2040 0 V
3589 -2040 0 V
3590 Z stroke
3591 LT1
3592 0.70 0.70 0.70 C 1.000 UL
3593 LTb
3594 1020 2755 N
3595 0 -2143 V
3596 8163 0 V
3597 0 2143 V
3598 -8163 0 V
3599 Z stroke
3600 1.000 UP
3601 1.000 UL
3602 LTb
3603 grestore % colour palette end
3604 stroke
3605 grestore
3606 end
3607 showpage
3608 %%Trailer
3609 %%DocumentFonts: Helvetiva Helvetica