1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
-->
<!-- Pages: 1 -->
<svg width="3833pt" height="2470pt"
viewBox="0.00 0.00 3832.50 2470.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 2466)">
<polygon fill="white" stroke="none" points="-4,4 -4,-2466 3828.5,-2466 3828.5,4 -4,4"/>
<!-- (below main) -->
<g id="node1" class="node">
<title>(below main)</title>
<polygon fill="none" stroke="#000000" points="3357.62,-2462 3171.38,-2462 3171.38,-2281.5 3357.62,-2281.5 3357.62,-2462"/>
<text text-anchor="middle" x="3264.5" y="-2429.5" font-family="Arial" font-size="30.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3264.5" y="-2395" font-family="Arial" font-size="30.00" fill="#000000">(below main)</text>
<text text-anchor="middle" x="3264.5" y="-2360.5" font-family="Arial" font-size="30.00" fill="#000000">100.00%</text>
<text text-anchor="middle" x="3264.5" y="-2326" font-family="Arial" font-size="30.00" fill="#000000">(0.06%)</text>
<text text-anchor="middle" x="3264.5" y="-2291.5" font-family="Arial" font-size="30.00" fill="#000000">0×</text>
</g>
<!-- start.posixCallMainAndExit -->
<g id="node2" class="node">
<title>start.posixCallMainAndExit</title>
<polygon fill="none" stroke="#000000" points="3450.25,-2194.5 3078.75,-2194.5 3078.75,-2014 3450.25,-2014 3450.25,-2194.5"/>
<text text-anchor="middle" x="3264.5" y="-2162.04" font-family="Arial" font-size="29.96" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3264.5" y="-2127.54" font-family="Arial" font-size="29.96" fill="#000000">start.posixCallMainAndExit</text>
<text text-anchor="middle" x="3264.5" y="-2093.04" font-family="Arial" font-size="29.96" fill="#000000">99.94%</text>
<text text-anchor="middle" x="3264.5" y="-2058.54" font-family="Arial" font-size="29.96" fill="#000000">(27.22%)</text>
<text text-anchor="middle" x="3264.5" y="-2024.04" font-family="Arial" font-size="29.96" fill="#000000">1×</text>
</g>
<!-- (below main)->start.posixCallMainAndExit -->
<g id="edge1" class="edge">
<title>(below main)->start.posixCallMainAndExit</title>
<path fill="none" stroke="#000000" stroke-width="7.99" d="M3264.5,-2281.23C3264.5,-2259.91 3264.5,-2236.92 3264.5,-2214.81"/>
<polygon fill="#000000" stroke="#000000" stroke-width="7.99" points="3274.36,-2214.93 3264.5,-2200.83 3254.64,-2214.93 3274.36,-2214.93"/>
<text text-anchor="middle" x="3315.12" y="-2244.04" font-family="Arial" font-size="29.96" fill="#000000">99.94%</text>
<text text-anchor="middle" x="3315.12" y="-2209.54" font-family="Arial" font-size="29.96" fill="#000000">1×</text>
</g>
<!-- debug.maybeEnableSegfaultHandler -->
<g id="node13" class="node">
<title>debug.maybeEnableSegfaultHandler</title>
<polygon fill="none" stroke="#000000" points="3688.88,-1954 3384.12,-1954 3384.12,-1841 3688.88,-1841 3688.88,-1954"/>
<text text-anchor="middle" x="3536.5" y="-1932.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3536.5" y="-1911.9" font-family="Arial" font-size="18.00" fill="#000000">debug.maybeEnableSegfaultHandler</text>
<text text-anchor="middle" x="3536.5" y="-1890.9" font-family="Arial" font-size="18.00" fill="#000000">25.54%</text>
<text text-anchor="middle" x="3536.5" y="-1869.9" font-family="Arial" font-size="18.00" fill="#000000">(0.08%)</text>
<text text-anchor="middle" x="3536.5" y="-1848.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.posixCallMainAndExit->debug.maybeEnableSegfaultHandler -->
<g id="edge56" class="edge">
<title>start.posixCallMainAndExit->debug.maybeEnableSegfaultHandler</title>
<path fill="none" stroke="#000000" stroke-width="2.04" d="M3383.41,-2013.74C3407.45,-1995.64 3432.21,-1977 3454.63,-1960.13"/>
<polygon fill="#000000" stroke="#000000" stroke-width="2.04" points="3456.28,-1961.49 3460.46,-1955.24 3453.29,-1957.52 3456.28,-1961.49"/>
<text text-anchor="middle" x="3479.5" y="-1987.9" font-family="Arial" font-size="18.00" fill="#000000">25.54%</text>
<text text-anchor="middle" x="3479.5" y="-1966.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- hi.main -->
<g id="node21" class="node">
<title>hi.main</title>
<polygon fill="none" stroke="#000000" points="2676.62,-1954 2598.38,-1954 2598.38,-1841 2676.62,-1841 2676.62,-1954"/>
<text text-anchor="middle" x="2637.5" y="-1932.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2637.5" y="-1911.9" font-family="Arial" font-size="18.00" fill="#000000">hi.main</text>
<text text-anchor="middle" x="2637.5" y="-1890.9" font-family="Arial" font-size="18.00" fill="#000000">9.79%</text>
<text text-anchor="middle" x="2637.5" y="-1869.9" font-family="Arial" font-size="18.00" fill="#000000">(0.10%)</text>
<text text-anchor="middle" x="2637.5" y="-1848.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.posixCallMainAndExit->hi.main -->
<g id="edge57" class="edge">
<title>start.posixCallMainAndExit->hi.main</title>
<path fill="none" stroke="#000000" stroke-width="0.78" d="M3078.33,-2086.94C2939.66,-2071.81 2764.37,-2045.45 2704.25,-2005 2687.23,-1993.55 2673.7,-1976.14 2663.4,-1958.69"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.78" points="2664.38,-1958.31 2660.86,-1955.26 2661.71,-1959.84 2664.38,-1958.31"/>
<text text-anchor="middle" x="2729.62" y="-1987.9" font-family="Arial" font-size="18.00" fill="#000000">9.79%</text>
<text text-anchor="middle" x="2729.62" y="-1966.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initStaticTLS -->
<g id="node35" class="node">
<title>os.linux.tls.initStaticTLS</title>
<polygon fill="none" stroke="#000000" points="3367,-1954 3162,-1954 3162,-1841 3367,-1841 3367,-1954"/>
<text text-anchor="middle" x="3264.5" y="-1932.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3264.5" y="-1911.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.tls.initStaticTLS</text>
<text text-anchor="middle" x="3264.5" y="-1890.9" font-family="Arial" font-size="18.00" fill="#000000">23.15%</text>
<text text-anchor="middle" x="3264.5" y="-1869.9" font-family="Arial" font-size="18.00" fill="#000000">(0.91%)</text>
<text text-anchor="middle" x="3264.5" y="-1848.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.posixCallMainAndExit->os.linux.tls.initStaticTLS -->
<g id="edge58" class="edge">
<title>start.posixCallMainAndExit->os.linux.tls.initStaticTLS</title>
<path fill="none" stroke="#000000" stroke-width="1.85" d="M3264.5,-2013.74C3264.5,-1996.67 3264.5,-1979.12 3264.5,-1963.02"/>
<polygon fill="#000000" stroke="#000000" stroke-width="1.85" points="3266.88,-1963.04 3264.5,-1956.24 3262.12,-1963.04 3266.88,-1963.04"/>
<text text-anchor="middle" x="3294.5" y="-1987.9" font-family="Arial" font-size="18.00" fill="#000000">23.15%</text>
<text text-anchor="middle" x="3294.5" y="-1966.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.maybeIgnoreSigpipe -->
<g id="node40" class="node">
<title>os.maybeIgnoreSigpipe</title>
<polygon fill="none" stroke="#000000" points="3824.5,-1832 3622.5,-1832 3622.5,-1719 3824.5,-1719 3824.5,-1832"/>
<text text-anchor="middle" x="3723.5" y="-1810.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3723.5" y="-1789.9" font-family="Arial" font-size="18.00" fill="#000000">os.maybeIgnoreSigpipe</text>
<text text-anchor="middle" x="3723.5" y="-1768.9" font-family="Arial" font-size="18.00" fill="#000000">6.09%</text>
<text text-anchor="middle" x="3723.5" y="-1747.9" font-family="Arial" font-size="18.00" fill="#000000">(0.32%)</text>
<text text-anchor="middle" x="3723.5" y="-1726.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.posixCallMainAndExit->os.maybeIgnoreSigpipe -->
<g id="edge59" class="edge">
<title>start.posixCallMainAndExit->os.maybeIgnoreSigpipe</title>
<path fill="none" stroke="#000000" stroke-width="0.49" d="M3450.63,-2082.1C3536.78,-2062.65 3633.18,-2025.37 3693.5,-1954 3720.97,-1921.5 3727.71,-1873.35 3727.99,-1835.4"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.49" points="3729.22,-1835.73 3728,-1832.22 3726.77,-1835.72 3729.22,-1835.73"/>
<text text-anchor="middle" x="3707.62" y="-1987.9" font-family="Arial" font-size="18.00" fill="#000000">6.09%</text>
<text text-anchor="middle" x="3707.62" y="-1966.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.expandStackSize -->
<g id="node42" class="node">
<title>start.expandStackSize</title>
<polygon fill="none" stroke="#000000" points="2918.38,-805 2724.62,-805 2724.62,-692 2918.38,-692 2918.38,-805"/>
<text text-anchor="middle" x="2821.5" y="-783.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2821.5" y="-762.9" font-family="Arial" font-size="18.00" fill="#000000">start.expandStackSize</text>
<text text-anchor="middle" x="2821.5" y="-741.9" font-family="Arial" font-size="18.00" fill="#000000">7.92%</text>
<text text-anchor="middle" x="2821.5" y="-720.9" font-family="Arial" font-size="18.00" fill="#000000">(4.03%)</text>
<text text-anchor="middle" x="2821.5" y="-699.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.posixCallMainAndExit->start.expandStackSize -->
<g id="edge60" class="edge">
<title>start.posixCallMainAndExit->start.expandStackSize</title>
<path fill="none" stroke="#000000" stroke-width="0.63" d="M3078.27,-2063.65C2935.06,-2027.65 2761.5,-1969.39 2761.5,-1898.5 2761.5,-1898.5 2761.5,-1898.5 2761.5,-1408.5 2761.5,-1329.51 2748.71,-1306.92 2770.5,-1231 2788.89,-1166.94 2826.74,-1164.51 2843.5,-1100 2856.13,-1051.39 2845.82,-1037.17 2843.5,-987 2840.69,-926.12 2833.84,-856.75 2828.52,-808.77"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.63" points="2829.94,-808.89 2828.11,-805.06 2827.16,-809.19 2829.94,-808.89"/>
<text text-anchor="middle" x="2786.62" y="-1413.4" font-family="Arial" font-size="18.00" fill="#000000">7.92%</text>
<text text-anchor="middle" x="2786.62" y="-1392.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.LinuxThreadImpl.getCurrentId -->
<g id="node3" class="node">
<title>Thread.LinuxThreadImpl.getCurrentId</title>
<polygon fill="none" stroke="#000000" points="2615.38,-978 2301.62,-978 2301.62,-865 2615.38,-865 2615.38,-978"/>
<text text-anchor="middle" x="2458.5" y="-956.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2458.5" y="-935.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.LinuxThreadImpl.getCurrentId</text>
<text text-anchor="middle" x="2458.5" y="-914.9" font-family="Arial" font-size="18.00" fill="#000000">0.73%</text>
<text text-anchor="middle" x="2458.5" y="-893.9" font-family="Arial" font-size="18.00" fill="#000000">(0.49%)</text>
<text text-anchor="middle" x="2458.5" y="-872.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- Thread.Mutex.FutexImpl.lock -->
<g id="node4" class="node">
<title>Thread.Mutex.FutexImpl.lock</title>
<polygon fill="none" stroke="#000000" points="2363,-1222 2116,-1222 2116,-1109 2363,-1109 2363,-1222"/>
<text text-anchor="middle" x="2239.5" y="-1200.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2239.5" y="-1179.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.Mutex.FutexImpl.lock</text>
<text text-anchor="middle" x="2239.5" y="-1158.9" font-family="Arial" font-size="18.00" fill="#000000">0.94%</text>
<text text-anchor="middle" x="2239.5" y="-1137.9" font-family="Arial" font-size="18.00" fill="#000000">(0.94%)</text>
<text text-anchor="middle" x="2239.5" y="-1116.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.FutexImpl.unlock -->
<g id="node5" class="node">
<title>Thread.Mutex.FutexImpl.unlock</title>
<polygon fill="none" stroke="#000000" points="2842.75,-1100 2576.25,-1100 2576.25,-987 2842.75,-987 2842.75,-1100"/>
<text text-anchor="middle" x="2709.5" y="-1078.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2709.5" y="-1057.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.Mutex.FutexImpl.unlock</text>
<text text-anchor="middle" x="2709.5" y="-1036.9" font-family="Arial" font-size="18.00" fill="#000000">0.78%</text>
<text text-anchor="middle" x="2709.5" y="-1015.9" font-family="Arial" font-size="18.00" fill="#000000">(0.54%)</text>
<text text-anchor="middle" x="2709.5" y="-994.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.assert -->
<g id="node6" class="node">
<title>debug.assert</title>
<polygon fill="none" stroke="#000000" points="3014.88,-632 2896.12,-632 2896.12,-519 3014.88,-519 3014.88,-632"/>
<text text-anchor="middle" x="2955.5" y="-610.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2955.5" y="-589.9" font-family="Arial" font-size="18.00" fill="#000000">debug.assert</text>
<text text-anchor="middle" x="2955.5" y="-568.9" font-family="Arial" font-size="18.00" fill="#000000">6.46%</text>
<text text-anchor="middle" x="2955.5" y="-547.9" font-family="Arial" font-size="18.00" fill="#000000">(6.46%)</text>
<text text-anchor="middle" x="2955.5" y="-526.9" font-family="Arial" font-size="18.00" fill="#000000">27×</text>
</g>
<!-- Thread.Mutex.FutexImpl.unlock->debug.assert -->
<g id="edge2" class="edge">
<title>Thread.Mutex.FutexImpl.unlock->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2704.08,-986.53C2696.85,-899.79 2688.38,-738.07 2720.5,-692 2755.05,-642.44 2788.7,-658.59 2846.5,-641 2865.18,-635.31 2871.94,-640.54 2889.5,-632 2891.25,-631.15 2892.99,-630.24 2894.72,-629.28"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2894.8,-629.88 2895.92,-628.61 2894.25,-628.91 2894.8,-629.88"/>
<text text-anchor="middle" x="2723.62" y="-838.9" font-family="Arial" font-size="18.00" fill="#000000">0.24%</text>
<text text-anchor="middle" x="2723.62" y="-817.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.lock -->
<g id="node7" class="node">
<title>Thread.Mutex.lock</title>
<polygon fill="none" stroke="#000000" points="2507,-1466 2344,-1466 2344,-1353 2507,-1353 2507,-1466"/>
<text text-anchor="middle" x="2425.5" y="-1444.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2425.5" y="-1423.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.Mutex.lock</text>
<text text-anchor="middle" x="2425.5" y="-1402.9" font-family="Arial" font-size="18.00" fill="#000000">2.31%</text>
<text text-anchor="middle" x="2425.5" y="-1381.9" font-family="Arial" font-size="18.00" fill="#000000">(0.78%)</text>
<text text-anchor="middle" x="2425.5" y="-1360.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.lock->Thread.Mutex.FutexImpl.lock -->
<g id="edge3" class="edge">
<title>Thread.Mutex.lock->Thread.Mutex.FutexImpl.lock</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2380.98,-1352.62C2378.7,-1349.71 2376.44,-1346.82 2374.25,-1344 2343.17,-1303.99 2308.63,-1258.47 2282.3,-1223.54"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2282.78,-1223.25 2281.37,-1222.3 2281.88,-1223.92 2282.78,-1223.25"/>
<text text-anchor="middle" x="2399.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">0.94%</text>
<text text-anchor="middle" x="2399.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.getCurrentId -->
<g id="node8" class="node">
<title>Thread.getCurrentId</title>
<polygon fill="none" stroke="#000000" points="2548.75,-1222 2372.25,-1222 2372.25,-1109 2548.75,-1109 2548.75,-1222"/>
<text text-anchor="middle" x="2460.5" y="-1200.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2460.5" y="-1179.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.getCurrentId</text>
<text text-anchor="middle" x="2460.5" y="-1158.9" font-family="Arial" font-size="18.00" fill="#000000">0.89%</text>
<text text-anchor="middle" x="2460.5" y="-1137.9" font-family="Arial" font-size="18.00" fill="#000000">(0.16%)</text>
<text text-anchor="middle" x="2460.5" y="-1116.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- Thread.Mutex.lock->Thread.getCurrentId -->
<g id="edge4" class="edge">
<title>Thread.Mutex.lock->Thread.getCurrentId</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2425.21,-1352.79C2426,-1317.55 2428.85,-1271.21 2437.25,-1231 2437.76,-1228.54 2438.35,-1226.05 2439,-1223.55"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2439.5,-1223.85 2439.36,-1222.16 2438.41,-1223.57 2439.5,-1223.85"/>
<text text-anchor="middle" x="2462.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">0.59%</text>
<text text-anchor="middle" x="2462.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.getCurrentId->Thread.LinuxThreadImpl.getCurrentId -->
<g id="edge8" class="edge">
<title>Thread.getCurrentId->Thread.LinuxThreadImpl.getCurrentId</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2460.04,-1108.68C2459.72,-1070.05 2459.3,-1018.79 2458.97,-979.84"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2459.54,-980.06 2458.96,-978.46 2458.42,-980.07 2459.54,-980.06"/>
<text text-anchor="middle" x="2485.62" y="-1047.4" font-family="Arial" font-size="18.00" fill="#000000">0.73%</text>
<text text-anchor="middle" x="2485.62" y="-1026.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- Thread.Mutex.unlock -->
<g id="node9" class="node">
<title>Thread.Mutex.unlock</title>
<polygon fill="none" stroke="#000000" points="2698.75,-1466 2516.25,-1466 2516.25,-1353 2698.75,-1353 2698.75,-1466"/>
<text text-anchor="middle" x="2607.5" y="-1444.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2607.5" y="-1423.9" font-family="Arial" font-size="18.00" fill="#000000">Thread.Mutex.unlock</text>
<text text-anchor="middle" x="2607.5" y="-1402.9" font-family="Arial" font-size="18.00" fill="#000000">1.95%</text>
<text text-anchor="middle" x="2607.5" y="-1381.9" font-family="Arial" font-size="18.00" fill="#000000">(0.62%)</text>
<text text-anchor="middle" x="2607.5" y="-1360.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.unlock->Thread.Mutex.FutexImpl.unlock -->
<g id="edge5" class="edge">
<title>Thread.Mutex.unlock->Thread.Mutex.FutexImpl.unlock</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2623.1,-1352.82C2642.16,-1284.81 2674.23,-1170.37 2693.48,-1101.68"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2693.92,-1102.16 2693.82,-1100.47 2692.84,-1101.86 2693.92,-1102.16"/>
<text text-anchor="middle" x="2681.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">0.78%</text>
<text text-anchor="middle" x="2681.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.unlock->debug.assert -->
<g id="edge7" class="edge">
<title>Thread.Mutex.unlock->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2594.15,-1352.87C2571.23,-1251.38 2530.95,-1041.58 2575.5,-987 2588.12,-971.54 2605.17,-991.9 2619.5,-978 2656.55,-942.07 2633.1,-914.91 2646.25,-865 2666.65,-787.57 2647.97,-755.68 2696.5,-692 2722.75,-657.57 2738.35,-654.47 2779.5,-641 2826.12,-625.74 2844.14,-650.67 2889.5,-632 2891.19,-631.31 2892.86,-630.55 2894.53,-629.75"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2894.49,-630.39 2895.67,-629.18 2893.99,-629.38 2894.49,-630.39"/>
<text text-anchor="middle" x="2671.62" y="-925.4" font-family="Arial" font-size="18.00" fill="#000000">0.24%</text>
<text text-anchor="middle" x="2671.62" y="-904.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- Thread.Mutex.unlock->Thread.getCurrentId -->
<g id="edge6" class="edge">
<title>Thread.Mutex.unlock->Thread.getCurrentId</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2516,-1352.78C2513.58,-1349.96 2511.32,-1347.03 2509.25,-1344 2480.34,-1301.6 2500.1,-1280.2 2485.5,-1231 2484.78,-1228.57 2484.01,-1226.11 2483.2,-1223.62"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2483.78,-1223.59 2482.74,-1222.24 2482.71,-1223.94 2483.78,-1223.59"/>
<text text-anchor="middle" x="2534.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">0.30%</text>
<text text-anchor="middle" x="2534.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.attachSegfaultHandler -->
<g id="node10" class="node">
<title>debug.attachSegfaultHandler</title>
<polygon fill="none" stroke="#000000" points="3673.25,-1710 3427.75,-1710 3427.75,-1597 3673.25,-1597 3673.25,-1710"/>
<text text-anchor="middle" x="3550.5" y="-1688.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3550.5" y="-1667.9" font-family="Arial" font-size="18.00" fill="#000000">debug.attachSegfaultHandler</text>
<text text-anchor="middle" x="3550.5" y="-1646.9" font-family="Arial" font-size="18.00" fill="#000000">25.46%</text>
<text text-anchor="middle" x="3550.5" y="-1625.9" font-family="Arial" font-size="18.00" fill="#000000">(0.32%)</text>
<text text-anchor="middle" x="3550.5" y="-1604.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.updateSegfaultHandler -->
<g id="node11" class="node">
<title>debug.updateSegfaultHandler</title>
<polygon fill="none" stroke="#000000" points="3718.88,-1344 3468.12,-1344 3468.12,-1231 3718.88,-1231 3718.88,-1344"/>
<text text-anchor="middle" x="3593.5" y="-1322.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3593.5" y="-1301.9" font-family="Arial" font-size="18.00" fill="#000000">debug.updateSegfaultHandler</text>
<text text-anchor="middle" x="3593.5" y="-1280.9" font-family="Arial" font-size="18.00" fill="#000000">23.74%</text>
<text text-anchor="middle" x="3593.5" y="-1259.9" font-family="Arial" font-size="18.00" fill="#000000">(0.72%)</text>
<text text-anchor="middle" x="3593.5" y="-1238.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.attachSegfaultHandler->debug.updateSegfaultHandler -->
<g id="edge9" class="edge">
<title>debug.attachSegfaultHandler->debug.updateSegfaultHandler</title>
<path fill="none" stroke="#000000" stroke-width="1.9" d="M3596.93,-1596.74C3598.29,-1593.87 3599.49,-1590.95 3600.5,-1588 3627.04,-1510.45 3618.25,-1414.89 3607.57,-1352.87"/>
<polygon fill="#000000" stroke="#000000" stroke-width="1.9" points="3609.64,-1352.72 3606.06,-1346.35 3604.89,-1353.57 3609.64,-1352.72"/>
<text text-anchor="middle" x="3648.5" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">23.74%</text>
<text text-anchor="middle" x="3648.5" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- memcpy -->
<g id="node12" class="node">
<title>memcpy</title>
<polygon fill="none" stroke="#000000" points="3564.25,-1466 3480.75,-1466 3480.75,-1353 3564.25,-1353 3564.25,-1466"/>
<text text-anchor="middle" x="3522.5" y="-1444.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3522.5" y="-1423.9" font-family="Arial" font-size="18.00" fill="#000000">memcpy</text>
<text text-anchor="middle" x="3522.5" y="-1402.9" font-family="Arial" font-size="18.00" fill="#000000">2.85%</text>
<text text-anchor="middle" x="3522.5" y="-1381.9" font-family="Arial" font-size="18.00" fill="#000000">(2.85%)</text>
<text text-anchor="middle" x="3522.5" y="-1360.9" font-family="Arial" font-size="18.00" fill="#000000">3×</text>
</g>
<!-- debug.attachSegfaultHandler->memcpy -->
<g id="edge10" class="edge">
<title>debug.attachSegfaultHandler->memcpy</title>
<path fill="none" stroke="#000000" stroke-width="0.11" d="M3548.64,-1596.69C3546.92,-1561.6 3543.65,-1515.48 3537.5,-1475 3537.15,-1472.69 3536.76,-1470.34 3536.34,-1467.98"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.11" points="3536.93,-1467.9 3536.04,-1466.33 3535.76,-1468.11 3536.93,-1467.9"/>
<text text-anchor="middle" x="3573.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">1.40%</text>
<text text-anchor="middle" x="3573.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.sigaction -->
<g id="node16" class="node">
<title>os.sigaction</title>
<polygon fill="none" stroke="#000000" points="3660.38,-1100 3550.62,-1100 3550.62,-987 3660.38,-987 3660.38,-1100"/>
<text text-anchor="middle" x="3605.5" y="-1078.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3605.5" y="-1057.9" font-family="Arial" font-size="18.00" fill="#000000">os.sigaction</text>
<text text-anchor="middle" x="3605.5" y="-1036.9" font-family="Arial" font-size="18.00" fill="#000000">28.79%</text>
<text text-anchor="middle" x="3605.5" y="-1015.9" font-family="Arial" font-size="18.00" fill="#000000">(2.15%)</text>
<text text-anchor="middle" x="3605.5" y="-994.9" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- debug.updateSegfaultHandler->os.sigaction -->
<g id="edge15" class="edge">
<title>debug.updateSegfaultHandler->os.sigaction</title>
<path fill="none" stroke="#000000" stroke-width="1.84" d="M3596.27,-1230.68C3598.07,-1194.34 3600.43,-1146.83 3602.31,-1108.89"/>
<polygon fill="#000000" stroke="#000000" stroke-width="1.84" points="3604.77,-1109.37 3602.73,-1102.46 3600.01,-1109.14 3604.77,-1109.37"/>
<text text-anchor="middle" x="3632.5" y="-1169.4" font-family="Arial" font-size="18.00" fill="#000000">23.02%</text>
<text text-anchor="middle" x="3632.5" y="-1148.4" font-family="Arial" font-size="18.00" fill="#000000">4×</text>
</g>
<!-- debug.maybeEnableSegfaultHandler->debug.attachSegfaultHandler -->
<g id="edge11" class="edge">
<title>debug.maybeEnableSegfaultHandler->debug.attachSegfaultHandler</title>
<path fill="none" stroke="#000000" stroke-width="2.04" d="M3539.73,-1840.68C3541.81,-1804.8 3544.51,-1758.02 3546.69,-1720.33"/>
<polygon fill="#000000" stroke="#000000" stroke-width="2.04" points="3549.33,-1720.69 3547.26,-1713.46 3544.37,-1720.41 3549.33,-1720.69"/>
<text text-anchor="middle" x="3577.5" y="-1779.4" font-family="Arial" font-size="18.00" fill="#000000">25.46%</text>
<text text-anchor="middle" x="3577.5" y="-1758.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.print__anon_2981 -->
<g id="node14" class="node">
<title>debug.print__anon_2981</title>
<polygon fill="none" stroke="#000000" points="2652.38,-1710 2440.62,-1710 2440.62,-1597 2652.38,-1597 2652.38,-1710"/>
<text text-anchor="middle" x="2546.5" y="-1688.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2546.5" y="-1667.9" font-family="Arial" font-size="18.00" fill="#000000">debug.print__anon_2981</text>
<text text-anchor="middle" x="2546.5" y="-1646.9" font-family="Arial" font-size="18.00" fill="#000000">9.69%</text>
<text text-anchor="middle" x="2546.5" y="-1625.9" font-family="Arial" font-size="18.00" fill="#000000">(0.49%)</text>
<text text-anchor="middle" x="2546.5" y="-1604.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.print__anon_2981->Thread.Mutex.lock -->
<g id="edge12" class="edge">
<title>debug.print__anon_2981->Thread.Mutex.lock</title>
<path fill="none" stroke="#000000" stroke-width="0.18" d="M2515.76,-1596.65C2514.22,-1593.73 2512.71,-1590.84 2511.25,-1588 2490.83,-1548.31 2468.96,-1502.98 2452.42,-1468.07"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.18" points="2453.27,-1468.08 2451.63,-1466.42 2451.88,-1468.74 2453.27,-1468.08"/>
<text text-anchor="middle" x="2536.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">2.31%</text>
<text text-anchor="middle" x="2536.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.print__anon_2981->Thread.Mutex.unlock -->
<g id="edge13" class="edge">
<title>debug.print__anon_2981->Thread.Mutex.unlock</title>
<path fill="none" stroke="#000000" stroke-width="0.16" d="M2560.57,-1596.68C2570.27,-1558.2 2583.13,-1507.2 2592.93,-1468.3"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.16" points="2593.58,-1468.57 2593.39,-1466.46 2592.23,-1468.23 2593.58,-1468.57"/>
<text text-anchor="middle" x="2616.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">1.95%</text>
<text text-anchor="middle" x="2616.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870 -->
<g id="node15" class="node">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870</title>
<polygon fill="none" stroke="#000000" points="2335,-1466 0,-1466 0,-1353 2335,-1353 2335,-1466"/>
<text text-anchor="middle" x="1167.5" y="-1444.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="1167.5" y="-1423.9" font-family="Arial" font-size="18.00" fill="#000000">io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870</text>
<text text-anchor="middle" x="1167.5" y="-1402.9" font-family="Arial" font-size="18.00" fill="#000000">4.51%</text>
<text text-anchor="middle" x="1167.5" y="-1381.9" font-family="Arial" font-size="18.00" fill="#000000">(0.19%)</text>
<text text-anchor="middle" x="1167.5" y="-1360.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- debug.print__anon_2981->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870 -->
<g id="edge14" class="edge">
<title>debug.print__anon_2981->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870</title>
<path fill="none" stroke="#000000" stroke-width="0.36" d="M2440.3,-1633.86C2239.21,-1598.57 1795.62,-1520.73 1489.14,-1466.94"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.36" points="1489.58,-1465.96 1486.44,-1466.47 1489.22,-1468.02 1489.58,-1465.96"/>
<text text-anchor="middle" x="2202.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">4.51%</text>
<text text-anchor="middle" x="2202.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- fmt.format__anon_4094 -->
<g id="node17" class="node">
<title>fmt.format__anon_4094</title>
<polygon fill="none" stroke="#000000" points="1270,-1222 1065,-1222 1065,-1109 1270,-1109 1270,-1222"/>
<text text-anchor="middle" x="1167.5" y="-1200.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="1167.5" y="-1179.9" font-family="Arial" font-size="18.00" fill="#000000">fmt.format__anon_4094</text>
<text text-anchor="middle" x="1167.5" y="-1158.9" font-family="Arial" font-size="18.00" fill="#000000">4.32%</text>
<text text-anchor="middle" x="1167.5" y="-1137.9" font-family="Arial" font-size="18.00" fill="#000000">(0.27%)</text>
<text text-anchor="middle" x="1167.5" y="-1116.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870->fmt.format__anon_4094 -->
<g id="edge19" class="edge">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).print__anon_3870->fmt.format__anon_4094</title>
<path fill="none" stroke="#000000" stroke-width="0.35" d="M1167.5,-1352.68C1167.5,-1314.51 1167.5,-1264.01 1167.5,-1225.23"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.35" points="1168.52,-1225.36 1167.5,-1222.46 1166.49,-1225.36 1168.52,-1225.36"/>
<text text-anchor="middle" x="1192.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">4.32%</text>
<text text-anchor="middle" x="1192.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.getErrno -->
<g id="node29" class="node">
<title>os.linux.getErrno</title>
<polygon fill="none" stroke="#000000" points="2969.25,-286 2819.75,-286 2819.75,-173 2969.25,-173 2969.25,-286"/>
<text text-anchor="middle" x="2894.5" y="-264.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2894.5" y="-243.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.getErrno</text>
<text text-anchor="middle" x="2894.5" y="-222.9" font-family="Arial" font-size="18.00" fill="#000000">5.18%</text>
<text text-anchor="middle" x="2894.5" y="-201.9" font-family="Arial" font-size="18.00" fill="#000000">(5.18%)</text>
<text text-anchor="middle" x="2894.5" y="-180.9" font-family="Arial" font-size="18.00" fill="#000000">13×</text>
</g>
<!-- os.sigaction->os.linux.getErrno -->
<g id="edge49" class="edge">
<title>os.sigaction->os.linux.getErrno</title>
<path fill="none" stroke="#000000" stroke-width="0.16" d="M3615.56,-986.56C3632.22,-875.66 3653.09,-625.1 3536.5,-468 3401.14,-285.61 3110.05,-243.18 2971.21,-233.39"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.16" points="2971.63,-232.71 2969.59,-233.27 2971.53,-234.11 2971.63,-232.71"/>
<text text-anchor="middle" x="3643.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">1.99%</text>
<text text-anchor="middle" x="3643.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- os.linux.sigaction -->
<g id="node34" class="node">
<title>os.linux.sigaction</title>
<polygon fill="none" stroke="#000000" points="3603,-805 3452,-805 3452,-692 3603,-692 3603,-805"/>
<text text-anchor="middle" x="3527.5" y="-783.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3527.5" y="-762.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.sigaction</text>
<text text-anchor="middle" x="3527.5" y="-741.9" font-family="Arial" font-size="18.00" fill="#000000">24.65%</text>
<text text-anchor="middle" x="3527.5" y="-720.9" font-family="Arial" font-size="18.00" fill="#000000">(12.53%)</text>
<text text-anchor="middle" x="3527.5" y="-699.9" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- os.sigaction->os.linux.sigaction -->
<g id="edge50" class="edge">
<title>os.sigaction->os.linux.sigaction</title>
<path fill="none" stroke="#000000" stroke-width="1.97" d="M3554.83,-986.81C3553.23,-983.92 3551.77,-980.98 3550.5,-978 3528.31,-925.98 3523.65,-861.44 3523.9,-814.24"/>
<polygon fill="#000000" stroke="#000000" stroke-width="1.97" points="3526.38,-814.37 3524.01,-807.34 3521.48,-814.31 3526.38,-814.37"/>
<text text-anchor="middle" x="3580.5" y="-925.4" font-family="Arial" font-size="18.00" fill="#000000">24.65%</text>
<text text-anchor="middle" x="3580.5" y="-904.4" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll -->
<g id="node18" class="node">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll</title>
<polygon fill="none" stroke="#000000" points="2292.62,-978 42.38,-978 42.38,-865 2292.62,-865 2292.62,-978"/>
<text text-anchor="middle" x="1167.5" y="-956.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="1167.5" y="-935.9" font-family="Arial" font-size="18.00" fill="#000000">io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll</text>
<text text-anchor="middle" x="1167.5" y="-914.9" font-family="Arial" font-size="18.00" fill="#000000">4.05%</text>
<text text-anchor="middle" x="1167.5" y="-893.9" font-family="Arial" font-size="18.00" fill="#000000">(1.28%)</text>
<text text-anchor="middle" x="1167.5" y="-872.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- fmt.format__anon_4094->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll -->
<g id="edge16" class="edge">
<title>fmt.format__anon_4094->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll</title>
<path fill="none" stroke="#000000" stroke-width="0.32" d="M1167.5,-1108.68C1167.5,-1070.51 1167.5,-1020.01 1167.5,-981.23"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.32" points="1168.48,-981.26 1167.5,-978.46 1166.52,-981.26 1168.48,-981.26"/>
<text text-anchor="middle" x="1192.62" y="-1047.4" font-family="Arial" font-size="18.00" fill="#000000">4.05%</text>
<text text-anchor="middle" x="1192.62" y="-1026.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write -->
<g id="node22" class="node">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write</title>
<polygon fill="none" stroke="#000000" points="2535.88,-805 305.12,-805 305.12,-692 2535.88,-692 2535.88,-805"/>
<text text-anchor="middle" x="1420.5" y="-783.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="1420.5" y="-762.9" font-family="Arial" font-size="18.00" fill="#000000">io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write</text>
<text text-anchor="middle" x="1420.5" y="-741.9" font-family="Arial" font-size="18.00" fill="#000000">2.77%</text>
<text text-anchor="middle" x="1420.5" y="-720.9" font-family="Arial" font-size="18.00" fill="#000000">(0.43%)</text>
<text text-anchor="middle" x="1420.5" y="-699.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write -->
<g id="edge21" class="edge">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).writeAll->io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write</title>
<path fill="none" stroke="#000000" stroke-width="0.22" d="M1250.34,-864.51C1277.78,-845.96 1308.35,-825.3 1335.92,-806.66"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.22" points="1336.39,-807.37 1337.9,-805.33 1335.45,-805.97 1336.39,-807.37"/>
<text text-anchor="middle" x="1349.62" y="-838.9" font-family="Arial" font-size="18.00" fill="#000000">2.77%</text>
<text text-anchor="middle" x="1349.62" y="-817.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- fs.file.File.write -->
<g id="node19" class="node">
<title>fs.file.File.write</title>
<polygon fill="none" stroke="#000000" points="2043.75,-632 1909.25,-632 1909.25,-519 2043.75,-519 2043.75,-632"/>
<text text-anchor="middle" x="1976.5" y="-610.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="1976.5" y="-589.9" font-family="Arial" font-size="18.00" fill="#000000">fs.file.File.write</text>
<text text-anchor="middle" x="1976.5" y="-568.9" font-family="Arial" font-size="18.00" fill="#000000">2.34%</text>
<text text-anchor="middle" x="1976.5" y="-547.9" font-family="Arial" font-size="18.00" fill="#000000">(0.45%)</text>
<text text-anchor="middle" x="1976.5" y="-526.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.write -->
<g id="node20" class="node">
<title>os.write</title>
<polygon fill="none" stroke="#000000" points="2491.62,-459 2413.38,-459 2413.38,-346 2491.62,-346 2491.62,-459"/>
<text text-anchor="middle" x="2452.5" y="-437.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2452.5" y="-416.9" font-family="Arial" font-size="18.00" fill="#000000">os.write</text>
<text text-anchor="middle" x="2452.5" y="-395.9" font-family="Arial" font-size="18.00" fill="#000000">1.90%</text>
<text text-anchor="middle" x="2452.5" y="-374.9" font-family="Arial" font-size="18.00" fill="#000000">(0.96%)</text>
<text text-anchor="middle" x="2452.5" y="-353.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- fs.file.File.write->os.write -->
<g id="edge17" class="edge">
<title>fs.file.File.write->os.write</title>
<path fill="none" stroke="#000000" stroke-width="0.15" d="M2044.19,-550.18C2144.47,-514.16 2329.46,-447.7 2411.49,-418.23"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.15" points="2411.37,-418.98 2412.93,-417.72 2410.92,-417.73 2411.37,-418.98"/>
<text text-anchor="middle" x="2296.62" y="-492.9" font-family="Arial" font-size="18.00" fill="#000000">1.90%</text>
<text text-anchor="middle" x="2296.62" y="-471.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.write->os.linux.getErrno -->
<g id="edge51" class="edge">
<title>os.write->os.linux.getErrno</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2492.07,-351.97C2494.18,-349.9 2496.33,-347.89 2498.5,-346 2530.74,-317.82 2539.34,-307.65 2580.25,-295 2625.99,-280.86 2749.44,-299.06 2795.5,-286 2803.09,-283.85 2810.72,-281.01 2818.21,-277.76"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2818.07,-278.43 2819.31,-277.27 2817.62,-277.4 2818.07,-278.43"/>
<text text-anchor="middle" x="2605.62" y="-319.9" font-family="Arial" font-size="18.00" fill="#000000">0.40%</text>
<text text-anchor="middle" x="2605.62" y="-298.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.write -->
<g id="node39" class="node">
<title>os.linux.write</title>
<polygon fill="none" stroke="#000000" points="2511.88,-286 2393.12,-286 2393.12,-173 2511.88,-173 2511.88,-286"/>
<text text-anchor="middle" x="2452.5" y="-264.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2452.5" y="-243.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.write</text>
<text text-anchor="middle" x="2452.5" y="-222.9" font-family="Arial" font-size="18.00" fill="#000000">0.54%</text>
<text text-anchor="middle" x="2452.5" y="-201.9" font-family="Arial" font-size="18.00" fill="#000000">(0.22%)</text>
<text text-anchor="middle" x="2452.5" y="-180.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.write->os.linux.write -->
<g id="edge52" class="edge">
<title>os.write->os.linux.write</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2452.5,-345.51C2452.5,-326.96 2452.5,-306.3 2452.5,-287.66"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2453.06,-287.93 2452.5,-286.33 2451.94,-287.93 2453.06,-287.93"/>
<text text-anchor="middle" x="2477.62" y="-319.9" font-family="Arial" font-size="18.00" fill="#000000">0.54%</text>
<text text-anchor="middle" x="2477.62" y="-298.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- hi.main->debug.print__anon_2981 -->
<g id="edge18" class="edge">
<title>hi.main->debug.print__anon_2981</title>
<path fill="none" stroke="#000000" stroke-width="0.78" d="M2616.51,-1840.68C2602.39,-1803.12 2583.77,-1753.62 2569.29,-1715.1"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.78" points="2570.53,-1715.04 2567.54,-1711.46 2567.65,-1716.12 2570.53,-1715.04"/>
<text text-anchor="middle" x="2638.62" y="-1779.4" font-family="Arial" font-size="18.00" fill="#000000">9.69%</text>
<text text-anchor="middle" x="2638.62" y="-1758.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write->fs.file.File.write -->
<g id="edge20" class="edge">
<title>io.writer.Writer(fs.file.File,error{AccessDenied,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,BrokenPipe,SystemResources,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer},(function 'write')).write->fs.file.File.write</title>
<path fill="none" stroke="#000000" stroke-width="0.19" d="M1602.56,-691.51C1706.72,-659.47 1831.38,-621.13 1907.21,-597.81"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.19" points="1907.11,-598.65 1908.99,-597.26 1906.66,-597.17 1907.11,-598.65"/>
<text text-anchor="middle" x="1790.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">2.34%</text>
<text text-anchor="middle" x="1790.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- math.isPowerOfTwo__anon_7182 -->
<g id="node23" class="node">
<title>math.isPowerOfTwo__anon_7182</title>
<polygon fill="none" stroke="#000000" points="3278,-805 2995,-805 2995,-692 3278,-692 3278,-805"/>
<text text-anchor="middle" x="3136.5" y="-783.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3136.5" y="-762.9" font-family="Arial" font-size="18.00" fill="#000000">math.isPowerOfTwo__anon_7182</text>
<text text-anchor="middle" x="3136.5" y="-741.9" font-family="Arial" font-size="18.00" fill="#000000">2.42%</text>
<text text-anchor="middle" x="3136.5" y="-720.9" font-family="Arial" font-size="18.00" fill="#000000">(1.47%)</text>
<text text-anchor="middle" x="3136.5" y="-699.9" font-family="Arial" font-size="18.00" fill="#000000">4×</text>
</g>
<!-- math.isPowerOfTwo__anon_7182->debug.assert -->
<g id="edge22" class="edge">
<title>math.isPowerOfTwo__anon_7182->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M3077.23,-691.51C3057.44,-672.81 3035.38,-651.97 3015.53,-633.22"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="3016.14,-633.02 3014.59,-632.33 3015.37,-633.83 3016.14,-633.02"/>
<text text-anchor="middle" x="3093.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">0.96%</text>
<text text-anchor="middle" x="3093.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">4×</text>
</g>
<!-- mem.alignBackward__anon_4065 -->
<g id="node24" class="node">
<title>mem.alignBackward__anon_4065</title>
<polygon fill="none" stroke="#000000" points="3358,-1222 3075,-1222 3075,-1109 3358,-1109 3358,-1222"/>
<text text-anchor="middle" x="3216.5" y="-1200.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3216.5" y="-1179.9" font-family="Arial" font-size="18.00" fill="#000000">mem.alignBackward__anon_4065</text>
<text text-anchor="middle" x="3216.5" y="-1158.9" font-family="Arial" font-size="18.00" fill="#000000">2.97%</text>
<text text-anchor="middle" x="3216.5" y="-1137.9" font-family="Arial" font-size="18.00" fill="#000000">(0.80%)</text>
<text text-anchor="middle" x="3216.5" y="-1116.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.alignBackward__anon_4065->debug.assert -->
<g id="edge23" class="edge">
<title>mem.alignBackward__anon_4065->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M3267.61,-1108.8C3295.99,-1074 3328.5,-1026.67 3343.5,-978 3358.29,-930 3373.14,-905.55 3343.5,-865 3335.72,-854.36 3324.04,-865.82 3315.25,-856 3265.7,-800.6 3331.18,-748.16 3282.5,-692 3214.77,-613.87 3090.75,-588.59 3016.45,-580.41"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="3016.79,-579.88 3015.14,-580.27 3016.67,-581 3016.79,-579.88"/>
<text text-anchor="middle" x="3340.62" y="-838.9" font-family="Arial" font-size="18.00" fill="#000000">0.48%</text>
<text text-anchor="middle" x="3340.62" y="-817.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.isValidAlignGeneric__anon_4064 -->
<g id="node25" class="node">
<title>mem.isValidAlignGeneric__anon_4064</title>
<polygon fill="none" stroke="#000000" points="3339.38,-978 3019.62,-978 3019.62,-865 3339.38,-865 3339.38,-978"/>
<text text-anchor="middle" x="3179.5" y="-956.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3179.5" y="-935.9" font-family="Arial" font-size="18.00" fill="#000000">mem.isValidAlignGeneric__anon_4064</text>
<text text-anchor="middle" x="3179.5" y="-914.9" font-family="Arial" font-size="18.00" fill="#000000">3.38%</text>
<text text-anchor="middle" x="3179.5" y="-893.9" font-family="Arial" font-size="18.00" fill="#000000">(0.96%)</text>
<text text-anchor="middle" x="3179.5" y="-872.9" font-family="Arial" font-size="18.00" fill="#000000">4×</text>
</g>
<!-- mem.alignBackward__anon_4065->mem.isValidAlignGeneric__anon_4064 -->
<g id="edge24" class="edge">
<title>mem.alignBackward__anon_4065->mem.isValidAlignGeneric__anon_4064</title>
<path fill="none" stroke="#000000" stroke-width="0.14" d="M3207.96,-1108.68C3202.06,-1070.05 3194.22,-1018.79 3188.27,-979.84"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.14" points="3188.95,-980.15 3188.06,-978.46 3187.71,-980.34 3188.95,-980.15"/>
<text text-anchor="middle" x="3232.62" y="-1047.4" font-family="Arial" font-size="18.00" fill="#000000">1.69%</text>
<text text-anchor="middle" x="3232.62" y="-1026.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.isValidAlignGeneric__anon_4064->math.isPowerOfTwo__anon_7182 -->
<g id="edge28" class="edge">
<title>mem.isValidAlignGeneric__anon_4064->math.isPowerOfTwo__anon_7182</title>
<path fill="none" stroke="#000000" stroke-width="0.19" d="M3165.42,-864.51C3160.79,-846.11 3155.64,-825.63 3150.99,-807.11"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.19" points="3151.82,-807.27 3150.54,-805.33 3150.33,-807.65 3151.82,-807.27"/>
<text text-anchor="middle" x="3188.62" y="-838.9" font-family="Arial" font-size="18.00" fill="#000000">2.42%</text>
<text text-anchor="middle" x="3188.62" y="-817.9" font-family="Arial" font-size="18.00" fill="#000000">4×</text>
</g>
<!-- mem.alignForward__anon_3355 -->
<g id="node26" class="node">
<title>mem.alignForward__anon_3355</title>
<polygon fill="none" stroke="#000000" points="3278.62,-1466 3008.38,-1466 3008.38,-1353 3278.62,-1353 3278.62,-1466"/>
<text text-anchor="middle" x="3143.5" y="-1444.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3143.5" y="-1423.9" font-family="Arial" font-size="18.00" fill="#000000">mem.alignForward__anon_3355</text>
<text text-anchor="middle" x="3143.5" y="-1402.9" font-family="Arial" font-size="18.00" fill="#000000">6.12%</text>
<text text-anchor="middle" x="3143.5" y="-1381.9" font-family="Arial" font-size="18.00" fill="#000000">(0.99%)</text>
<text text-anchor="middle" x="3143.5" y="-1360.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.alignForward__anon_3355->debug.assert -->
<g id="edge25" class="edge">
<title>mem.alignForward__anon_3355->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M3039.29,-1352.73C3036.85,-1349.94 3034.58,-1347.03 3032.5,-1344 3003.74,-1302.06 3038.79,-1275.68 3014.5,-1231 3011.64,-1225.75 3007.36,-1227.25 3004.5,-1222 2949.73,-1121.44 2951.11,-771.97 2953.95,-633.57"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2954.5,-633.97 2953.97,-632.36 2953.38,-633.95 2954.5,-633.97"/>
<text text-anchor="middle" x="2985.62" y="-925.4" font-family="Arial" font-size="18.00" fill="#000000">0.48%</text>
<text text-anchor="middle" x="2985.62" y="-904.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.alignForward__anon_3355->mem.alignBackward__anon_4065 -->
<g id="edge26" class="edge">
<title>mem.alignForward__anon_3355->mem.alignBackward__anon_4065</title>
<path fill="none" stroke="#000000" stroke-width="0.24" d="M3160.34,-1352.68C3171.95,-1314.2 3187.33,-1263.2 3199.06,-1224.3"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.24" points="3199.73,-1225 3199.62,-1222.46 3198.12,-1224.52 3199.73,-1225"/>
<text text-anchor="middle" x="3222.62" y="-1291.4" font-family="Arial" font-size="18.00" fill="#000000">2.97%</text>
<text text-anchor="middle" x="3222.62" y="-1270.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- mem.alignForward__anon_3355->mem.isValidAlignGeneric__anon_4064 -->
<g id="edge27" class="edge">
<title>mem.alignForward__anon_3355->mem.isValidAlignGeneric__anon_4064</title>
<path fill="none" stroke="#000000" stroke-width="0.14" d="M3112.14,-1352.68C3090.77,-1316.56 3060.78,-1269.29 3029.5,-1231 3025.87,-1226.56 3022.48,-1227.28 3020.25,-1222 3000.71,-1175.73 3002.87,-1156.12 3020.25,-1109 3038.74,-1058.86 3077.38,-1013.06 3111.97,-979.39"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.14" points="3112.34,-979.9 3113.2,-978.2 3111.47,-979 3112.34,-979.9"/>
<text text-anchor="middle" x="3045.62" y="-1169.4" font-family="Arial" font-size="18.00" fill="#000000">1.69%</text>
<text text-anchor="middle" x="3045.62" y="-1148.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- memset -->
<g id="node27" class="node">
<title>memset</title>
<polygon fill="none" stroke="#000000" points="3488.38,-632 3408.62,-632 3408.62,-519 3488.38,-519 3488.38,-632"/>
<text text-anchor="middle" x="3448.5" y="-610.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3448.5" y="-589.9" font-family="Arial" font-size="18.00" fill="#000000">memset</text>
<text text-anchor="middle" x="3448.5" y="-568.9" font-family="Arial" font-size="18.00" fill="#000000">9.49%</text>
<text text-anchor="middle" x="3448.5" y="-547.9" font-family="Arial" font-size="18.00" fill="#000000">(9.49%)</text>
<text text-anchor="middle" x="3448.5" y="-526.9" font-family="Arial" font-size="18.00" fill="#000000">17×</text>
</g>
<!-- os.getrlimit -->
<g id="node28" class="node">
<title>os.getrlimit</title>
<polygon fill="none" stroke="#000000" points="2625.62,-632 2523.38,-632 2523.38,-519 2625.62,-519 2625.62,-632"/>
<text text-anchor="middle" x="2574.5" y="-610.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2574.5" y="-589.9" font-family="Arial" font-size="18.00" fill="#000000">os.getrlimit</text>
<text text-anchor="middle" x="2574.5" y="-568.9" font-family="Arial" font-size="18.00" fill="#000000">1.98%</text>
<text text-anchor="middle" x="2574.5" y="-547.9" font-family="Arial" font-size="18.00" fill="#000000">(0.73%)</text>
<text text-anchor="middle" x="2574.5" y="-526.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.getrlimit->os.linux.getErrno -->
<g id="edge29" class="edge">
<title>os.getrlimit->os.linux.getErrno</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2626.08,-563.5C2679.59,-549.17 2761.11,-518.58 2802.5,-459 2831.33,-417.49 2797.59,-393.36 2815.25,-346 2822.84,-325.64 2834.79,-305.42 2847.13,-287.73"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2847.56,-288.09 2848.01,-286.46 2846.64,-287.44 2847.56,-288.09"/>
<text text-anchor="middle" x="2840.62" y="-406.4" font-family="Arial" font-size="18.00" fill="#000000">0.40%</text>
<text text-anchor="middle" x="2840.62" y="-385.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.getrlimit -->
<g id="node30" class="node">
<title>os.linux.getrlimit</title>
<polygon fill="none" stroke="#000000" points="2646.25,-459 2502.75,-459 2502.75,-346 2646.25,-346 2646.25,-459"/>
<text text-anchor="middle" x="2574.5" y="-437.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2574.5" y="-416.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.getrlimit</text>
<text text-anchor="middle" x="2574.5" y="-395.9" font-family="Arial" font-size="18.00" fill="#000000">0.85%</text>
<text text-anchor="middle" x="2574.5" y="-374.9" font-family="Arial" font-size="18.00" fill="#000000">(0.22%)</text>
<text text-anchor="middle" x="2574.5" y="-353.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.getrlimit->os.linux.getrlimit -->
<g id="edge30" class="edge">
<title>os.getrlimit->os.linux.getrlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2574.5,-518.51C2574.5,-499.96 2574.5,-479.3 2574.5,-460.66"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2575.06,-460.93 2574.5,-459.33 2573.94,-460.93 2575.06,-460.93"/>
<text text-anchor="middle" x="2599.62" y="-492.9" font-family="Arial" font-size="18.00" fill="#000000">0.85%</text>
<text text-anchor="middle" x="2599.62" y="-471.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.prlimit -->
<g id="node31" class="node">
<title>os.linux.prlimit</title>
<polygon fill="none" stroke="#000000" points="2790.75,-286 2662.25,-286 2662.25,-173 2790.75,-173 2790.75,-286"/>
<text text-anchor="middle" x="2726.5" y="-264.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2726.5" y="-243.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.prlimit</text>
<text text-anchor="middle" x="2726.5" y="-222.9" font-family="Arial" font-size="18.00" fill="#000000">1.24%</text>
<text text-anchor="middle" x="2726.5" y="-201.9" font-family="Arial" font-size="18.00" fill="#000000">(0.54%)</text>
<text text-anchor="middle" x="2726.5" y="-180.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- os.linux.getrlimit->os.linux.prlimit -->
<g id="edge31" class="edge">
<title>os.linux.getrlimit->os.linux.prlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2624.27,-345.51C2640.89,-326.81 2659.42,-305.97 2676.09,-287.22"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2676.23,-287.89 2676.88,-286.33 2675.4,-287.15 2676.23,-287.89"/>
<text text-anchor="middle" x="2694.62" y="-319.9" font-family="Arial" font-size="18.00" fill="#000000">0.62%</text>
<text text-anchor="middle" x="2694.62" y="-298.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.x86_64.syscall4 -->
<g id="node32" class="node">
<title>os.linux.x86_64.syscall4</title>
<polygon fill="none" stroke="#000000" points="3266.12,-113 3058.88,-113 3058.88,0 3266.12,0 3266.12,-113"/>
<text text-anchor="middle" x="3162.5" y="-91.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3162.5" y="-70.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.x86_64.syscall4</text>
<text text-anchor="middle" x="3162.5" y="-49.9" font-family="Arial" font-size="18.00" fill="#000000">2.46%</text>
<text text-anchor="middle" x="3162.5" y="-28.9" font-family="Arial" font-size="18.00" fill="#000000">(2.46%)</text>
<text text-anchor="middle" x="3162.5" y="-7.9" font-family="Arial" font-size="18.00" fill="#000000">7×</text>
</g>
<!-- os.linux.prlimit->os.linux.x86_64.syscall4 -->
<g id="edge32" class="edge">
<title>os.linux.prlimit->os.linux.x86_64.syscall4</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2791.13,-185.77C2799.18,-181.17 2807.43,-176.8 2815.5,-173 2893.9,-136.14 2987.3,-105.76 3057.44,-85.43"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="3057.3,-86.05 3058.68,-85.07 3056.99,-84.98 3057.3,-86.05"/>
<text text-anchor="middle" x="2962.62" y="-146.9" font-family="Arial" font-size="18.00" fill="#000000">0.70%</text>
<text text-anchor="middle" x="2962.62" y="-125.9" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- os.linux.setrlimit -->
<g id="node33" class="node">
<title>os.linux.setrlimit</title>
<polygon fill="none" stroke="#000000" points="2797.88,-459 2655.12,-459 2655.12,-346 2797.88,-346 2797.88,-459"/>
<text text-anchor="middle" x="2726.5" y="-437.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2726.5" y="-416.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.setrlimit</text>
<text text-anchor="middle" x="2726.5" y="-395.9" font-family="Arial" font-size="18.00" fill="#000000">0.85%</text>
<text text-anchor="middle" x="2726.5" y="-374.9" font-family="Arial" font-size="18.00" fill="#000000">(0.22%)</text>
<text text-anchor="middle" x="2726.5" y="-353.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.setrlimit->os.linux.prlimit -->
<g id="edge33" class="edge">
<title>os.linux.setrlimit->os.linux.prlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2726.5,-345.51C2726.5,-326.96 2726.5,-306.3 2726.5,-287.66"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2727.06,-287.93 2726.5,-286.33 2725.94,-287.93 2727.06,-287.93"/>
<text text-anchor="middle" x="2751.62" y="-319.9" font-family="Arial" font-size="18.00" fill="#000000">0.62%</text>
<text text-anchor="middle" x="2751.62" y="-298.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.sigaction->debug.assert -->
<g id="edge34" class="edge">
<title>os.linux.sigaction->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.29" d="M3451.68,-707.29C3398.09,-679.12 3333.42,-645.68 3319.5,-641 3216.84,-606.49 3091.36,-589.45 3017.75,-581.84"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.29" points="3017.94,-580.91 3015.16,-581.58 3017.74,-582.79 3017.94,-580.91"/>
<text text-anchor="middle" x="3428.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">3.59%</text>
<text text-anchor="middle" x="3428.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">15×</text>
</g>
<!-- os.linux.sigaction->memset -->
<g id="edge35" class="edge">
<title>os.linux.sigaction->memset</title>
<path fill="none" stroke="#000000" stroke-width="0.38" d="M3475.14,-691.73C3473.37,-688.86 3471.72,-685.95 3470.25,-683 3462.87,-668.24 3457.99,-651.14 3454.77,-635.02"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.38" points="3455.89,-635.07 3454.23,-632.23 3453.76,-635.48 3455.89,-635.07"/>
<text text-anchor="middle" x="3495.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">4.78%</text>
<text text-anchor="middle" x="3495.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">10×</text>
</g>
<!-- os.linux.sigaction->os.linux.getErrno -->
<g id="edge36" class="edge">
<title>os.linux.sigaction->os.linux.getErrno</title>
<path fill="none" stroke="#000000" stroke-width="0.16" d="M3533.39,-691.71C3535.64,-641.37 3530.92,-567.93 3492.5,-519 3359.06,-349.05 3100.4,-273.3 2971.46,-244.92"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.16" points="2971.67,-244.25 2969.57,-244.51 2971.37,-245.62 2971.67,-244.25"/>
<text text-anchor="middle" x="3509.62" y="-492.9" font-family="Arial" font-size="18.00" fill="#000000">1.99%</text>
<text text-anchor="middle" x="3509.62" y="-471.9" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- os.linux.sigaction->os.linux.x86_64.syscall4 -->
<g id="edge37" class="edge">
<title>os.linux.sigaction->os.linux.x86_64.syscall4</title>
<path fill="none" stroke="#000000" stroke-width="0.14" d="M3563.62,-691.71C3581.16,-659.39 3598.5,-617.16 3598.5,-576.5 3598.5,-576.5 3598.5,-576.5 3598.5,-228.5 3598.5,-157.73 3396.92,-104.14 3267.89,-77.09"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.14" points="3268.37,-76.51 3266.38,-76.77 3268.1,-77.81 3268.37,-76.51"/>
<text text-anchor="middle" x="3623.62" y="-406.4" font-family="Arial" font-size="18.00" fill="#000000">1.75%</text>
<text text-anchor="middle" x="3623.62" y="-385.4" font-family="Arial" font-size="18.00" fill="#000000">5×</text>
</g>
<!-- os.linux.tls.initTLS -->
<g id="node36" class="node">
<title>os.linux.tls.initTLS</title>
<polygon fill="none" stroke="#000000" points="3344.5,-1710 3184.5,-1710 3184.5,-1597 3344.5,-1597 3344.5,-1710"/>
<text text-anchor="middle" x="3264.5" y="-1688.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3264.5" y="-1667.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.tls.initTLS</text>
<text text-anchor="middle" x="3264.5" y="-1646.9" font-family="Arial" font-size="18.00" fill="#000000">19.28%</text>
<text text-anchor="middle" x="3264.5" y="-1625.9" font-family="Arial" font-size="18.00" fill="#000000">(7.62%)</text>
<text text-anchor="middle" x="3264.5" y="-1604.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initStaticTLS->os.linux.tls.initTLS -->
<g id="edge38" class="edge">
<title>os.linux.tls.initStaticTLS->os.linux.tls.initTLS</title>
<path fill="none" stroke="#000000" stroke-width="1.54" d="M3264.5,-1840.68C3264.5,-1804.19 3264.5,-1756.43 3264.5,-1718.42"/>
<polygon fill="#000000" stroke="#000000" stroke-width="1.54" points="3266.67,-1718.66 3264.5,-1712.46 3262.33,-1718.66 3266.67,-1718.66"/>
<text text-anchor="middle" x="3294.5" y="-1779.4" font-family="Arial" font-size="18.00" fill="#000000">19.28%</text>
<text text-anchor="middle" x="3294.5" y="-1758.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.prepareTLS -->
<g id="node37" class="node">
<title>os.linux.tls.prepareTLS</title>
<polygon fill="none" stroke="#000000" points="3536.62,-1588 3338.38,-1588 3338.38,-1475 3536.62,-1475 3536.62,-1588"/>
<text text-anchor="middle" x="3437.5" y="-1566.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="3437.5" y="-1545.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.tls.prepareTLS</text>
<text text-anchor="middle" x="3437.5" y="-1524.9" font-family="Arial" font-size="18.00" fill="#000000">2.22%</text>
<text text-anchor="middle" x="3437.5" y="-1503.9" font-family="Arial" font-size="18.00" fill="#000000">(1.59%)</text>
<text text-anchor="middle" x="3437.5" y="-1482.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initStaticTLS->os.linux.tls.prepareTLS -->
<g id="edge39" class="edge">
<title>os.linux.tls.initStaticTLS->os.linux.tls.prepareTLS</title>
<path fill="none" stroke="#000000" stroke-width="0.18" d="M3320.65,-1840.6C3322.72,-1837.77 3324.68,-1834.89 3326.5,-1832 3375.01,-1754.67 3407.03,-1652.94 3423.71,-1590.17"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.18" points="3424.37,-1590.55 3424.2,-1588.33 3422.95,-1590.17 3424.37,-1590.55"/>
<text text-anchor="middle" x="3406.62" y="-1779.4" font-family="Arial" font-size="18.00" fill="#000000">2.22%</text>
<text text-anchor="middle" x="3406.62" y="-1758.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.setThreadPointer -->
<g id="node38" class="node">
<title>os.linux.tls.setThreadPointer</title>
<polygon fill="none" stroke="#000000" points="3013,-1344 2772,-1344 2772,-1231 3013,-1231 3013,-1344"/>
<text text-anchor="middle" x="2892.5" y="-1322.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2892.5" y="-1301.9" font-family="Arial" font-size="18.00" fill="#000000">os.linux.tls.setThreadPointer</text>
<text text-anchor="middle" x="2892.5" y="-1280.9" font-family="Arial" font-size="18.00" fill="#000000">0.75%</text>
<text text-anchor="middle" x="2892.5" y="-1259.9" font-family="Arial" font-size="18.00" fill="#000000">(0.26%)</text>
<text text-anchor="middle" x="2892.5" y="-1238.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initStaticTLS->os.linux.tls.setThreadPointer -->
<g id="edge40" class="edge">
<title>os.linux.tls.initStaticTLS->os.linux.tls.setThreadPointer</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M3221.32,-1840.55C3193.86,-1804.12 3158.15,-1755.13 3129.25,-1710 3048.09,-1583.27 2964.48,-1427.3 2921.67,-1345.21"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2922.4,-1345.41 2921.17,-1344.25 2921.41,-1345.93 2922.4,-1345.41"/>
<text text-anchor="middle" x="3154.62" y="-1657.4" font-family="Arial" font-size="18.00" fill="#000000">0.75%</text>
<text text-anchor="middle" x="3154.62" y="-1636.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initTLS->memcpy -->
<g id="edge42" class="edge">
<title>os.linux.tls.initTLS->memcpy</title>
<path fill="none" stroke="#000000" stroke-width="0.11" d="M3269.99,-1596.81C3275.13,-1545.18 3282.19,-1476.13 3283.25,-1475 3291.3,-1466.4 3324.03,-1468.68 3335.5,-1466 3385.36,-1454.35 3441.56,-1437.1 3479.22,-1424.93"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.11" points="3479.11,-1425.59 3480.55,-1424.5 3478.75,-1424.46 3479.11,-1425.59"/>
<text text-anchor="middle" x="3308.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">1.37%</text>
<text text-anchor="middle" x="3308.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.initTLS->mem.alignForward__anon_3355 -->
<g id="edge41" class="edge">
<title>os.linux.tls.initTLS->mem.alignForward__anon_3355</title>
<path fill="none" stroke="#000000" stroke-width="0.49" d="M3212.92,-1596.83C3210.91,-1593.91 3209.01,-1590.96 3207.25,-1588 3185.32,-1551.02 3169.11,-1505.28 3158.53,-1469.49"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.49" points="3159.81,-1469.51 3157.65,-1466.5 3157.46,-1470.2 3159.81,-1469.51"/>
<text text-anchor="middle" x="3232.62" y="-1535.4" font-family="Arial" font-size="18.00" fill="#000000">6.12%</text>
<text text-anchor="middle" x="3232.62" y="-1514.4" font-family="Arial" font-size="18.00" fill="#000000">2×</text>
</g>
<!-- os.linux.tls.initTLS->memset -->
<g id="edge43" class="edge">
<title>os.linux.tls.initTLS->memset</title>
<path fill="none" stroke="#000000" stroke-width="0.33" d="M3256.66,-1596.63C3254.06,-1560.27 3255.53,-1512.75 3273.5,-1475 3276.07,-1469.6 3280.25,-1471.02 3283.5,-1466 3345.54,-1370.38 3343.18,-1334.34 3362.5,-1222 3373.45,-1158.35 3351.76,-699.78 3378.5,-641 3384.71,-627.35 3395.31,-615.27 3406.41,-605.37"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.33" points="3406.84,-606.35 3408.35,-603.67 3405.5,-604.82 3406.84,-606.35"/>
<text text-anchor="middle" x="3391.62" y="-1047.4" font-family="Arial" font-size="18.00" fill="#000000">4.16%</text>
<text text-anchor="middle" x="3391.62" y="-1026.4" font-family="Arial" font-size="18.00" fill="#000000">6×</text>
</g>
<!-- os.linux.tls.prepareTLS->memset -->
<g id="edge44" class="edge">
<title>os.linux.tls.prepareTLS->memset</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M3437.5,-1474.75C3437.5,-1425.7 3437.5,-1352.36 3437.5,-1288.5 3437.5,-1288.5 3437.5,-1288.5 3437.5,-834 3437.5,-765.21 3441.47,-686.18 3444.64,-634.01"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="3445.19,-634.11 3444.73,-632.48 3444.07,-634.04 3445.19,-634.11"/>
<text text-anchor="middle" x="3462.62" y="-1047.4" font-family="Arial" font-size="18.00" fill="#000000">0.54%</text>
<text text-anchor="middle" x="3462.62" y="-1026.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.linux.tls.setThreadPointer->debug.assert -->
<g id="edge45" class="edge">
<title>os.linux.tls.setThreadPointer->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2887.2,-1230.62C2880.88,-1149.29 2874.07,-993.93 2899.25,-865 2904.73,-836.93 2915.24,-832.66 2922.5,-805 2937.56,-747.61 2946.23,-680.18 2950.88,-633.52"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2951.41,-633.79 2951.01,-632.14 2950.3,-633.68 2951.41,-633.79"/>
<text text-anchor="middle" x="2924.62" y="-925.4" font-family="Arial" font-size="18.00" fill="#000000">0.24%</text>
<text text-anchor="middle" x="2924.62" y="-904.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.maybeIgnoreSigpipe->os.sigaction -->
<g id="edge46" class="edge">
<title>os.maybeIgnoreSigpipe->os.sigaction</title>
<path fill="none" stroke="#000000" stroke-width="0.46" d="M3730.57,-1718.89C3741.55,-1619.56 3757.73,-1405.68 3719.5,-1231 3706.78,-1172.9 3697.21,-1158.68 3664.5,-1109 3663.18,-1107 3661.8,-1104.99 3660.37,-1103"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.46" points="3661.35,-1102.33 3658.39,-1100.29 3659.43,-1103.73 3661.35,-1102.33"/>
<text text-anchor="middle" x="3768.62" y="-1413.4" font-family="Arial" font-size="18.00" fill="#000000">5.77%</text>
<text text-anchor="middle" x="3768.62" y="-1392.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.setrlimit -->
<g id="node41" class="node">
<title>os.setrlimit</title>
<polygon fill="none" stroke="#000000" points="2885.25,-632 2783.75,-632 2783.75,-519 2885.25,-519 2885.25,-632"/>
<text text-anchor="middle" x="2834.5" y="-610.9" font-family="Arial" font-size="18.00" fill="#000000">zig-hi</text>
<text text-anchor="middle" x="2834.5" y="-589.9" font-family="Arial" font-size="18.00" fill="#000000">os.setrlimit</text>
<text text-anchor="middle" x="2834.5" y="-568.9" font-family="Arial" font-size="18.00" fill="#000000">1.67%</text>
<text text-anchor="middle" x="2834.5" y="-547.9" font-family="Arial" font-size="18.00" fill="#000000">(0.43%)</text>
<text text-anchor="middle" x="2834.5" y="-526.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.setrlimit->os.linux.getErrno -->
<g id="edge47" class="edge">
<title>os.setrlimit->os.linux.getErrno</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2852.44,-518.55C2857.94,-499.78 2863.56,-478.63 2867.5,-459 2879.09,-401.21 2886.29,-334.13 2890.31,-287.67"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2890.85,-287.94 2890.43,-286.3 2889.73,-287.85 2890.85,-287.94"/>
<text text-anchor="middle" x="2909.62" y="-406.4" font-family="Arial" font-size="18.00" fill="#000000">0.40%</text>
<text text-anchor="middle" x="2909.62" y="-385.4" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- os.setrlimit->os.linux.setrlimit -->
<g id="edge48" class="edge">
<title>os.setrlimit->os.linux.setrlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2799.14,-518.51C2787.42,-499.96 2774.37,-479.3 2762.6,-460.66"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2763.09,-460.38 2761.76,-459.33 2762.14,-460.98 2763.09,-460.38"/>
<text text-anchor="middle" x="2818.62" y="-492.9" font-family="Arial" font-size="18.00" fill="#000000">0.85%</text>
<text text-anchor="middle" x="2818.62" y="-471.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.expandStackSize->debug.assert -->
<g id="edge53" class="edge">
<title>start.expandStackSize->debug.assert</title>
<path fill="none" stroke="#000000" stroke-width="0.1" d="M2842.71,-691.67C2851.09,-674.18 2861.95,-655.64 2875.25,-641 2880.29,-635.46 2883.45,-636.42 2889.5,-632 2891.17,-630.78 2892.85,-629.53 2894.54,-628.26"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.1" points="2894.77,-628.78 2895.71,-627.37 2894.09,-627.89 2894.77,-628.78"/>
<text text-anchor="middle" x="2900.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">0.24%</text>
<text text-anchor="middle" x="2900.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.expandStackSize->os.getrlimit -->
<g id="edge54" class="edge">
<title>start.expandStackSize->os.getrlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.16" d="M2740.62,-691.51C2703.51,-665.81 2660.53,-636.06 2627.6,-613.26"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.16" points="2628.08,-612.74 2626.03,-612.18 2627.28,-613.89 2628.08,-612.74"/>
<text text-anchor="middle" x="2752.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">1.98%</text>
<text text-anchor="middle" x="2752.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
<!-- start.expandStackSize->os.setrlimit -->
<g id="edge55" class="edge">
<title>start.expandStackSize->os.setrlimit</title>
<path fill="none" stroke="#000000" stroke-width="0.13" d="M2787.93,-691.57C2786.9,-688.72 2786,-685.86 2785.25,-683 2780.52,-664.94 2779.27,-658.68 2785.25,-641 2786.06,-638.61 2786.99,-636.25 2788.03,-633.91"/>
<polygon fill="#000000" stroke="#000000" stroke-width="0.13" points="2788.59,-634.19 2788.77,-632.29 2787.45,-633.67 2788.59,-634.19"/>
<text text-anchor="middle" x="2810.62" y="-665.9" font-family="Arial" font-size="18.00" fill="#000000">1.67%</text>
<text text-anchor="middle" x="2810.62" y="-644.9" font-family="Arial" font-size="18.00" fill="#000000">1×</text>
</g>
</g>
</svg>
|