]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/py_calldist_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / py_calldist_example.txt
1 The following are examples of py_calldist.d.
2
3 This script traces the elapsed time of Python functions and prints a report in
4 the form of a histogram.  Here it traces the example program,
5 Code/Python/func_abc.py
6
7 The results are displayed in two sections, the first, Exclusive function
8 elapsed times, shows us the time spent in each functions, not including time 
9 spent in subroutines. 
10
11 The third section, Inclusive function elapsed times, shows us the time spent
12 in each function, this time including that time spent in subroutines called
13 by those functions.  
14
15 It is important to pay close attention to the third column, "count" as this
16 will indicate if there were any instances in a particular timeframe, even if
17 the number is too small to show up on the histogram clearly. 
18
19 # py_calldist.d
20 Tracing... Hit Ctrl-C to end.
21 ^C
22
23 Exclusive function elapsed times (us),
24    UserDict.py, func, IterableUserDict 
25            value  ------------- Distribution ------------- count    
26                1 |                                         0        
27                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
28                4 |                                         0        
29
30    __init__.py, func, CodecRegistryError 
31            value  ------------- Distribution ------------- count    
32                1 |                                         0        
33                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
34                4 |                                         0        
35
36    ascii.py, func, Codec 
37            value  ------------- Distribution ------------- count    
38                1 |                                         0        
39                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
40                4 |                                         0        
41
42    ascii.py, func, StreamConverter 
43            value  ------------- Distribution ------------- count    
44                1 |                                         0        
45                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
46                4 |                                         0        
47
48    ascii.py, func, StreamReader 
49            value  ------------- Distribution ------------- count    
50                1 |                                         0        
51                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
52                4 |                                         0        
53
54    ascii.py, func, StreamWriter 
55            value  ------------- Distribution ------------- count    
56                1 |                                         0        
57                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
58                4 |                                         0        
59
60    ascii.py, func, getregentry 
61            value  ------------- Distribution ------------- count    
62                1 |                                         0        
63                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
64                4 |                                         0        
65
66    site.py, func, _Helper 
67            value  ------------- Distribution ------------- count    
68                1 |                                         0        
69                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
70                4 |                                         0        
71
72    site.py, func, aliasmbcs 
73            value  ------------- Distribution ------------- count    
74                1 |                                         0        
75                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
76                4 |                                         0        
77
78    site.py, func, setencoding 
79            value  ------------- Distribution ------------- count    
80                1 |                                         0        
81                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
82                4 |                                         0        
83
84    site.py, func, sethelper 
85            value  ------------- Distribution ------------- count    
86                1 |                                         0        
87                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
88                4 |                                         0        
89
90    types.py, func, _C 
91            value  ------------- Distribution ------------- count    
92                1 |                                         0        
93                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
94                4 |                                         0        
95
96    warnings.py, func, _OptionError 
97            value  ------------- Distribution ------------- count    
98                1 |                                         0        
99                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
100                4 |                                         0        
101
102    warnings.py, func, _processoptions 
103            value  ------------- Distribution ------------- count    
104                1 |                                         0        
105                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
106                4 |                                         0        
107
108    UserDict.py, func, __init__ 
109            value  ------------- Distribution ------------- count    
110                2 |                                         0        
111                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
112                8 |                                         0        
113
114    codecs.py, func, Codec 
115            value  ------------- Distribution ------------- count    
116                2 |                                         0        
117                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
118                8 |                                         0        
119
120    codecs.py, func, StreamReader 
121            value  ------------- Distribution ------------- count    
122                2 |                                         0        
123                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
124                8 |                                         0        
125
126    codecs.py, func, StreamReaderWriter 
127            value  ------------- Distribution ------------- count    
128                2 |                                         0        
129                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
130                8 |                                         0        
131
132    codecs.py, func, StreamRecoder 
133            value  ------------- Distribution ------------- count    
134                2 |                                         0        
135                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
136                8 |                                         0        
137
138    codecs.py, func, StreamWriter 
139            value  ------------- Distribution ------------- count    
140                2 |                                         0        
141                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
142                8 |                                         0        
143
144    os.py, func, _Environ 
145            value  ------------- Distribution ------------- count    
146                2 |                                         0        
147                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
148                8 |                                         0        
149
150    site.py, func, _Printer 
151            value  ------------- Distribution ------------- count    
152                2 |                                         0        
153                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
154                8 |                                         0        
155
156    site.py, func, setquit 
157            value  ------------- Distribution ------------- count    
158                2 |                                         0        
159                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
160                8 |                                         0        
161
162    copy_reg.py, func, constructor 
163            value  ------------- Distribution ------------- count    
164                1 |                                         0        
165                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 3        
166                4 |                                         0        
167
168    site.py, func, __init__ 
169            value  ------------- Distribution ------------- count    
170                1 |                                         0        
171                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 3        
172                4 |                                         0        
173
174    warnings.py, func, simplefilter 
175            value  ------------- Distribution ------------- count    
176                1 |                                         0        
177                2 |@@@@@@@@@@@@@@@@@@@@                     1        
178                4 |@@@@@@@@@@@@@@@@@@@@                     1        
179                8 |                                         0        
180
181    __init__.py, func, normalize_encoding 
182            value  ------------- Distribution ------------- count    
183                4 |                                         0        
184                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
185               16 |                                         0        
186
187    linecache.py, func, ? 
188            value  ------------- Distribution ------------- count    
189                4 |                                         0        
190                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
191               16 |                                         0        
192
193    posixpath.py, func, dirname 
194            value  ------------- Distribution ------------- count    
195                4 |                                         0        
196                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
197               16 |                                         0        
198
199    posixpath.py, func, split 
200            value  ------------- Distribution ------------- count    
201                2 |                                         0        
202                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 2        
203                8 |                                         0        
204
205    stat.py, func, ? 
206            value  ------------- Distribution ------------- count    
207                4 |                                         0        
208                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
209               16 |                                         0        
210
211    stat.py, func, S_IFMT 
212            value  ------------- Distribution ------------- count    
213                1 |                                         0        
214                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 6        
215                4 |                                         0        
216
217    UserDict.py, func, UserDict 
218            value  ------------- Distribution ------------- count    
219                8 |                                         0        
220               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
221               32 |                                         0        
222
223    os.py, func, __init__ 
224            value  ------------- Distribution ------------- count    
225                8 |                                         0        
226               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
227               32 |                                         0        
228
229    posixpath.py, func, basename 
230            value  ------------- Distribution ------------- count    
231                8 |                                         0        
232               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
233               32 |                                         0        
234
235    posixpath.py, func, normcase 
236            value  ------------- Distribution ------------- count    
237                0 |                                         0        
238                1 |@@@@@@@@@@@@@@@@@                        6        
239                2 |@@@@@@@@@@@@@@@@@@@@@@@                  8        
240                4 |                                         0        
241
242    aliases.py, func, ? 
243            value  ------------- Distribution ------------- count    
244               16 |                                         0        
245               32 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
246               64 |                                         0        
247
248    copy_reg.py, func, pickle 
249            value  ------------- Distribution ------------- count    
250                4 |                                         0        
251                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@              2        
252               16 |@@@@@@@@@@@@@                            1        
253               32 |                                         0        
254
255    posixpath.py, func, exists 
256            value  ------------- Distribution ------------- count    
257                8 |                                         0        
258               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 2        
259               32 |                                         0        
260
261    <string>, func, ? 
262            value  ------------- Distribution ------------- count    
263                1 |                                         0        
264                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     10       
265                4 |                                         0        
266                8 |                                         0        
267               16 |@@@@                                     1        
268               32 |                                         0        
269
270    posixpath.py, func, isabs 
271            value  ------------- Distribution ------------- count    
272                1 |                                         0        
273                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   21       
274                4 |@@                                       1        
275                8 |                                         0        
276
277    stat.py, func, S_ISDIR 
278            value  ------------- Distribution ------------- count    
279                4 |                                         0        
280                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        5        
281               16 |@@@@@@@                                  1        
282               32 |                                         0        
283
284    UserDict.py, func, ? 
285            value  ------------- Distribution ------------- count    
286               32 |                                         0        
287               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
288              128 |                                         0        
289
290    ascii.py, func, ? 
291            value  ------------- Distribution ------------- count    
292               32 |                                         0        
293               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
294              128 |                                         0        
295
296    site.py, func, addsitepackages 
297            value  ------------- Distribution ------------- count    
298               32 |                                         0        
299               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
300              128 |                                         0        
301
302    site.py, func, removeduppaths 
303            value  ------------- Distribution ------------- count    
304               32 |                                         0        
305               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
306              128 |                                         0        
307
308    site.py, func, setcopyright 
309            value  ------------- Distribution ------------- count    
310               32 |                                         0        
311               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
312              128 |                                         0        
313
314    types.py, func, ? 
315            value  ------------- Distribution ------------- count    
316               32 |                                         0        
317               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
318              128 |                                         0        
319
320    posixpath.py, func, join 
321            value  ------------- Distribution ------------- count    
322                1 |                                         0        
323                2 |@@@@@@@@@@@@@@@@@@@@@@@@                 12       
324                4 |@@@@@@@@@@@@                             6        
325                8 |@@                                       1        
326               16 |                                         0        
327               32 |@@                                       1        
328               64 |                                         0        
329
330    UserDict.py, func, DictMixin 
331            value  ------------- Distribution ------------- count    
332               64 |                                         0        
333              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
334              256 |                                         0        
335
336    __init__.py, func, search_function 
337            value  ------------- Distribution ------------- count    
338               64 |                                         0        
339              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
340              256 |                                         0        
341
342    codecs.py, func, ? 
343            value  ------------- Distribution ------------- count    
344               64 |                                         0        
345              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
346              256 |                                         0        
347
348    copy_reg.py, func, ? 
349            value  ------------- Distribution ------------- count    
350               64 |                                         0        
351              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
352              256 |                                         0        
353
354    os.py, func, _get_exports_list 
355            value  ------------- Distribution ------------- count    
356               64 |                                         0        
357              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
358              256 |                                         0        
359
360    site.py, func, _init_pathinfo 
361            value  ------------- Distribution ------------- count    
362               64 |                                         0        
363              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
364              256 |                                         0        
365
366    site.py, func, abs__file__ 
367            value  ------------- Distribution ------------- count    
368               64 |                                         0        
369              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
370              256 |                                         0        
371
372    site.py, func, main 
373            value  ------------- Distribution ------------- count    
374               64 |                                         0        
375              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
376              256 |                                         0        
377
378    warnings.py, func, ? 
379            value  ------------- Distribution ------------- count    
380               64 |                                         0        
381              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
382              256 |                                         0        
383
384    posixpath.py, func, normpath 
385            value  ------------- Distribution ------------- count    
386                4 |                                         0        
387                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 22       
388               16 |                                         0        
389
390    posixpath.py, func, isdir 
391            value  ------------- Distribution ------------- count    
392                8 |                                         0        
393               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@           6        
394               32 |@@@@@                                    1        
395               64 |@@@@@                                    1        
396              128 |                                         0        
397
398    site.py, func, addpackage 
399            value  ------------- Distribution ------------- count    
400               32 |                                         0        
401               64 |@@@@@@@@@@@@@                            1        
402              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@              2        
403              256 |                                         0        
404
405    posixpath.py, func, abspath 
406            value  ------------- Distribution ------------- count    
407                8 |                                         0        
408               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   21       
409               32 |@@                                       1        
410               64 |                                         0        
411
412    site.py, func, makepath 
413            value  ------------- Distribution ------------- count    
414               16 |                                         0        
415               32 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 14       
416               64 |                                         0        
417
418    posixpath.py, func, ? 
419            value  ------------- Distribution ------------- count    
420              256 |                                         0        
421              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
422             1024 |                                         0        
423
424    site.py, func, ? 
425            value  ------------- Distribution ------------- count    
426              256 |                                         0        
427              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
428             1024 |                                         0        
429
430    site.py, func, execsitecustomize 
431            value  ------------- Distribution ------------- count    
432              256 |                                         0        
433              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
434             1024 |                                         0        
435
436    site.py, func, addsitedir 
437            value  ------------- Distribution ------------- count    
438               64 |                                         0        
439              128 |@@@@@@@@@@@@@@@@@@@@                     1        
440              256 |                                         0        
441              512 |@@@@@@@@@@@@@@@@@@@@                     1        
442             1024 |                                         0        
443
444    os.py, func, _exists 
445            value  ------------- Distribution ------------- count    
446                8 |                                         0        
447               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@             7        
448               32 |@@@@@@@@                                 2        
449               64 |                                         0        
450              128 |                                         0        
451              256 |                                         0        
452              512 |@@@@                                     1        
453             1024 |                                         0        
454
455    __init__.py, func, ? 
456            value  ------------- Distribution ------------- count    
457              512 |                                         0        
458             1024 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
459             2048 |                                         0        
460
461    os.py, func, ? 
462            value  ------------- Distribution ------------- count    
463              512 |                                         0        
464             1024 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
465             2048 |                                         0        
466
467    func_abc.py, func, ? 
468            value  ------------- Distribution ------------- count    
469             1024 |                                         0        
470             2048 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
471             4096 |                                         0        
472
473    func_abc.py, func, func_a 
474            value  ------------- Distribution ------------- count    
475           262144 |                                         0        
476           524288 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
477          1048576 |                                         0        
478
479    func_abc.py, func, func_b 
480            value  ------------- Distribution ------------- count    
481           262144 |                                         0        
482           524288 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
483          1048576 |                                         0        
484
485    func_abc.py, func, func_c 
486            value  ------------- Distribution ------------- count    
487           262144 |                                         0        
488           524288 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
489          1048576 |                                         0        
490
491
492 Inclusive function elapsed times (us),
493    UserDict.py, func, IterableUserDict 
494            value  ------------- Distribution ------------- count    
495                1 |                                         0        
496                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
497                4 |                                         0        
498
499    __init__.py, func, CodecRegistryError 
500            value  ------------- Distribution ------------- count    
501                1 |                                         0        
502                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
503                4 |                                         0        
504
505    ascii.py, func, Codec 
506            value  ------------- Distribution ------------- count    
507                1 |                                         0        
508                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
509                4 |                                         0        
510
511    ascii.py, func, StreamConverter 
512            value  ------------- Distribution ------------- count    
513                1 |                                         0        
514                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
515                4 |                                         0        
516
517    ascii.py, func, StreamReader 
518            value  ------------- Distribution ------------- count    
519                1 |                                         0        
520                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
521                4 |                                         0        
522
523    ascii.py, func, StreamWriter 
524            value  ------------- Distribution ------------- count    
525                1 |                                         0        
526                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
527                4 |                                         0        
528
529    ascii.py, func, getregentry 
530            value  ------------- Distribution ------------- count    
531                1 |                                         0        
532                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
533                4 |                                         0        
534
535    site.py, func, _Helper 
536            value  ------------- Distribution ------------- count    
537                1 |                                         0        
538                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
539                4 |                                         0        
540
541    site.py, func, aliasmbcs 
542            value  ------------- Distribution ------------- count    
543                1 |                                         0        
544                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
545                4 |                                         0        
546
547    site.py, func, setencoding 
548            value  ------------- Distribution ------------- count    
549                1 |                                         0        
550                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
551                4 |                                         0        
552
553    site.py, func, sethelper 
554            value  ------------- Distribution ------------- count    
555                1 |                                         0        
556                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
557                4 |                                         0        
558
559    types.py, func, _C 
560            value  ------------- Distribution ------------- count    
561                1 |                                         0        
562                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
563                4 |                                         0        
564
565    warnings.py, func, _OptionError 
566            value  ------------- Distribution ------------- count    
567                1 |                                         0        
568                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
569                4 |                                         0        
570
571    warnings.py, func, _processoptions 
572            value  ------------- Distribution ------------- count    
573                1 |                                         0        
574                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
575                4 |                                         0        
576
577    UserDict.py, func, __init__ 
578            value  ------------- Distribution ------------- count    
579                2 |                                         0        
580                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
581                8 |                                         0        
582
583    codecs.py, func, Codec 
584            value  ------------- Distribution ------------- count    
585                2 |                                         0        
586                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
587                8 |                                         0        
588
589    codecs.py, func, StreamReader 
590            value  ------------- Distribution ------------- count    
591                2 |                                         0        
592                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
593                8 |                                         0        
594
595    codecs.py, func, StreamReaderWriter 
596            value  ------------- Distribution ------------- count    
597                2 |                                         0        
598                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
599                8 |                                         0        
600
601    codecs.py, func, StreamRecoder 
602            value  ------------- Distribution ------------- count    
603                2 |                                         0        
604                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
605                8 |                                         0        
606
607    codecs.py, func, StreamWriter 
608            value  ------------- Distribution ------------- count    
609                2 |                                         0        
610                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
611                8 |                                         0        
612
613    os.py, func, _Environ 
614            value  ------------- Distribution ------------- count    
615                2 |                                         0        
616                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
617                8 |                                         0        
618
619    site.py, func, _Printer 
620            value  ------------- Distribution ------------- count    
621                2 |                                         0        
622                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
623                8 |                                         0        
624
625    site.py, func, setquit 
626            value  ------------- Distribution ------------- count    
627                2 |                                         0        
628                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
629                8 |                                         0        
630
631    copy_reg.py, func, constructor 
632            value  ------------- Distribution ------------- count    
633                1 |                                         0        
634                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 3        
635                4 |                                         0        
636
637    site.py, func, __init__ 
638            value  ------------- Distribution ------------- count    
639                1 |                                         0        
640                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 3        
641                4 |                                         0        
642
643    warnings.py, func, simplefilter 
644            value  ------------- Distribution ------------- count    
645                1 |                                         0        
646                2 |@@@@@@@@@@@@@@@@@@@@                     1        
647                4 |@@@@@@@@@@@@@@@@@@@@                     1        
648                8 |                                         0        
649
650    __init__.py, func, normalize_encoding 
651            value  ------------- Distribution ------------- count    
652                4 |                                         0        
653                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
654               16 |                                         0        
655
656    linecache.py, func, ? 
657            value  ------------- Distribution ------------- count    
658                4 |                                         0        
659                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
660               16 |                                         0        
661
662    posixpath.py, func, split 
663            value  ------------- Distribution ------------- count    
664                2 |                                         0        
665                4 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 2        
666                8 |                                         0        
667
668    stat.py, func, ? 
669            value  ------------- Distribution ------------- count    
670                4 |                                         0        
671                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
672               16 |                                         0        
673
674    stat.py, func, S_IFMT 
675            value  ------------- Distribution ------------- count    
676                1 |                                         0        
677                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 6        
678                4 |                                         0        
679
680    UserDict.py, func, UserDict 
681            value  ------------- Distribution ------------- count    
682                8 |                                         0        
683               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
684               32 |                                         0        
685
686    os.py, func, __init__ 
687            value  ------------- Distribution ------------- count    
688                8 |                                         0        
689               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
690               32 |                                         0        
691
692    posixpath.py, func, basename 
693            value  ------------- Distribution ------------- count    
694                8 |                                         0        
695               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
696               32 |                                         0        
697
698    posixpath.py, func, dirname 
699            value  ------------- Distribution ------------- count    
700                8 |                                         0        
701               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
702               32 |                                         0        
703
704    posixpath.py, func, normcase 
705            value  ------------- Distribution ------------- count    
706                0 |                                         0        
707                1 |@@@@@@@@@@@@@@@@@                        6        
708                2 |@@@@@@@@@@@@@@@@@@@@@@@                  8        
709                4 |                                         0        
710
711    aliases.py, func, ? 
712            value  ------------- Distribution ------------- count    
713               16 |                                         0        
714               32 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
715               64 |                                         0        
716
717    posixpath.py, func, exists 
718            value  ------------- Distribution ------------- count    
719                8 |                                         0        
720               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 2        
721               32 |                                         0        
722
723    copy_reg.py, func, pickle 
724            value  ------------- Distribution ------------- count    
725                4 |                                         0        
726                8 |@@@@@@@@@@@@@                            1        
727               16 |@@@@@@@@@@@@@@@@@@@@@@@@@@@              2        
728               32 |                                         0        
729
730    posixpath.py, func, isabs 
731            value  ------------- Distribution ------------- count    
732                1 |                                         0        
733                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   21       
734                4 |@@                                       1        
735                8 |                                         0        
736
737    ascii.py, func, ? 
738            value  ------------- Distribution ------------- count    
739               32 |                                         0        
740               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
741              128 |                                         0        
742
743    site.py, func, setcopyright 
744            value  ------------- Distribution ------------- count    
745               32 |                                         0        
746               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
747              128 |                                         0        
748
749    stat.py, func, S_ISDIR 
750            value  ------------- Distribution ------------- count    
751                4 |                                         0        
752                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@              4        
753               16 |@@@@@@@@@@@@@                            2        
754               32 |                                         0        
755
756    types.py, func, ? 
757            value  ------------- Distribution ------------- count    
758               32 |                                         0        
759               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
760              128 |                                         0        
761
762    posixpath.py, func, join 
763            value  ------------- Distribution ------------- count    
764                1 |                                         0        
765                2 |@@@@@@@@@@@@@@@@@@@@@@@@                 12       
766                4 |@@@@@@@@@@@@                             6        
767                8 |@@                                       1        
768               16 |                                         0        
769               32 |@@                                       1        
770               64 |                                         0        
771
772    UserDict.py, func, DictMixin 
773            value  ------------- Distribution ------------- count    
774               64 |                                         0        
775              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
776              256 |                                         0        
777
778    codecs.py, func, ? 
779            value  ------------- Distribution ------------- count    
780               64 |                                         0        
781              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
782              256 |                                         0        
783
784    os.py, func, _get_exports_list 
785            value  ------------- Distribution ------------- count    
786               64 |                                         0        
787              128 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
788              256 |                                         0        
789
790    posixpath.py, func, normpath 
791            value  ------------- Distribution ------------- count    
792                4 |                                         0        
793                8 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 22       
794               16 |                                         0        
795
796    UserDict.py, func, ? 
797            value  ------------- Distribution ------------- count    
798              128 |                                         0        
799              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
800              512 |                                         0        
801
802    __init__.py, func, search_function 
803            value  ------------- Distribution ------------- count    
804              128 |                                         0        
805              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
806              512 |                                         0        
807
808    copy_reg.py, func, ? 
809            value  ------------- Distribution ------------- count    
810              128 |                                         0        
811              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
812              512 |                                         0        
813
814    site.py, func, abs__file__ 
815            value  ------------- Distribution ------------- count    
816              128 |                                         0        
817              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
818              512 |                                         0        
819
820    site.py, func, removeduppaths 
821            value  ------------- Distribution ------------- count    
822              128 |                                         0        
823              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
824              512 |                                         0        
825
826    warnings.py, func, ? 
827            value  ------------- Distribution ------------- count    
828              128 |                                         0        
829              256 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
830              512 |                                         0        
831
832    posixpath.py, func, isdir 
833            value  ------------- Distribution ------------- count    
834                8 |                                         0        
835               16 |@@@@@                                    1        
836               32 |@@@@@@@@@@@@@@@@@@@@@@@@@                5        
837               64 |@@@@@@@@@@                               2        
838              128 |                                         0        
839
840    posixpath.py, func, ? 
841            value  ------------- Distribution ------------- count    
842              256 |                                         0        
843              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
844             1024 |                                         0        
845
846    site.py, func, _init_pathinfo 
847            value  ------------- Distribution ------------- count    
848              256 |                                         0        
849              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
850             1024 |                                         0        
851
852    site.py, func, execsitecustomize 
853            value  ------------- Distribution ------------- count    
854              256 |                                         0        
855              512 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
856             1024 |                                         0        
857
858    posixpath.py, func, abspath 
859            value  ------------- Distribution ------------- count    
860               16 |                                         0        
861               32 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 22       
862               64 |                                         0        
863
864    os.py, func, _exists 
865            value  ------------- Distribution ------------- count    
866                8 |                                         0        
867               16 |@@@@@@@@@@@@@@@@                         4        
868               32 |@@@@@@@@@@@@@@@@@@@@                     5        
869               64 |                                         0        
870              128 |                                         0        
871              256 |                                         0        
872              512 |@@@@                                     1        
873             1024 |                                         0        
874
875    site.py, func, makepath 
876            value  ------------- Distribution ------------- count    
877               32 |                                         0        
878               64 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 14       
879              128 |                                         0        
880
881    __init__.py, func, ? 
882            value  ------------- Distribution ------------- count    
883              512 |                                         0        
884             1024 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
885             2048 |                                         0        
886
887    <string>, func, ? 
888            value  ------------- Distribution ------------- count    
889                1 |                                         0        
890                2 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     10       
891                4 |                                         0        
892                8 |                                         0        
893               16 |                                         0        
894               32 |                                         0        
895               64 |                                         0        
896              128 |                                         0        
897              256 |                                         0        
898              512 |                                         0        
899             1024 |@@@@                                     1        
900             2048 |                                         0        
901
902    site.py, func, addpackage 
903            value  ------------- Distribution ------------- count    
904               64 |                                         0        
905              128 |@@@@@@@@@@@@@                            1        
906              256 |@@@@@@@@@@@@@                            1        
907              512 |                                         0        
908             1024 |@@@@@@@@@@@@@                            1        
909             2048 |                                         0        
910
911    os.py, func, ? 
912            value  ------------- Distribution ------------- count    
913             1024 |                                         0        
914             2048 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
915             4096 |                                         0        
916
917    site.py, func, addsitepackages 
918            value  ------------- Distribution ------------- count    
919             1024 |                                         0        
920             2048 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
921             4096 |                                         0        
922
923    site.py, func, addsitedir 
924            value  ------------- Distribution ------------- count    
925              512 |                                         0        
926             1024 |@@@@@@@@@@@@@@@@@@@@                     1        
927             2048 |@@@@@@@@@@@@@@@@@@@@                     1        
928             4096 |                                         0        
929
930    site.py, func, main 
931            value  ------------- Distribution ------------- count    
932             2048 |                                         0        
933             4096 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
934             8192 |                                         0        
935
936    site.py, func, ? 
937            value  ------------- Distribution ------------- count    
938             4096 |                                         0        
939             8192 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
940            16384 |                                         0        
941
942    func_abc.py, func, func_c 
943            value  ------------- Distribution ------------- count    
944           262144 |                                         0        
945           524288 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
946          1048576 |                                         0        
947
948    func_abc.py, func, func_b 
949            value  ------------- Distribution ------------- count    
950           524288 |                                         0        
951          1048576 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
952          2097152 |                                         0        
953
954    func_abc.py, func, ? 
955            value  ------------- Distribution ------------- count    
956          1048576 |                                         0        
957          2097152 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
958          4194304 |                                         0        
959
960    func_abc.py, func, func_a 
961            value  ------------- Distribution ------------- count    
962          1048576 |                                         0        
963          2097152 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
964          4194304 |                                         0        
965
966