]> pere.pagekite.me Git - homepage.git/blob - linux/gprof-callgraph/graph-dot.ps
Switch all blog links to https.
[homepage.git] / linux / gprof-callgraph / graph-dot.ps
1 %!PS-Adobe-2.0
2 %%Creator: dot version 1.7.4 (Sun Jan 21 22:22:26 GMT 2001)
3 %%For: (palo) Kaupo Palo,2.54,+372-2-6560601,+372-6091497
4 %%Title: g
5 %%Pages: (atend)
6 %%BoundingBox: 36 36 393 649
7 %%EndComments
8 %%BeginProlog
9 save
10 /DotDict 200 dict def
11 DotDict begin
12
13 %%BeginResource: procset
14 /coord-font-family /Times-Roman def
15 /default-font-family /Times-Roman def
16 /coordfont coord-font-family findfont 8 scalefont def
17
18 /InvScaleFactor 1.0 def
19 /set_scale {
20 dup 1 exch div /InvScaleFactor exch def
21 dup scale
22 } bind def
23
24 % styles
25 /solid { } bind def
26 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
27 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
28 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
29 /bold { 2 setlinewidth } bind def
30 /filled { } bind def
31 /unfilled { } bind def
32 /rounded { } bind def
33 /diagonals { } bind def
34
35 % hooks for setting color
36 /nodecolor { sethsbcolor } bind def
37 /edgecolor { sethsbcolor } bind def
38 /graphcolor { sethsbcolor } bind def
39 /nopcolor {pop pop pop} bind def
40
41 /beginpage { % i j npages
42 /npages exch def
43 /j exch def
44 /i exch def
45 /str 10 string def
46 npages 1 gt {
47 gsave
48 coordfont setfont
49 0 0 moveto
50 (\() show i str cvs show (,) show j str cvs show (\)) show
51 grestore
52 } if
53 } bind def
54
55 /set_font {
56 findfont exch
57 scalefont setfont
58 } def
59
60 % draw aligned label in bounding box aligned to current point
61 % alignfactor tells what fraction to place on the left.
62 % -.5 is centered.
63 /alignedtext { % text labelwidth fontsz alignfactor
64 /alignfactor exch def
65 /fontsz exch def
66 /width exch def
67 /text exch def
68 gsave
69 % even if node or edge is dashed, don't paint text with dashes
70 [] 0 setdash
71 currentpoint newpath moveto
72 text stringwidth pop
73 alignfactor mul fontsz -.3 mul rmoveto
74 text show
75 grestore
76 } def
77
78 /boxprim { % xcorner ycorner xsize ysize
79 4 2 roll
80 moveto
81 2 copy
82 exch 0 rlineto
83 0 exch rlineto
84 pop neg 0 rlineto
85 closepath
86 } bind def
87
88 /ellipse_path {
89 /ry exch def
90 /rx exch def
91 /y exch def
92 /x exch def
93 matrix currentmatrix
94 newpath
95 x y translate
96 rx ry scale
97 0 0 1 0 360 arc
98 setmatrix
99 } bind def
100
101 /endpage { showpage } bind def
102
103 /layercolorseq
104 [ % layer color sequence - darkest to lightest
105 [0 0 0]
106 [.2 .8 .8]
107 [.4 .8 .8]
108 [.6 .8 .8]
109 [.8 .8 .8]
110 ]
111 def
112
113 /setlayer {/maxlayer exch def /curlayer exch def
114 layercolorseq curlayer get
115 aload pop sethsbcolor
116 /nodecolor {nopcolor} def
117 /edgecolor {nopcolor} def
118 /graphcolor {nopcolor} def
119 } bind def
120
121 /onlayer { curlayer ne {invis} if } def
122
123 /onlayers {
124 /myupper exch def
125 /mylower exch def
126 curlayer mylower lt
127 curlayer myupper gt
128 or
129 {invis} if
130 } def
131
132 /curlayer 0 def
133
134 %%EndProlog
135 %%BeginSetup
136 14 default-font-family set_font
137 1 setmiterlimit
138 % /arrowlength 10 def
139 % /arrowwidth 5 def
140
141 % make sure pdfmark is harmless for PS-interpreters other than Distiller
142 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
143 % make '<<' and '>>' safe on PS Level 1 devices
144 /languagelevel where {pop languagelevel}{1} ifelse
145 2 lt {
146 userdict (<<) cvn ([) cvn load put
147 userdict (>>) cvn ([) cvn load put
148 } if
149
150 %%EndResource
151 %%EndSetup
152 %%Page: 1 1
153 %%PageBoundingBox: 36 36 393 649
154 %%PageOrientation: Landscape
155 gsave
156 35 35 358 614 boxprim clip newpath
157 36 36 translate
158 gsave 356 0 translate 90 rotate
159 0 0 1 beginpage
160 grestore
161 0.5406 set_scale
162 660 0 translate 90 rotate
163 [ /CropBox [36 36 393 649] /PAGES pdfmark
164 0.000 0.000 0.000 graphcolor
165 14.00 /Times-Roman set_font
166
167 % n27
168 gsave 10 dict begin
169 newpath 862 336 moveto
170 808 336 lineto
171 808 300 lineto
172 862 300 lineto
173 closepath
174 stroke
175 gsave 10 dict begin
176 835 319 moveto (eigens) 35 14.00 -0.50 alignedtext
177 end grestore
178 end grestore
179
180 % n28
181 gsave 10 dict begin
182 newpath 862 660 moveto
183 808 660 lineto
184 808 624 lineto
185 862 624 lineto
186 closepath
187 stroke
188 gsave 10 dict begin
189 835 643 moveto (f_LL) 28 14.00 -0.50 alignedtext
190 end grestore
191 end grestore
192
193 % n23
194 gsave 10 dict begin
195 newpath 866 606 moveto
196 804 606 lineto
197 804 570 lineto
198 866 570 lineto
199 closepath
200 stroke
201 gsave 10 dict begin
202 835 589 moveto (f_choldc) 48 14.00 -0.50 alignedtext
203 end grestore
204 end grestore
205
206 % n29
207 gsave 10 dict begin
208 newpath 757 606 moveto
209 635 606 lineto
210 635 570 lineto
211 757 570 lineto
212 closepath
213 stroke
214 gsave 10 dict begin
215 696 589 moveto (f_cholesky_inverse) 108 14.00 -0.50 alignedtext
216 end grestore
217 end grestore
218
219 % n29 -> n28
220 newpath 743 606 moveto
221 761 614 782 621 799 628 curveto
222 stroke
223 newpath 799 625 moveto
224 808 631 lineto
225 798 630 lineto
226 closepath
227 fill
228
229 % n29 -> n23
230 newpath 758 588 moveto
231 770 588 783 588 794 588 curveto
232 stroke
233 newpath 793 586 moveto
234 803 588 lineto
235 793 591 lineto
236 closepath
237 fill
238
239 % n24
240 gsave 10 dict begin
241 newpath 752 552 moveto
242 640 552 lineto
243 640 516 lineto
244 752 516 lineto
245 closepath
246 stroke
247 gsave 10 dict begin
248 696 535 moveto (f_cholesky_solve) 97 14.00 -0.50 alignedtext
249 end grestore
250 end grestore
251
252 % n24 -> n23
253 newpath 743 552 moveto
254 760 559 778 566 794 573 curveto
255 stroke
256 newpath 794 570 moveto
257 803 576 lineto
258 793 575 lineto
259 closepath
260 fill
261
262 % n25
263 gsave 10 dict begin
264 newpath 864 552 moveto
265 806 552 lineto
266 806 516 lineto
267 864 516 lineto
268 closepath
269 stroke
270 gsave 10 dict begin
271 835 535 moveto (f_cholsl) 45 14.00 -0.50 alignedtext
272 end grestore
273 end grestore
274
275 % n24 -> n25
276 newpath 752 534 moveto
277 767 534 783 534 796 534 curveto
278 stroke
279 newpath 795 532 moveto
280 805 534 lineto
281 795 537 lineto
282 closepath
283 fill
284
285 % n26
286 gsave 10 dict begin
287 newpath 866 267 moveto
288 804 267 lineto
289 804 231 lineto
290 866 231 lineto
291 closepath
292 stroke
293 gsave 10 dict begin
294 835 250 moveto (f_gauleg) 48 14.00 -0.50 alignedtext
295 end grestore
296 end grestore
297
298 % n3
299 gsave 10 dict begin
300 newpath 76 171 moveto
301 22 171 lineto
302 22 135 lineto
303 76 135 lineto
304 closepath
305 stroke
306 gsave 10 dict begin
307 49 154 moveto (main) 28 14.00 -0.50 alignedtext
308 end grestore
309 end grestore
310
311 % n2
312 gsave 10 dict begin
313 filled
314 0.000 0.000 0.827 nodecolor
315 newpath 180 171 moveto
316 126 171 lineto
317 126 135 lineto
318 180 135 lineto
319 closepath
320 fill
321 newpath 180 171 moveto
322 126 171 lineto
323 126 135 lineto
324 180 135 lineto
325 closepath
326 stroke
327 gsave 10 dict begin
328 0.000 0.000 0.000 nodecolor
329 153 162 moveto (vv1) 21 14.00 -0.50 alignedtext
330 153 146 moveto (100.0) 31 14.00 -0.50 alignedtext
331 end grestore
332 end grestore
333
334 % n3 -> n2
335 newpath 76 153 moveto
336 88 153 103 153 116 153 curveto
337 stroke
338 newpath 116 151 moveto
339 126 153 lineto
340 116 156 lineto
341 closepath
342 fill
343
344 % n30
345 gsave 10 dict begin
346 newpath 430 198 moveto
347 374 198 lineto
348 374 162 lineto
349 430 162 lineto
350 closepath
351 stroke
352 gsave 10 dict begin
353 402 181 moveto (savepar) 42 14.00 -0.50 alignedtext
354 end grestore
355 end grestore
356
357 % n12
358 gsave 10 dict begin
359 newpath 585 98 moveto
360 511 98 lineto
361 511 62 lineto
362 585 62 lineto
363 closepath
364 stroke
365 gsave 10 dict begin
366 548 81 moveto (showglyph) 61 14.00 -0.50 alignedtext
367 end grestore
368 end grestore
369
370 % n31
371 gsave 10 dict begin
372 newpath 432 144 moveto
373 372 144 lineto
374 372 108 lineto
375 432 108 lineto
376 closepath
377 stroke
378 gsave 10 dict begin
379 402 127 moveto (showpar) 47 14.00 -0.50 alignedtext
380 end grestore
381 end grestore
382
383 % n31 -> n12
384 newpath 433 116 moveto
385 452 110 478 101 501 95 curveto
386 stroke
387 newpath 500 93 moveto
388 510 92 lineto
389 501 98 lineto
390 closepath
391 fill
392
393 % n32
394 gsave 10 dict begin
395 newpath 726 390 moveto
396 666 390 lineto
397 666 354 lineto
398 726 354 lineto
399 closepath
400 stroke
401 gsave 10 dict begin
402 696 373 moveto (v07_svd) 47 14.00 -0.50 alignedtext
403 end grestore
404 end grestore
405
406 % n32 -> n27
407 newpath 727 360 moveto
408 748 352 777 340 799 331 curveto
409 stroke
410 newpath 798 329 moveto
411 808 328 lineto
412 799 334 lineto
413 closepath
414 fill
415
416 % n33
417 gsave 10 dict begin
418 newpath 438 90 moveto
419 366 90 lineto
420 366 54 lineto
421 438 54 lineto
422 closepath
423 stroke
424 gsave 10 dict begin
425 402 73 moveto (v09_c2lab) 58 14.00 -0.50 alignedtext
426 end grestore
427 end grestore
428
429 % n16
430 gsave 10 dict begin
431 newpath 733 660 moveto
432 659 660 lineto
433 659 624 lineto
434 733 624 lineto
435 closepath
436 stroke
437 gsave 10 dict begin
438 696 643 moveto (v09_calloc) 61 14.00 -0.50 alignedtext
439 end grestore
440 end grestore
441
442 % n19
443 gsave 10 dict begin
444 newpath 585 541 moveto
445 511 541 lineto
446 511 505 lineto
447 585 505 lineto
448 closepath
449 stroke
450 gsave 10 dict begin
451 548 524 moveto (v09_check) 60 14.00 -0.50 alignedtext
452 end grestore
453 end grestore
454
455 % n17
456 gsave 10 dict begin
457 newpath 1005 444 moveto
458 913 444 lineto
459 913 408 lineto
460 1005 408 lineto
461 closepath
462 stroke
463 gsave 10 dict begin
464 959 427 moveto (v09_compAV) 79 14.00 -0.50 alignedtext
465 end grestore
466 end grestore
467
468 % n15
469 gsave 10 dict begin
470 newpath 1113 444 moveto
471 1053 444 lineto
472 1053 408 lineto
473 1113 408 lineto
474 closepath
475 stroke
476 gsave 10 dict begin
477 1083 427 moveto (vp12_gt) 45 14.00 -0.50 alignedtext
478 end grestore
479 end grestore
480
481 % n17 -> n15
482 newpath 1006 426 moveto
483 1019 426 1032 426 1044 426 curveto
484 stroke
485 newpath 1043 424 moveto
486 1053 426 lineto
487 1043 429 lineto
488 closepath
489 fill
490
491 % n6
492 gsave 10 dict begin
493 filled
494 0.000 0.000 0.827 nodecolor
495 newpath 737 444 moveto
496 655 444 lineto
497 655 408 lineto
498 737 408 lineto
499 closepath
500 fill
501 newpath 737 444 moveto
502 655 444 lineto
503 655 408 lineto
504 737 408 lineto
505 closepath
506 stroke
507 gsave 10 dict begin
508 0.000 0.000 0.000 nodecolor
509 696 435 moveto (v09_compR) 68 14.00 -0.50 alignedtext
510 696 419 moveto (73.2) 24 14.00 -0.50 alignedtext
511 end grestore
512 end grestore
513
514 % n7
515 gsave 10 dict begin
516 filled
517 0.000 0.000 0.827 nodecolor
518 newpath 876 498 moveto
519 794 498 lineto
520 794 462 lineto
521 876 462 lineto
522 closepath
523 fill
524 newpath 876 498 moveto
525 794 498 lineto
526 794 462 lineto
527 876 462 lineto
528 closepath
529 stroke
530 gsave 10 dict begin
531 0.000 0.000 0.000 nodecolor
532 835 489 moveto (v09_compT) 67 14.00 -0.50 alignedtext
533 835 473 moveto (13.0) 24 14.00 -0.50 alignedtext
534 end grestore
535 end grestore
536
537 % n6 -> n7
538 newpath 737 442 moveto
539 752 448 769 454 785 460 curveto
540 stroke
541 newpath 786 458 moveto
542 794 464 lineto
543 784 462 lineto
544 closepath
545 fill
546
547 % n10
548 gsave 10 dict begin
549 filled
550 0.000 0.000 0.827 nodecolor
551 newpath 872 390 moveto
552 798 390 lineto
553 798 354 lineto
554 872 354 lineto
555 closepath
556 fill
557 newpath 872 390 moveto
558 798 390 lineto
559 798 354 lineto
560 872 354 lineto
561 closepath
562 stroke
563 gsave 10 dict begin
564 0.000 0.000 0.000 nodecolor
565 835 381 moveto (v09_fmom) 61 14.00 -0.50 alignedtext
566 835 365 moveto (8.7) 17 14.00 -0.50 alignedtext
567 end grestore
568 end grestore
569
570 % n6 -> n10
571 newpath 737 410 moveto
572 753 404 772 397 788 390 curveto
573 stroke
574 newpath 787 388 moveto
575 797 387 lineto
576 788 393 lineto
577 closepath
578 fill
579
580 % n20
581 gsave 10 dict begin
582 newpath 869 444 moveto
583 801 444 lineto
584 801 408 lineto
585 869 408 lineto
586 closepath
587 stroke
588 gsave 10 dict begin
589 835 427 moveto (v09_sync) 53 14.00 -0.50 alignedtext
590 end grestore
591 end grestore
592
593 % n6 -> n20
594 newpath 737 426 moveto
595 754 426 774 426 792 426 curveto
596 stroke
597 newpath 791 424 moveto
598 801 426 lineto
599 791 429 lineto
600 closepath
601 fill
602
603 % n7 -> n17
604 newpath 876 462 moveto
605 886 457 897 453 908 448 curveto
606 stroke
607 newpath 907 446 moveto
608 917 444 lineto
609 909 450 lineto
610 closepath
611 fill
612
613 % n18
614 gsave 10 dict begin
615 newpath 998 606 moveto
616 920 606 lineto
617 920 570 lineto
618 998 570 lineto
619 closepath
620 stroke
621 gsave 10 dict begin
622 959 589 moveto (v09_partest) 65 14.00 -0.50 alignedtext
623 end grestore
624 end grestore
625
626 % n7 -> n18
627 newpath 866 498 moveto
628 872 502 876 504 876 504 curveto
629 892 521 896 547 912 564 curveto
630 912 564 912 564 912 564 curveto
631 stroke
632 newpath 914 562 moveto
633 920 570 lineto
634 911 566 lineto
635 closepath
636 fill
637
638 % n8
639 gsave 10 dict begin
640 filled
641 0.000 0.000 0.827 nodecolor
642 newpath 1000 552 moveto
643 918 552 lineto
644 918 516 lineto
645 1000 516 lineto
646 closepath
647 fill
648 newpath 1000 552 moveto
649 918 552 lineto
650 918 516 lineto
651 1000 516 lineto
652 closepath
653 stroke
654 gsave 10 dict begin
655 0.000 0.000 0.000 nodecolor
656 959 543 moveto (v10_compG) 69 14.00 -0.50 alignedtext
657 959 527 moveto (13.0) 24 14.00 -0.50 alignedtext
658 end grestore
659 end grestore
660
661 % n7 -> n8
662 newpath 876 498 moveto
663 886 503 897 507 908 512 curveto
664 stroke
665 newpath 909 510 moveto
666 917 516 lineto
667 907 514 lineto
668 closepath
669 fill
670
671 % n14
672 gsave 10 dict begin
673 newpath 1005 498 moveto
674 913 498 lineto
675 913 462 lineto
676 1005 462 lineto
677 closepath
678 stroke
679 gsave 10 dict begin
680 959 481 moveto (v10_compVB) 78 14.00 -0.50 alignedtext
681 end grestore
682 end grestore
683
684 % n7 -> n14
685 newpath 876 480 moveto
686 885 480 893 480 902 480 curveto
687 stroke
688 newpath 902 478 moveto
689 912 480 lineto
690 902 483 lineto
691 closepath
692 fill
693
694 % n1
695 gsave 10 dict begin
696 filled
697 0.000 0.000 0.827 nodecolor
698 newpath 305 198 moveto
699 217 198 lineto
700 217 162 lineto
701 305 162 lineto
702 closepath
703 fill
704 newpath 305 198 moveto
705 217 198 lineto
706 217 162 lineto
707 305 162 lineto
708 closepath
709 stroke
710 gsave 10 dict begin
711 0.000 0.000 0.000 nodecolor
712 261 189 moveto (v09_fimda1d) 74 14.00 -0.50 alignedtext
713 261 173 moveto (100.0) 31 14.00 -0.50 alignedtext
714 end grestore
715 end grestore
716
717 % n1 -> n30
718 newpath 306 180 moveto
719 325 180 346 180 364 180 curveto
720 stroke
721 newpath 363 178 moveto
722 373 180 lineto
723 363 183 lineto
724 closepath
725 fill
726
727 % n1 -> n31
728 newpath 306 163 moveto
729 324 156 345 148 362 141 curveto
730 stroke
731 newpath 361 139 moveto
732 371 138 lineto
733 362 144 lineto
734 closepath
735 fill
736
737 % n1 -> n33
738 newpath 295 162 moveto
739 301 158 306 156 306 156 curveto
740 323 140 325 112 342 96 curveto
741 347 92 353 89 359 86 curveto
742 stroke
743 newpath 356 85 moveto
744 366 83 lineto
745 358 89 lineto
746 closepath
747 fill
748
749 % n1 -> n16
750 newpath 268 198 moveto
751 294 267 392 513 498 599 curveto
752 508 606 596 623 651 634 curveto
753 stroke
754 newpath 648 631 moveto
755 658 635 lineto
756 648 636 lineto
757 closepath
758 fill
759
760 % n4
761 gsave 10 dict begin
762 filled
763 0.000 0.000 0.827 nodecolor
764 newpath 436 344 moveto
765 368 344 lineto
766 368 308 lineto
767 436 308 lineto
768 closepath
769 fill
770 newpath 436 344 moveto
771 368 344 lineto
772 368 308 lineto
773 436 308 lineto
774 closepath
775 stroke
776 gsave 10 dict begin
777 0.000 0.000 0.000 nodecolor
778 402 335 moveto (v09_fit1d) 54 14.00 -0.50 alignedtext
779 402 319 moveto (87.0) 24 14.00 -0.50 alignedtext
780 end grestore
781 end grestore
782
783 % n1 -> n4
784 newpath 279 198 moveto
785 304 224 351 273 379 302 curveto
786 stroke
787 newpath 380 299 moveto
788 385 308 lineto
789 376 303 lineto
790 closepath
791 fill
792
793 % n34
794 gsave 10 dict begin
795 newpath 438 252 moveto
796 366 252 lineto
797 366 216 lineto
798 438 216 lineto
799 closepath
800 stroke
801 gsave 10 dict begin
802 402 235 moveto (v09_lab2c) 58 14.00 -0.50 alignedtext
803 end grestore
804 end grestore
805
806 % n1 -> n34
807 newpath 306 197 moveto
808 322 203 341 210 357 217 curveto
809 stroke
810 newpath 357 214 moveto
811 366 220 lineto
812 356 219 lineto
813 closepath
814 fill
815
816 % n9
817 gsave 10 dict begin
818 filled
819 0.000 0.000 0.827 nodecolor
820 newpath 461 36 moveto
821 343 36 lineto
822 343 0 lineto
823 461 0 lineto
824 closepath
825 fill
826 newpath 461 36 moveto
827 343 36 lineto
828 343 0 lineto
829 461 0 lineto
830 closepath
831 stroke
832 gsave 10 dict begin
833 0.000 0.000 0.000 nodecolor
834 402 27 moveto (v09_readmultidata) 104 14.00 -0.50 alignedtext
835 402 11 moveto (13.0) 24 14.00 -0.50 alignedtext
836 end grestore
837 end grestore
838
839 % n1 -> n9
840 newpath 295 162 moveto
841 301 158 306 156 306 156 curveto
842 327 122 320 76 341 43 curveto
843 stroke
844 newpath 339 41 moveto
845 348 36 lineto
846 343 45 lineto
847 closepath
848 fill
849
850 % n4 -> n26
851 newpath 418 308 moveto
852 438 287 471 255 498 250 curveto
853 580 236 724 242 794 246 curveto
854 stroke
855 newpath 793 243 moveto
856 803 247 lineto
857 793 248 lineto
858 closepath
859 fill
860
861 % n4 -> n16
862 newpath 407 344 moveto
863 421 388 457 501 498 553 curveto
864 515 574 595 613 650 632 curveto
865 stroke
866 newpath 650 629 moveto
867 658 635 lineto
868 648 634 lineto
869 closepath
870 fill
871
872 % n4 -> n19
873 newpath 411 344 moveto
874 429 379 469 455 498 494 curveto
875 500 496 502 499 505 501 curveto
876 stroke
877 newpath 504 497 moveto
878 511 505 lineto
879 501 502 lineto
880 closepath
881 fill
882
883 % n4 -> n10
884 newpath 436 327 moveto
885 506 328 667 333 758 342 curveto
886 767 343 780 347 792 351 curveto
887 stroke
888 newpath 790 347 moveto
889 798 354 lineto
890 788 352 lineto
891 closepath
892 fill
893
894 % n5
895 gsave 10 dict begin
896 filled
897 0.000 0.000 0.827 nodecolor
898 newpath 597 449 moveto
899 499 449 lineto
900 499 413 lineto
901 597 413 lineto
902 closepath
903 fill
904 newpath 597 449 moveto
905 499 449 lineto
906 499 413 lineto
907 597 413 lineto
908 closepath
909 stroke
910 gsave 10 dict begin
911 0.000 0.000 0.000 nodecolor
912 548 440 moveto (v09_marquardt) 85 14.00 -0.50 alignedtext
913 548 424 moveto (81.9) 24 14.00 -0.50 alignedtext
914 end grestore
915 end grestore
916
917 % n4 -> n5
918 newpath 427 344 moveto
919 452 362 490 390 517 409 curveto
920 stroke
921 newpath 516 405 moveto
922 523 413 lineto
923 513 410 lineto
924 closepath
925 fill
926
927 % n37
928 gsave 10 dict begin
929 newpath 591 298 moveto
930 505 298 lineto
931 505 262 lineto
932 591 262 lineto
933 closepath
934 stroke
935 gsave 10 dict begin
936 548 281 moveto (v09_tunetest) 71 14.00 -0.50 alignedtext
937 end grestore
938 end grestore
939
940 % n4 -> n37
941 newpath 436 315 moveto
942 453 310 476 303 496 297 curveto
943 stroke
944 newpath 495 295 moveto
945 505 294 lineto
946 496 300 lineto
947 closepath
948 fill
949
950 % n21
951 gsave 10 dict begin
952 newpath 581 152 moveto
953 515 152 lineto
954 515 116 lineto
955 581 116 lineto
956 closepath
957 stroke
958 gsave 10 dict begin
959 548 135 moveto (v09_gray) 52 14.00 -0.50 alignedtext
960 end grestore
961 end grestore
962
963 % n34 -> n16
964 newpath 424 252 moveto
965 439 265 456 282 462 296 curveto
966 484 347 467 414 498 461 curveto
967 518 489 576 466 598 493 curveto
968 627 525 611 581 634 618 curveto
969 634 618 640 620 648 623 curveto
970 stroke
971 newpath 650 621 moveto
972 658 627 lineto
973 648 626 lineto
974 closepath
975 fill
976
977 % n34 -> n21
978 newpath 438 219 moveto
979 451 214 462 210 462 210 curveto
980 479 197 483 172 498 158 curveto
981 501 156 504 154 508 151 curveto
982 stroke
983 newpath 504 150 moveto
984 514 148 lineto
985 506 155 lineto
986 closepath
987 fill
988
989 % n22
990 gsave 10 dict begin
991 newpath 581 206 moveto
992 515 206 lineto
993 515 170 lineto
994 581 170 lineto
995 closepath
996 stroke
997 gsave 10 dict begin
998 548 189 moveto (v09_t2fft) 52 14.00 -0.50 alignedtext
999 end grestore
1000 end grestore
1001
1002 % n34 -> n22
1003 newpath 438 223 moveto
1004 458 216 484 208 506 201 curveto
1005 stroke
1006 newpath 505 199 moveto
1007 515 198 lineto
1008 506 204 lineto
1009 closepath
1010 fill
1011
1012 % n5 -> n29
1013 newpath 586 449 moveto
1014 591 452 595 455 598 460 curveto
1015 618 490 612 533 633 563 curveto
1016 stroke
1017 newpath 635 562 moveto
1018 641 570 lineto
1019 632 565 lineto
1020 closepath
1021 fill
1022
1023 % n5 -> n24
1024 newpath 579 449 moveto
1025 589 455 598 460 598 460 curveto
1026 614 473 618 497 634 510 curveto
1027 634 510 635 511 635 511 curveto
1028 stroke
1029 newpath 636 509 moveto
1030 644 516 lineto
1031 634 513 lineto
1032 closepath
1033 fill
1034
1035 % n5 -> n32
1036 newpath 593 413 moveto
1037 614 405 637 396 657 388 curveto
1038 stroke
1039 newpath 655 386 moveto
1040 665 384 lineto
1041 657 391 lineto
1042 closepath
1043 fill
1044
1045 % n5 -> n16
1046 newpath 579 449 moveto
1047 589 455 598 460 598 460 curveto
1048 621 509 609 570 634 618 curveto
1049 637 623 644 628 651 631 curveto
1050 stroke
1051 newpath 650 628 moveto
1052 658 634 lineto
1053 648 632 lineto
1054 closepath
1055 fill
1056
1057 % n5 -> n6
1058 newpath 598 429 moveto
1059 613 429 630 428 645 428 curveto
1060 stroke
1061 newpath 645 426 moveto
1062 655 427 lineto
1063 645 430 lineto
1064 closepath
1065 fill
1066
1067 % n35
1068 gsave 10 dict begin
1069 newpath 739 498 moveto
1070 653 498 lineto
1071 653 462 lineto
1072 739 462 lineto
1073 closepath
1074 stroke
1075 gsave 10 dict begin
1076 696 481 moveto (v09_parcopy) 72 14.00 -0.50 alignedtext
1077 end grestore
1078 end grestore
1079
1080 % n5 -> n35
1081 newpath 598 447 moveto
1082 613 452 628 458 643 463 curveto
1083 stroke
1084 newpath 643 460 moveto
1085 652 466 lineto
1086 642 465 lineto
1087 closepath
1088 fill
1089
1090 % n13
1091 gsave 10 dict begin
1092 newpath 1001 390 moveto
1093 917 390 lineto
1094 917 354 lineto
1095 1001 354 lineto
1096 closepath
1097 stroke
1098 gsave 10 dict begin
1099 959 373 moveto (v09_parsync) 71 14.00 -0.50 alignedtext
1100 end grestore
1101 end grestore
1102
1103 % n36
1104 gsave 10 dict begin
1105 newpath 737 298 moveto
1106 655 298 lineto
1107 655 262 lineto
1108 737 262 lineto
1109 closepath
1110 stroke
1111 gsave 10 dict begin
1112 696 281 moveto (v09_qnodes) 67 14.00 -0.50 alignedtext
1113 end grestore
1114 end grestore
1115
1116 % n36 -> n26
1117 newpath 737 271 moveto
1118 755 267 776 262 794 258 curveto
1119 stroke
1120 newpath 793 256 moveto
1121 803 256 lineto
1122 794 261 lineto
1123 closepath
1124 fill
1125
1126 % n20 -> n13
1127 newpath 869 411 moveto
1128 881 406 895 400 908 394 curveto
1129 stroke
1130 newpath 907 392 moveto
1131 917 390 lineto
1132 909 396 lineto
1133 closepath
1134 fill
1135
1136 % n37 -> n36
1137 newpath 591 280 moveto
1138 608 280 628 280 645 280 curveto
1139 stroke
1140 newpath 645 278 moveto
1141 655 280 lineto
1142 645 283 lineto
1143 closepath
1144 fill
1145
1146 % n11
1147 gsave 10 dict begin
1148 filled
1149 0.000 0.000 0.827 nodecolor
1150 newpath 1124 552 moveto
1151 1042 552 lineto
1152 1042 516 lineto
1153 1124 516 lineto
1154 closepath
1155 fill
1156 newpath 1124 552 moveto
1157 1042 552 lineto
1158 1042 516 lineto
1159 1124 516 lineto
1160 closepath
1161 stroke
1162 gsave 10 dict begin
1163 0.000 0.000 0.000 nodecolor
1164 1083 543 moveto (v10_compZ) 67 14.00 -0.50 alignedtext
1165 1083 527 moveto (4.3) 17 14.00 -0.50 alignedtext
1166 end grestore
1167 end grestore
1168
1169 % n8 -> n11
1170 newpath 1001 534 moveto
1171 1011 534 1022 534 1032 534 curveto
1172 stroke
1173 newpath 1032 532 moveto
1174 1042 534 lineto
1175 1032 537 lineto
1176 closepath
1177 fill
1178
1179 % n38
1180 gsave 10 dict begin
1181 newpath 293 144 moveto
1182 229 144 lineto
1183 229 108 lineto
1184 293 108 lineto
1185 closepath
1186 stroke
1187 gsave 10 dict begin
1188 261 127 moveto (vinit2lab) 49 14.00 -0.50 alignedtext
1189 end grestore
1190 end grestore
1191
1192 % n2 -> n1
1193 newpath 180 160 moveto
1194 188 162 197 164 206 167 curveto
1195 stroke
1196 newpath 207 165 moveto
1197 216 169 lineto
1198 206 169 lineto
1199 closepath
1200 fill
1201
1202 % n2 -> n38
1203 newpath 180 146 moveto
1204 192 143 206 140 219 136 curveto
1205 stroke
1206 newpath 219 134 moveto
1207 229 134 lineto
1208 220 138 lineto
1209 closepath
1210 fill
1211
1212 % node0
1213 gsave 10 dict begin
1214 newpath 89 513 moveto
1215 9 513 lineto
1216 9 477 lineto
1217 89 477 lineto
1218 closepath
1219 stroke
1220 gsave 10 dict begin
1221 49 496 moveto (Profiling v1) 67 14.00 -0.50 alignedtext
1222 end grestore
1223 end grestore
1224 endpage
1225 grestore
1226 %%PageTrailer
1227 %%EndPage: 1
1228 %%Trailer
1229 %%Pages: 1
1230 end
1231 restore
1232 %%EOF