Skip to content

Instantly share code, notes, and snippets.

@wafflespeanut
Last active September 14, 2018 06:26
Show Gist options
  • Save wafflespeanut/f549bca14078eef042d7 to your computer and use it in GitHub Desktop.
Save wafflespeanut/f549bca14078eef042d7 to your computer and use it in GitHub Desktop.
Profiling tidy...
$ python -c "from python import tidy; import cProfile; cProfile.run('tidy.scan()', sort = 'time')" > ~/Desktop/tidy_profile.log
21964378 function calls (21757559 primitive calls) in 936.595 seconds
Ordered by: internal time
ncalls tottime percall cumtime percall filename:lineno(function)
1 544.370 544.370 544.370 544.370 {posix.waitpid}
282745 241.367 0.001 241.367 0.001 {posix.stat}
19007 109.301 0.006 109.301 0.006 {posix.listdir}
19101 11.381 0.001 11.381 0.001 {posix.lstat}
2248734 2.619 0.000 3.417 0.000 re.py:226(_compile)
1849503 2.077 0.000 2.077 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
676 1.875 0.003 10.059 0.015 tidy.py:226(check_rust)
1816888 1.858 0.000 6.467 0.000 re.py:139(search)
169262/18993 1.567 0.000 366.249 0.019 os.py:209(walk)
566628 1.394 0.000 2.123 0.000 posixpath.py:68(join)
427463 1.319 0.000 1.368 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
2 1.077 0.538 21.449 10.725 tidy.py:518(collect_errors_for_files)
281900 0.932 0.000 242.337 0.001 genericpath.py:38(isdir)
262807 0.794 0.000 3.267 0.000 tidy.py:50(should_check)
291782 0.773 0.000 1.289 0.000 fnmatch.py:24(fnmatch)
1139516 0.707 0.000 0.707 0.000 {method 'startswith' of 'str' objects}
2297881 0.705 0.000 0.705 0.000 {method 'get' of 'dict' objects}
676 0.522 0.001 2.559 0.004 tidy.py:120(check_by_line)
476953 0.489 0.000 0.489 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
427463 0.478 0.000 2.482 0.000 re.py:144(sub)
690 0.470 0.001 0.470 0.001 {open}
1068837 0.441 0.000 0.441 0.000 {method 'endswith' of 'str' objects}
263220 0.438 0.000 0.625 0.000 genericpath.py:85(_splitext)
281900 0.363 0.000 0.529 0.000 stat.py:40(S_ISDIR)
193802 0.359 0.000 0.614 0.000 pep8.py:1273(run_check)
262808 0.322 0.000 367.202 0.001 tidy.py:577(<genexpr>)
789494 0.303 0.000 0.303 0.000 {method 'rfind' of 'str' objects}
167062 0.254 0.000 0.413 0.000 tidy.py:82(check_length)
6731 0.244 0.000 1.501 0.000 pep8.py:1324(check_logical)
263220 0.239 0.000 0.863 0.000 posixpath.py:104(splitext)
69871 0.234 0.000 0.436 0.000 tokenize.py:270(generate_tokens)
291782 0.228 0.000 0.427 0.000 fnmatch.py:67(fnmatchcase)
787 0.221 0.000 370.696 0.471 {filter}
904301 0.218 0.000 0.218 0.000 {method 'append' of 'list' objects}
262807 0.211 0.000 0.327 0.000 posixpath.py:119(basename)
167062 0.209 0.000 0.263 0.000 tidy.py:104(check_whitespace)
273735 0.203 0.000 1.060 0.000 tidy.py:419(line_is_attribute)
689 0.191 0.000 0.191 0.000 {method 'read' of 'file' objects}
300999 0.177 0.000 0.177 0.000 stat.py:24(S_IFMT)
4 0.162 0.041 0.873 0.218 toml.py:47(loads)
1 0.162 0.162 0.248 0.248 toml.py:3(<module>)
29 0.153 0.005 0.153 0.005 {compile}
167062 0.143 0.000 0.689 0.000 tidy.py:90(check_whatwg_specific_url)
167062 0.129 0.000 0.630 0.000 tidy.py:97(check_whatwg_single_page_url)
2926 0.123 0.000 0.123 0.000 {method 'insert' of 'list' objects}
6731 0.114 0.000 0.160 0.000 pep8.py:1291(build_tokens_line)
676 0.114 0.000 0.290 0.000 tidy.py:474(check_spec)
41621/3062 0.113 0.000 0.542 0.000 checker.py:536(handleNode)
171692 0.105 0.000 0.105 0.000 {method 'find' of 'str' objects}
29 0.105 0.004 3.268 0.113 pep8.py:1407(check_all)
4 0.102 0.025 0.909 0.227 __init__.py:1(<module>)
1 0.095 0.095 0.141 0.141 __init__.py:45(<module>)
1 0.093 0.093 0.358 0.358 engine.py:2(<module>)
1 0.092 0.092 0.319 0.319 compat.py:1(<module>)
583576 0.088 0.000 0.088 0.000 posixpath.py:51(normcase)
445723 0.086 0.000 0.086 0.000 {getattr}
1848 0.085 0.000 0.085 0.000 {method 'splitlines' of 'str' objects}
1 0.084 0.084 0.567 0.567 dist.py:1(<module>)
216491 0.081 0.000 0.081 0.000 {method 'rstrip' of 'str' objects}
1 0.080 0.080 0.086 0.086 decimal.py:116(<module>)
69840 0.078 0.000 0.898 0.000 pep8.py:1363(generate_tokens)
7500 0.073 0.000 0.073 0.000 {method 'pop' of 'list' objects}
1 0.072 0.072 0.072 0.072 {posix.read}
19101 0.072 0.000 11.495 0.001 posixpath.py:139(islink)
1 0.069 0.069 0.350 0.350 _pyflakes.py:2(<module>)
676 0.069 0.000 1.191 0.002 tidy.py:161(check_lock)
6731 0.066 0.000 0.077 0.000 pep8.py:372(continued_indentation)
47894 0.065 0.000 0.146 0.000 ast.py:173(iter_child_nodes)
151240 0.065 0.000 0.065 0.000 {method 'strip' of 'str' objects}
6731 0.064 0.000 0.073 0.000 pep8.py:297(whitespace_around_keywords)
6731 0.060 0.000 0.069 0.000 pep8.py:601(whitespace_around_operator)
364601/364071 0.060 0.000 0.060 0.000 {len}
69811 0.059 0.000 0.384 0.000 pep8.py:1377(maybe_check_physical)
157903 0.057 0.000 0.058 0.000 {isinstance}
4587/2116 0.057 0.000 0.483 0.000 toml.py:392(load_value)
6731 0.053 0.000 0.053 0.000 pep8.py:624(missing_whitespace_around_operator)
9592 0.051 0.000 0.070 0.000 checker.py:432(handleNodeLoad)
1 0.051 0.051 0.131 0.131 pkg_resources.py:15(<module>)
6731 0.049 0.000 0.057 0.000 pep8.py:874(explicit_line_join)
1 0.048 0.048 0.049 0.049 pdb.py:3(<module>)
61/60 0.048 0.001 0.398 0.007 {__import__}
6731 0.046 0.000 0.055 0.000 pep8.py:320(missing_whitespace)
1 0.044 0.044 0.242 0.242 doctest.py:46(<module>)
1 0.044 0.044 0.063 0.063 __init__.py:44(<module>)
11430 0.043 0.000 0.301 0.000 pep8.py:1280(check_physical)
1 0.042 0.042 1.216 1.216 main.py:2(<module>)
11430 0.040 0.000 0.053 0.000 pep8.py:123(tabs_or_spaces)
1 0.040 0.040 0.103 0.103 reporter.py:4(<module>)
14521/2510 0.039 0.000 0.486 0.000 checker.py:515(handleChildren)
60739 0.038 0.000 0.054 0.000 ast.py:161(iter_fields)
1 0.037 0.037 0.280 0.280 checker.py:6(<module>)
1 0.037 0.037 0.103 0.103 SimpleHTTPServer.py:6(<module>)
1 0.036 0.036 0.106 0.106 httplib.py:67(<module>)
4404 0.033 0.000 0.073 0.000 checker.py:384(addBinding)
26924 0.032 0.000 0.032 0.000 {method 'finditer' of '_sre.SRE_Pattern' objects}
6731 0.032 0.000 0.039 0.000 pep8.py:569(whitespace_before_parameters)
1 0.032 0.032 0.034 0.034 depends.py:1(<module>)
676 0.031 0.000 5.617 0.008 tidy.py:134(check_flake8)
6731 0.030 0.000 0.030 0.000 pep8.py:734(whitespace_around_named_parameter_equals)
19098 0.030 0.000 0.042 0.000 stat.py:55(S_ISLNK)
6731 0.029 0.000 0.040 0.000 pep8.py:265(extraneous_whitespace)
24888 0.028 0.000 0.028 0.000 {range}
1 0.027 0.027 0.029 0.029 case.py:1(<module>)
11616 0.025 0.000 0.169 0.000 checker.py:680(NAME)
86146 0.025 0.000 0.025 0.000 {method 'lower' of 'str' objects}
28938 0.024 0.000 0.049 0.000 re.py:271(_subx)
28438 0.023 0.000 0.023 0.000 {method 'count' of 'str' objects}
69811 0.023 0.000 0.023 0.000 pep8.py:1166(_is_eol_token)
6731 0.023 0.000 0.024 0.000 pep8.py:773(whitespace_before_comment)
1 0.023 0.023 0.040 0.040 config.py:5(<module>)
1 0.022 0.022 0.036 0.036 gettext.py:11(<module>)
2173 0.021 0.000 0.071 0.000 checker.py:471(handleNodeStore)
528/158 0.021 0.000 0.051 0.000 sre_parse.py:379(_parse)
1 0.021 0.021 0.021 0.021 socket.py:45(<module>)
1 0.020 0.020 0.020 0.020 callbacks.py:1(<module>)
11430 0.019 0.000 0.034 0.000 pep8.py:153(trailing_whitespace)
41607 0.019 0.000 0.023 0.000 checker.py:424(getNodeHandler)
1 0.019 0.019 0.050 0.050 dist.py:5(<module>)
6731 0.018 0.000 0.027 0.000 pep8.py:716(whitespace_around_comma)
28938 0.017 0.000 0.025 0.000 re.py:251(_compile_repl)
641 0.016 0.000 0.024 0.000 checker.py:719(LAMBDA)
6731 0.016 0.000 0.024 0.000 pep8.py:830(compound_statements)
11430 0.016 0.000 0.032 0.000 pep8.py:142(tabs_obsolete)
828 0.015 0.000 0.015 0.000 {method 'readline' of 'file' objects}
1 0.015 0.015 0.015 0.015 {imp.load_module}
1 0.014 0.014 0.133 0.133 pep8.py:46(<module>)
30839 0.014 0.000 0.014 0.000 {hasattr}
11483 0.014 0.000 0.014 0.000 pep8.py:1263(readline)
8656 0.014 0.000 0.019 0.000 pep8.py:1064(expand_indent)
1013/145 0.014 0.000 0.037 0.000 sre_compile.py:32(_compile)
10935 0.013 0.000 0.014 0.000 {method 'join' of 'str' objects}
1 0.013 0.013 0.581 0.581 extension.py:1(<module>)
4456 0.013 0.000 0.027 0.000 checker.py:335(hasParent)
15126 0.013 0.000 0.013 0.000 {method 'split' of 'str' objects}
51195 0.012 0.000 0.012 0.000 checker.py:295(scope)
453 0.012 0.000 0.326 0.001 toml.py:476(load_array)
4262 0.012 0.000 0.014 0.000 pep8.py:1091(mute_string)
677 0.011 0.000 0.018 0.000 tidy.py:71(check_license)
62795 0.011 0.000 0.011 0.000 {method 'span' of '_sre.SRE_Match' objects}
1 0.011 0.011 0.012 0.012 copy.py:49(<module>)
1 0.011 0.011 0.016 0.016 fancy_getopt.py:9(<module>)
1 0.011 0.011 0.011 0.011 __init__.py:5(<module>)
1 0.011 0.011 0.017 0.017 cmd.py:5(<module>)
6731 0.011 0.000 0.019 0.000 pep8.py:228(blank_lines)
1 0.010 0.010 0.010 0.010 mimetypes.py:24(<module>)
6752 0.010 0.000 0.011 0.000 sre_parse.py:182(__next)
365 0.009 0.000 0.015 0.000 sre_compile.py:207(_optimize_charset)
174 0.009 0.000 0.014 0.000 synchronize.py:74(__init__)
1 0.009 0.009 0.042 0.042 inspect.py:25(<module>)
1 0.009 0.009 0.009 0.009 collections.py:1(<module>)
754 0.009 0.000 0.014 0.000 posixpath.py:336(normpath)
12 0.009 0.001 0.012 0.001 collections.py:288(namedtuple)
6731 0.009 0.000 0.011 0.000 pep8.py:346(indentation)
1 0.009 0.009 0.010 0.010 result.py:1(<module>)
641 0.009 0.000 0.504 0.001 checker.py:765(runFunction)
1 0.008 0.008 0.010 0.010 pickle.py:25(<module>)
1 0.008 0.008 0.030 0.030 mimetools.py:1(<module>)
1 0.008 0.008 0.022 0.022 tempfile.py:18(<module>)
1 0.008 0.008 0.014 0.014 ssl.py:56(<module>)
783 0.007 0.000 0.031 0.000 optparse.py:561(__init__)
11787 0.007 0.000 0.010 0.000 checker.py:209(getNodeName)
783 0.007 0.000 0.040 0.000 optparse.py:1008(add_option)
1 0.007 0.007 0.007 0.007 hashlib.py:55(<module>)
783 0.007 0.000 0.010 0.000 optparse.py:610(_set_attrs)
1 0.007 0.007 0.010 0.010 util.py:2(<module>)
6731 0.006 0.000 0.027 0.000 pep8.py:908(comparison_to_singleton)
1426/574 0.006 0.000 0.008 0.000 sre_parse.py:140(getwidth)
6908 0.006 0.000 0.041 0.000 tidy.py:423(line_is_comment)
366 0.006 0.000 0.038 0.000 posixpath.py:431(relpath)
1 0.006 0.006 0.007 0.007 main.py:1(<module>)
6731 0.006 0.000 0.026 0.000 pep8.py:939(comparison_negative)
23137 0.006 0.000 0.006 0.000 {method 'group' of '_sre.SRE_Match' objects}
62 0.006 0.000 0.350 0.006 gettext.py:421(find)
6731 0.006 0.000 0.006 0.000 pep8.py:1492(increment_logical_line)
803 0.006 0.000 0.462 0.001 genericpath.py:15(exists)
6731 0.005 0.000 0.009 0.000 pep8.py:1020(python_3000_backticks)
6731 0.005 0.000 0.009 0.000 pep8.py:811(imports_on_separate_lines)
1 0.005 0.005 0.013 0.013 random.py:40(<module>)
4208 0.005 0.000 0.008 0.000 sre_parse.py:130(__getitem__)
6731 0.005 0.000 0.013 0.000 pep8.py:994(python_3000_raise_comma)
29 0.005 0.000 0.423 0.015 engine.py:19(_register_extensions)
63 0.005 0.000 0.005 0.000 sre_compile.py:258(_mk_bitmap)
1 0.005 0.005 0.064 0.064 core.py:7(<module>)
1 0.005 0.005 0.047 0.047 optparse.py:22(<module>)
6731 0.005 0.000 0.024 0.000 pep8.py:960(comparison_type)
1 0.005 0.005 0.017 0.017 ConfigParser.py:88(<module>)
1 0.005 0.005 0.007 0.007 pkg_resources.py:254(get_build_platform)
6731 0.005 0.000 0.008 0.000 pep8.py:983(python_3000_has_key)
748 0.005 0.000 0.026 0.000 posixpath.py:365(abspath)
11483 0.005 0.000 0.086 0.000 engine.py:93(<genexpr>)
1 0.004 0.004 0.014 0.014 subprocess.py:387(<module>)
1 0.004 0.004 0.019 0.019 util.py:35(<module>)
6731 0.004 0.000 0.007 0.000 pep8.py:1007(python_3000_not_equal)
8346 0.004 0.000 0.004 0.000 {method 'groups' of '_sre.SRE_Match' objects}
1901 0.004 0.000 0.210 0.000 checker.py:821(ASSIGN)
1 0.004 0.004 0.004 0.004 archive_util.py:4(<module>)
1 0.004 0.004 0.008 0.008 SocketServer.py:120(<module>)
5783 0.004 0.000 0.013 0.000 sre_parse.py:201(get)
1 0.004 0.004 0.012 0.012 BaseHTTPServer.py:18(<module>)
1 0.004 0.004 0.006 0.006 urllib2.py:76(<module>)
4404 0.004 0.000 0.004 0.000 checker.py:71(__init__)
11430 0.004 0.000 0.004 0.000 pep8.py:174(trailing_blank_lines)
1 0.004 0.004 0.005 0.005 queues.py:35(<module>)
783 0.004 0.000 0.005 0.000 optparse.py:589(_set_opt_strings)
10289 0.004 0.000 0.004 0.000 {setattr}
676 0.003 0.000 0.006 0.000 tidy.py:427(check_webidl_spec)
186 0.003 0.000 0.005 0.000 gettext.py:130(_expand_lang)
1569/1511 0.003 0.000 0.095 0.000 {any}
8657 0.003 0.000 0.003 0.000 {method 'lstrip' of 'str' objects}
608 0.003 0.000 0.043 0.000 checker.py:711(FUNCTIONDEF)
2814 0.003 0.000 0.013 0.000 re.py:134(match)
4876 0.003 0.000 0.003 0.000 {method 'replace' of 'str' objects}
87 0.003 0.000 0.008 0.000 pep8.py:1736(get_checks)
899 0.003 0.000 0.004 0.000 checker.py:51(getNodeType)
1 0.003 0.003 0.003 0.003 base64.py:3(<module>)
1 0.003 0.003 0.004 0.004 threading.py:1(<module>)
397/145 0.003 0.000 0.052 0.000 sre_parse.py:301(_parse_sub)
641 0.003 0.000 0.003 0.000 checker.py:178(__init__)
29 0.003 0.000 0.005 0.000 checker.py:302(checkDeadScopes)
1 0.003 0.003 0.020 0.020 mimetypes.py:205(readfp)
1 0.003 0.003 0.003 0.003 ast.py:27(<module>)
145 0.003 0.000 0.012 0.000 sre_compile.py:359(_compile_info)
366 0.003 0.000 0.004 0.000 genericpath.py:68(commonprefix)
66 0.002 0.000 0.037 0.001 pkg_resources.py:1762(find_on_path)
58 0.002 0.000 0.510 0.009 checker.py:286(runDeferred)
11728 0.002 0.000 0.002 0.000 checker.py:592(ignore)
365 0.002 0.000 0.018 0.000 sre_compile.py:178(_compile_charset)
735 0.002 0.000 0.002 0.000 {posix.getcwd}
4262 0.002 0.000 0.002 0.000 {method 'index' of 'str' objects}
1 0.002 0.002 0.002 0.002 extension.py:4(<module>)
676 0.002 0.000 0.003 0.000 tidy.py:217(check_toml)
783 0.002 0.000 0.002 0.000 optparse.py:636(_check_type)
642/641 0.002 0.000 0.003 0.000 checker.py:724(addArgs)
2583 0.002 0.000 0.002 0.000 {min}
1 0.002 0.002 0.002 0.002 dep_util.py:5(<module>)
1368 0.002 0.000 0.002 0.000 tidy.py:76(<genexpr>)
17239 0.002 0.000 0.002 0.000 {method 'isspace' of 'str' objects}
1 0.002 0.002 0.002 0.002 filelist.py:5(<module>)
1282 0.002 0.000 0.002 0.000 checker.py:279(deferAssignment)
232 0.002 0.000 0.002 0.000 weakref.py:267(__init__)
783 0.002 0.000 0.002 0.000 optparse.py:679(_check_dest)
1 0.002 0.002 0.002 0.002 dir_util.py:3(<module>)
29 0.002 0.000 0.499 0.017 pep8.py:1750(get_parser)
1 0.002 0.002 0.002 0.002 {posix.fork}
807 0.002 0.000 0.006 0.000 checker.py:329(pushScope)
2874 0.002 0.000 0.003 0.000 sre_parse.py:195(match)
58 0.002 0.000 0.027 0.000 __init__.py:213(Queue)
29 0.002 0.000 0.596 0.021 checker.py:240(__init__)
1569 0.002 0.000 0.101 0.000 re.py:188(compile)
29 0.002 0.000 0.954 0.033 engine.py:45(get_parser)
567 0.002 0.000 0.045 0.000 checker.py:700(RETURN)
2192 0.002 0.000 0.002 0.000 sre_parse.py:138(append)
641 0.002 0.000 0.002 0.000 checker.py:185(unusedAssignments)
29 0.001 0.000 0.004 0.000 optparse.py:1319(get_default_values)
145 0.001 0.000 0.107 0.001 sre_compile.py:493(compile)
15 0.001 0.000 0.001 0.000 {posix.access}
29 0.001 0.000 1.007 0.035 engine.py:108(get_style_guide)
87 0.001 0.000 0.032 0.000 pkg_resources.py:467(iter_entry_points)
4 0.001 0.000 0.001 0.000 {_codecs.utf_8_decode}
1711 0.001 0.000 0.003 0.000 pep8.py:1745(<genexpr>)
131 0.001 0.000 0.035 0.000 checker.py:800(CLASSDEF)
1 0.001 0.001 544.446 544.446 tidy.py:566(check_wpt_lint_errors)
13111 0.001 0.000 0.001 0.000 {method 'isalnum' of 'str' objects}
836 0.001 0.000 0.002 0.000 checker.py:299(popScope)
428 0.001 0.000 0.002 0.000 sre_compile.py:354(_simple)
870 0.001 0.000 0.002 0.000 pep8.py:1723(ignore_code)
145 0.001 0.000 0.054 0.000 sre_parse.py:675(parse)
1990 0.001 0.000 0.001 0.000 sre_parse.py:126(__len__)
783 0.001 0.000 0.001 0.000 optparse.py:981(_check_conflict)
670 0.001 0.000 0.002 0.000 mimetypes.py:78(add_type)
29 0.001 0.000 0.013 0.000 pep8.py:1864(process_options)
653/293 0.001 0.000 0.023 0.000 pkg_resources.py:1941(yield_lines)
58 0.001 0.000 0.021 0.000 queues.py:58(__init__)
60 0.001 0.000 0.001 0.000 threading.py:259(__init__)
59 0.001 0.000 0.001 0.000 {posix.pipe}
29 0.001 0.000 0.022 0.001 pep8.py:1618(__init__)
232 0.001 0.000 0.003 0.000 weakref.py:98(__setitem__)
232 0.001 0.000 0.004 0.000 util.py:161(register_after_fork)
641 0.001 0.000 0.003 0.000 checker.py:778(checkUnusedAssignments)
95 0.001 0.000 0.001 0.000 inspect.py:744(getargs)
570 0.001 0.000 0.001 0.000 pkg_resources.py:490(__iter__)
422 0.001 0.000 0.001 0.000 sre_parse.py:257(_escape)
641 0.001 0.000 0.001 0.000 checker.py:268(deferFunction)
982 0.001 0.000 0.001 0.000 {method 'items' of 'dict' objects}
783 0.001 0.000 0.001 0.000 optparse.py:580(_check_opt_strings)
58 0.001 0.000 0.003 0.000 collections.py:38(__init__)
58 0.001 0.000 0.002 0.000 queues.py:86(_after_fork)
186 0.001 0.000 0.001 0.000 locale.py:363(normalize)
1015 0.001 0.000 0.001 0.000 sre_parse.py:90(__init__)
137/103 0.001 0.000 0.084 0.001 checker.py:655(FOR)
522 0.001 0.000 0.030 0.000 pkg_resources.py:2323(get_entry_map)
1 0.001 0.001 0.001 0.001 {posix.popen}
764 0.001 0.000 0.001 0.000 posixpath.py:59(isabs)
226 0.001 0.000 0.001 0.000 {method 'remove' of 'list' objects}
1035 0.001 0.000 0.001 0.000 {method 'partition' of 'str' objects}
367 0.001 0.000 0.001 0.000 re.py:204(escape)
1 0.001 0.001 0.001 0.001 zipfile.py:433(_GenerateCRCTable)
783 0.001 0.000 0.001 0.000 optparse.py:630(_check_action)
58 0.001 0.000 0.003 0.000 __init__.py:102(Pipe)
3 0.001 0.000 0.001 0.000 {posix.readlink}
51 0.001 0.000 0.004 0.000 pkg_resources.py:2152(from_location)
440 0.001 0.000 0.001 0.000 {built-in method __new__ of type object at 0x919120}
29 0.001 0.000 0.751 0.026 pep8.py:1351(check_ast)
122 0.001 0.000 0.004 0.000 pkg_resources.py:2506(parse_requirements)
95 0.001 0.000 0.004 0.000 pep8.py:1178(register_check)
21 0.001 0.000 0.001 0.000 pkg_resources.py:2643(_get_mro)
296 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects}
1 0.001 0.001 0.002 0.002 urllib.py:23(<module>)
485 0.001 0.000 0.001 0.000 urlparse.py:332(<genexpr>)
95 0.001 0.000 0.003 0.000 inspect.py:804(getargspec)
145 0.001 0.000 0.050 0.000 sre_compile.py:478(_code)
145 0.001 0.000 0.001 0.000 {_sre.compile}
61 0.001 0.000 0.002 0.000 pkg_resources.py:2575(__init__)
287/137 0.001 0.000 0.001 0.000 checker.py:661(collectLoopVars)
1 0.001 0.001 0.001 0.001 io.py:34(<module>)
8 0.001 0.000 0.001 0.000 tidy.py:541(get_reftest_names)
217 0.001 0.000 0.001 0.000 checker.py:94(__init__)
783 0.001 0.000 0.001 0.000 optparse.py:700(_check_nargs)
783 0.001 0.000 0.001 0.000 optparse.py:694(_check_const)
1 0.001 0.001 0.001 0.001 synchronize.py:36(<module>)
87 0.001 0.000 0.001 0.000 {sorted}
27 0.001 0.000 0.001 0.000 {method 'findall' of '_sre.SRE_Pattern' objects}
29 0.001 0.000 0.001 0.000 optparse.py:200(__init__)
783 0.001 0.000 0.001 0.000 optparse.py:709(_check_callback)
29 0.001 0.000 4.368 0.151 main.py:69(check_code)
485 0.001 0.000 0.001 0.000 urllib.py:1206(<genexpr>)
1358 0.001 0.000 0.001 0.000 {method 'values' of 'dict' objects}
58 0.001 0.000 0.029 0.000 pep8.py:1558(__init__)
58 0.001 0.000 0.002 0.000 connection.py:183(Pipe)
641 0.001 0.000 0.001 0.000 {method 'copy' of 'set' objects}
1 0.001 0.001 0.001 0.001 errors.py:9(<module>)
79/73 0.001 0.000 0.001 0.000 abc.py:148(__subclasscheck__)
51 0.001 0.000 0.001 0.000 pkg_resources.py:507(add)
641 0.001 0.000 0.001 0.000 checker.py:787(checkReturnWithArgumentInsideGenerator)
783 0.001 0.000 0.001 0.000 optparse.py:666(_check_choice)
88 0.001 0.000 0.001 0.000 tidy.py:410(is_associated_type)
62 0.001 0.000 0.351 0.006 gettext.py:476(translation)
29 0.001 0.000 0.354 0.012 optparse.py:1191(__init__)
899 0.001 0.000 0.001 0.000 {method 'upper' of 'unicode' objects}
1 0.001 0.001 0.001 0.001 htmlentitydefs.py:1(<module>)
87 0.001 0.000 0.001 0.000 optparse.py:1052(remove_option)
62 0.001 0.000 0.351 0.006 gettext.py:542(dgettext)
12 0.001 0.000 0.001 0.000 {method 'close' of 'file' objects}
16/13 0.000 0.000 0.013 0.001 posixpath.py:387(_joinrealpath)
51 0.000 0.000 0.002 0.000 pkg_resources.py:2140(__init__)
1 0.000 0.000 0.002 0.002 locale.py:12(<module>)
1 0.000 0.000 0.001 0.001 opcode.py:5(<module>)
754 0.000 0.000 0.001 0.000 optparse.py:833(isbasestring)
29 0.000 0.000 0.004 0.000 pep8.py:1810(read_config)
1380 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
87 0.000 0.000 0.001 0.000 optparse.py:933(__init__)
581 0.000 0.000 0.000 0.000 {max}
61 0.000 0.000 0.005 0.000 pkg_resources.py:2062(parse)
1 0.000 0.000 0.004 0.004 urlparse.py:29(<module>)
17 0.000 0.000 0.001 0.000 fnmatch.py:81(translate)
139 0.000 0.000 0.001 0.000 pkg_resources.py:2200(key)
2410 0.000 0.000 0.000 0.000 {ord}
1 0.000 0.000 0.000 0.000 socket.py:179(_socketobject)
149 0.000 0.000 0.017 0.000 checker.py:826(AUGASSIGN)
1 0.000 0.000 0.000 0.000 messages.py:3(<module>)
1 0.000 0.000 0.002 0.002 zipfile.py:3(<module>)
15 0.000 0.000 0.002 0.000 tidy.py:550(get_html_file_names_from_reftest_list)
58 0.000 0.000 0.001 0.000 pep8.py:1465(__init__)
29 0.000 0.000 3.358 0.116 engine.py:86(input_file)
61 0.000 0.000 0.004 0.000 pkg_resources.py:2623(parse)
1 0.000 0.000 0.001 0.001 runner.py:1(<module>)
18 0.000 0.000 0.005 0.000 pkg_resources.py:2339(insert_on)
29 0.000 0.000 0.001 0.000 optparse.py:838(__init__)
1580 0.000 0.000 0.000 0.000 {chr}
118 0.000 0.000 0.003 0.000 checker.py:831(IMPORT)
61 0.000 0.000 0.005 0.000 pkg_resources.py:2026(__init__)
29 0.000 0.000 0.003 0.000 ConfigParser.py:232(__init__)
232 0.000 0.000 0.001 0.000 weakref.py:262(__new__)
55 0.000 0.000 0.002 0.000 checker.py:837(IMPORTFROM)
6 0.000 0.000 0.000 0.000 {dir}
58 0.000 0.000 0.001 0.000 pep8.py:1136(normalize_paths)
290 0.000 0.000 0.000 0.000 sre_compile.py:472(isstring)
29 0.000 0.000 0.000 0.000 pep8.py:1210(__init__)
29 0.000 0.000 0.000 0.000 contextlib.py:21(__exit__)
96 0.000 0.000 0.044 0.000 {map}
152 0.000 0.000 0.001 0.000 sre_parse.py:178(__init__)
116 0.000 0.000 0.011 0.000 synchronize.py:146(__init__)
29 0.000 0.000 0.028 0.001 reporter.py:21(__init__)
58 0.000 0.000 0.001 0.000 abc.py:128(__instancecheck__)
58 0.000 0.000 0.382 0.007 pkg_resources.py:2046(load)
452 0.000 0.000 0.000 0.000 collections.py:329(<genexpr>)
30 0.000 0.000 0.000 0.000 {posix.sysconf}
1 0.000 0.000 0.000 0.000 weakref.py:271(WeakKeyDictionary)
67 0.000 0.000 0.000 0.000 UserDict.py:58(get)
1 0.000 0.000 0.000 0.000 checker.py:217(Checker)
21 0.000 0.000 0.013 0.001 checker.py:856(TRY)
60 0.000 0.000 0.001 0.000 threading.py:241(Condition)
58 0.000 0.000 0.029 0.001 pep8.py:1655(init_report)
21 0.000 0.000 0.039 0.002 pkg_resources.py:432(add_entry)
198 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__)
1 0.000 0.000 0.002 0.002 util.py:5(<module>)
33 0.000 0.000 0.001 0.000 functools.py:17(update_wrapper)
1 0.000 0.000 0.000 0.000 process.py:35(<module>)
112 0.000 0.000 0.028 0.000 pkg_resources.py:2263(_get_metadata)
1 0.000 0.000 0.000 0.000 case.py:133(TestCase)
58 0.000 0.000 0.001 0.000 _abcoll.py:526(update)
58 0.000 0.000 0.001 0.000 optparse.py:1336(add_option_group)
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler)
197 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup)
29 0.000 0.000 0.000 0.000 engine.py:98(_disable_extensions)
29 0.000 0.000 0.000 0.000 pep8.py:1482(init_file)
1 0.000 0.000 0.027 0.027 tokenize.py:23(<module>)
127 0.000 0.000 0.000 0.000 sre_parse.py:225(_class_escape)
42 0.000 0.000 0.036 0.001 genericpath.py:26(isfile)
116 0.000 0.000 0.000 0.000 pkg_resources.py:2299(__getattr__)
174 0.000 0.000 0.000 0.000 synchronize.py:84(_make_methods)
29 0.000 0.000 0.005 0.000 optparse.py:1368(parse_args)
58 0.000 0.000 0.001 0.000 optparse.py:1091(__init__)
257 0.000 0.000 0.000 0.000 locale.py:343(<genexpr>)
10 0.000 0.000 0.001 0.000 abc.py:86(__new__)
323 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
281 0.000 0.000 0.000 0.000 inspect.py:142(isfunction)
62 0.000 0.000 0.352 0.006 gettext.py:580(gettext)
1 0.000 0.000 0.000 0.000 pdb.py:59(Pdb)
1 0.000 0.000 0.000 0.000 connection.py:35(<module>)
1 0.000 0.000 0.000 0.000 forking.py:35(<module>)
428 0.000 0.000 0.000 0.000 sre_parse.py:134(__setitem__)
197 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup)
1 0.000 0.000 0.003 0.003 string.py:20(<module>)
29 0.000 0.000 0.001 0.000 contextlib.py:54(contextmanager)
99 0.000 0.000 0.017 0.000 checker.py:631(LISTCOMP)
29 0.000 0.000 0.596 0.021 _pyflakes.py:41(__init__)
29 0.000 0.000 0.019 0.001 engine.py:170(get_python_version)
29 0.000 0.000 0.202 0.007 optparse.py:1253(_add_version_option)
203 0.000 0.000 0.000 0.000 optparse.py:765(check_value)
29 0.000 0.000 0.002 0.000 _pyflakes.py:45(add_options)
1 0.000 0.000 0.074 0.074 subprocess.py:1187(_execute_child)
1 0.000 0.000 0.000 0.000 mccabe.py:5(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:5(<module>)
176 0.000 0.000 0.000 0.000 weakref.py:48(remove)
29 0.000 0.000 0.351 0.012 optparse.py:1258(_populate_option_list)
1 0.000 0.000 0.000 0.000 spawn.py:7(<module>)
33 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects}
690 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects}
1 0.000 0.000 0.000 0.000 connection.py:117(Listener)
29 0.000 0.000 0.149 0.005 optparse.py:1248(_add_help_option)
15 0.000 0.000 0.006 0.000 pkg_resources.py:2094(parse_group)
122 0.000 0.000 0.000 0.000 pkg_resources.py:2515(scan_list)
43 0.000 0.000 0.023 0.001 pkg_resources.py:2663(split_sections)
93 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__)
85 0.000 0.000 0.000 0.000 pep8.py:1180(_add_check)
1 0.000 0.000 0.002 0.002 tidy.py:528(check_reftest_order)
112 0.000 0.000 0.002 0.000 pkg_resources.py:1093(safe_name)
1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>)
946 0.000 0.000 0.000 0.000 sre_compile.py:24(_identityfunction)
41 0.000 0.000 0.000 0.000 sre_parse.py:216(isname)
145 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
41 0.000 0.000 0.001 0.000 pkg_resources.py:1378(_fn)
29 0.000 0.000 0.000 0.000 pep8.py:1566(init_file)
248 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
29 0.000 0.000 0.001 0.000 optparse.py:366(__init__)
87 0.000 0.000 0.000 0.000 util.py:36(add)
1 0.000 0.000 0.000 0.000 ascii.py:8(<module>)
3 0.000 0.000 0.000 0.000 result.py:14(failfast)
34 0.000 0.000 0.007 0.000 checker.py:637(GENERATOREXP)
58 0.000 0.000 0.000 0.000 platform.py:1412(_sys_version)
1 0.000 0.000 0.000 0.000 signals.py:1(<module>)
18 0.000 0.000 0.012 0.001 pkg_resources.py:2268(activate)
1 0.000 0.000 0.000 0.000 suite.py:1(<module>)
29 0.000 0.000 0.000 0.000 __init__.py:109(cpu_count)
33 0.000 0.000 0.000 0.000 functools.py:39(wraps)
1 0.000 0.000 0.000 0.000 struct.py:1(<module>)
1 0.000 0.000 0.000 0.000 Queue.py:1(<module>)
29 0.000 0.000 0.000 0.000 StringIO.py:54(__init__)
199 0.000 0.000 0.012 0.000 pkg_resources.py:1926(_normalize_cached)
18 0.000 0.000 0.029 0.002 pkg_resources.py:2107(parse_map)
29 0.000 0.000 0.002 0.000 mccabe.py:231(add_options)
1 0.000 0.000 0.000 0.000 inspect.py:247(getmembers)
58 0.000 0.000 0.000 0.000 optparse.py:895(ensure_value)
58 0.000 0.000 0.003 0.000 synchronize.py:129(__init__)
116 0.000 0.000 0.000 0.000 engine.py:50(<genexpr>)
47 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
58 0.000 0.000 0.000 0.000 optparse.py:1097(_create_option_list)
1 0.000 0.000 0.003 0.003 tidy.py:557(check_reftest_html_files_in_basic_list)
203 0.000 0.000 0.000 0.000 optparse.py:756(get_opt_string)
23 0.000 0.000 0.000 0.000 posixpath.py:127(dirname)
1 0.000 0.000 0.001 0.001 loader.py:1(<module>)
232 0.000 0.000 0.000 0.000 util.py:72(debug)
44 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
1 0.000 0.000 936.596 936.596 tidy.py:576(scan)
58 0.000 0.000 0.001 0.000 {all}
1 0.000 0.000 0.000 0.000 bdb.py:1(<module>)
29 0.000 0.000 0.000 0.000 contextlib.py:82(helper)
7 0.000 0.000 0.000 0.000 sre_parse.py:703(parse_template)
29 0.000 0.000 0.000 0.000 optparse.py:1277(set_usage)
63 0.000 0.000 0.000 0.000 {method 'update' of 'dict' objects}
29 0.000 0.000 0.000 0.000 reporter.py:103(get_file_results)
1 0.000 0.000 0.018 0.018 platform.py:1023(_syscmd_uname)
30 0.000 0.000 0.011 0.000 pkg_resources.py:1417(_has)
30 0.000 0.000 0.012 0.000 pkg_resources.py:1314(has_metadata)
58 0.000 0.000 0.000 0.000 tidy.py:140(stdout_redirect)
1 0.000 0.000 0.000 0.000 weakref.py:6(<module>)
95 0.000 0.000 0.000 0.000 inspect.py:67(ismethod)
58 0.000 0.000 0.000 0.000 {built-in method fromkeys}
54 0.000 0.000 0.004 0.000 checker.py:705(YIELD)
95 0.000 0.000 0.000 0.000 <string>:8(__new__)
29 0.000 0.000 0.000 0.000 optparse.py:1313(_get_all_options)
87 0.000 0.000 0.000 0.000 optparse.py:960(set_conflict_handler)
47 0.000 0.000 0.000 0.000 pkg_resources.py:1101(safe_version)
15 0.000 0.000 0.000 0.000 tidy.py:532(<lambda>)
1 0.000 0.000 0.000 0.000 cgi.py:16(<module>)
1 0.000 0.000 0.002 0.002 difflib.py:27(<module>)
220 0.000 0.000 0.000 0.000 sre_parse.py:210(isident)
58 0.000 0.000 0.000 0.000 inspect.py:59(isclass)
1 0.000 0.000 0.000 0.000 _pyflakes.py:13(patch_pyflakes)
1 0.000 0.000 0.000 0.000 mimetypes.py:64(__init__)
59 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
175 0.000 0.000 0.000 0.000 {_sre.getlower}
95 0.000 0.000 0.000 0.000 inspect.py:209(iscode)
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
209 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
11 0.000 0.000 0.016 0.001 pkg_resources.py:1429(_get)
1 0.000 0.000 0.012 0.012 platform.py:10(<module>)
12 0.000 0.000 0.000 0.000 {repr}
29 0.000 0.000 0.000 0.000 contextlib.py:15(__enter__)
73 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__)
2 0.000 0.000 0.016 0.008 __init__.py:71(search_function)
62 0.000 0.000 0.000 0.000 threading.py:58(__init__)
29 0.000 0.000 0.000 0.000 util.py:62(force_disable_jobs)
29 0.000 0.000 0.000 0.000 StringIO.py:258(getvalue)
29 0.000 0.000 0.000 0.000 _pyflakes.py:53(parse_options)
1 0.000 0.000 0.002 0.002 sysconfig.py:3(<module>)
29 0.000 0.000 0.000 0.000 optparse.py:1243(_create_option_list)
21 0.000 0.000 0.001 0.000 pkg_resources.py:2650(_find_adapter)
1 0.000 0.000 0.003 0.003 sysconfig.py:10(<module>)
1 0.000 0.000 0.000 0.000 os.py:35(_get_exports_list)
29 0.000 0.000 0.000 0.000 mccabe.py:237(parse_options)
18 0.000 0.000 0.000 0.000 pkg_resources.py:1887(fixup_namespace_packages)
1 0.000 0.000 0.055 0.055 mimetypes.py:351(init)
21 0.000 0.000 0.001 0.000 pkg_resources.py:1731(find_distributions)
92 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
1 0.000 0.000 0.000 0.000 getopt.py:15(<module>)
58 0.000 0.000 0.000 0.000 collections.py:353(<genexpr>)
1 0.000 0.000 936.596 936.596 <string>:1(<module>)
1 0.000 0.000 0.000 0.000 heapq.py:31(<module>)
63 0.000 0.000 0.000 0.000 {thread.allocate_lock}
58 0.000 0.000 0.000 0.000 collections.py:355(<genexpr>)
119 0.000 0.000 0.000 0.000 opcode.py:27(def_op)
58 0.000 0.000 0.000 0.000 optparse.py:953(_share_option_mappings)
1 0.000 0.000 0.002 0.002 version.py:27(<module>)
1 0.000 0.000 0.001 0.001 numbers.py:6(<module>)
29 0.000 0.000 0.000 0.000 platform.py:1510(python_implementation)
21 0.000 0.000 0.000 0.000 pkgutil.py:366(get_importer)
1 0.000 0.000 0.000 0.000 token.py:1(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.001 0.001 util.py:1(<module>)
29 0.000 0.000 0.018 0.001 platform.py:1189(uname)
232 0.000 0.000 0.000 0.000 {id}
19 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects}
13 0.000 0.000 0.001 0.000 abc.py:105(register)
29 0.000 0.000 0.000 0.000 ConfigParser.py:267(has_section)
29 0.000 0.000 0.000 0.000 optparse.py:944(_create_option_mappings)
25 0.000 0.000 0.000 0.000 checker.py:519(isDocstring)
29 0.000 0.000 0.018 0.001 platform.py:1326(system)
29 0.000 0.000 0.000 0.000 util.py:47(is_windows)
2 0.000 0.000 0.000 0.000 {posix.urandom}
35 0.000 0.000 0.000 0.000 _weakrefset.py:83(add)
51 0.000 0.000 0.000 0.000 abc.py:89(<genexpr>)
22 0.000 0.000 0.005 0.000 checker.py:877(EXCEPTHANDLER)
22 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
159 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
1 0.000 0.000 544.445 544.445 subprocess.py:514(call)
186 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
12 0.000 0.000 0.012 0.001 pkg_resources.py:1922(normalize_path)
1 0.000 0.000 0.074 0.074 subprocess.py:650(__init__)
11 0.000 0.000 0.016 0.001 pkg_resources.py:1318(get_metadata)
1 0.000 0.000 0.000 0.000 pkgutil.py:1(<module>)
55/31 0.000 0.000 0.001 0.000 {issubclass}
1 0.000 0.000 0.002 0.002 pep8.py:1196(init_checks_registry)
1 0.000 0.000 0.000 0.000 decimal.py:506(Decimal)
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>)
3 0.000 0.000 0.000 0.000 decimal.py:3782(__init__)
29 0.000 0.000 0.000 0.000 mccabe.py:241(run)
45 0.000 0.000 0.000 0.000 pkg_resources.py:1699(__init__)
130 0.000 0.000 0.000 0.000 {globals}
1 0.000 0.000 0.000 0.000 dis.py:1(<module>)
60 0.000 0.000 0.000 0.000 sre_compile.py:51(fixup)
25 0.000 0.000 0.005 0.000 tidy.py:584(<genexpr>)
11 0.000 0.000 0.016 0.001 pkg_resources.py:1328(get_metadata_lines)
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
4 0.000 0.000 0.002 0.000 {method 'decode' of 'str' objects}
155 0.000 0.000 0.000 0.000 {method 'start' of '_sre.SRE_Match' objects}
18 0.000 0.000 0.012 0.001 pkg_resources.py:2736(<lambda>)
116 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
87 0.000 0.000 0.000 0.000 optparse.py:965(set_description)
13 0.000 0.000 0.013 0.001 posixpath.py:379(realpath)
30 0.000 0.000 0.000 0.000 _pyflakes.py:59(run)
22 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
1 0.000 0.000 0.012 0.012 pkg_resources.py:692(subscribe)
6 0.000 0.000 0.000 0.000 decimal.py:515(__new__)
1 0.000 0.000 0.000 0.000 mimetypes.py:382(_default_mime_types)
29 0.000 0.000 0.000 0.000 mccabe.py:228(__init__)
29 0.000 0.000 0.000 0.000 platform.py:1523(python_version)
1 0.000 0.000 0.000 0.000 cmd.py:14(Command)
1 0.000 0.000 0.000 0.000 {zip}
1 0.000 0.000 0.000 0.000 pkg_resources.py:2136(Distribution)
1 0.000 0.000 0.003 0.003 textwrap.py:40(TextWrapper)
1 0.000 0.000 0.000 0.000 repr.py:1(<module>)
1 0.000 0.000 0.003 0.003 textwrap.py:2(<module>)
1 0.000 0.000 0.020 0.020 mimetypes.py:194(read)
29 0.000 0.000 0.000 0.000 optparse.py:1268(_init_parsing_state)
87 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
1 0.000 0.000 0.002 0.002 ConfigParser.py:231(RawConfigParser)
58 0.000 0.000 0.000 0.000 {posix.getpid}
1 0.000 0.000 0.003 0.003 string.py:112(__init__)
29 0.000 0.000 0.000 0.000 optparse.py:1048(has_option)
1 0.000 0.000 0.000 0.000 threading.py:640(Thread)
1 0.000 0.000 0.000 0.000 {math.exp}
21 0.000 0.000 0.000 0.000 string.py:482(translate)
1 0.000 0.000 0.000 0.000 file_util.py:4(<module>)
1 0.000 0.000 0.007 0.007 doctest.py:575(DocTestParser)
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>)
29 0.000 0.000 0.000 0.000 util.py:57(warn_when_using_jobs)
29 0.000 0.000 0.000 0.000 optparse.py:1362(_get_args)
1 0.000 0.000 0.000 0.000 dist.py:34(Distribution)
1 0.000 0.000 0.028 0.028 pkg_resources.py:419(__init__)
1 0.000 0.000 0.016 0.016 {method 'encode' of 'str' objects}
1 0.000 0.000 0.055 0.055 SimpleHTTPServer.py:27(SimpleHTTPRequestHandler)
1 0.000 0.000 0.000 0.000 sysconfig.py:580(get_platform)
19 0.000 0.000 0.000 0.000 tokenize.py:45(group)
1 0.000 0.000 0.000 0.000 subprocess.py:1330(_handle_exitstatus)
29 0.000 0.000 0.000 0.000 contextlib.py:12(__init__)
61 0.000 0.000 0.000 0.000 {hash}
1 0.000 0.000 0.000 0.000 zipfile.py:709(ZipFile)
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex)
1 0.000 0.000 0.000 0.000 decimal.py:3763(Context)
6 0.000 0.000 0.000 0.000 hashlib.py:94(__get_openssl_constructor)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:114(BaseHTTPRequestHandler)
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler)
1 0.000 0.000 0.000 0.000 cmd.py:46(<module>)
1 0.000 0.000 0.000 0.000 warnings.py:45(filterwarnings)
1 0.000 0.000 0.000 0.000 random.py:100(seed)
21 0.000 0.000 0.000 0.000 fancy_getopt.py:469(translate_longopt)
1 0.000 0.000 0.000 0.000 process.py:86(Process)
2 0.000 0.000 544.443 272.221 subprocess.py:473(_eintr_retry_call)
29 0.000 0.000 0.000 0.000 util.py:52(is_using_stdin)
1 0.000 0.000 0.000 0.000 collections.py:26(OrderedDict)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1128(MarkerEvaluation)
1 0.000 0.000 0.000 0.000 optparse.py:446(Option)
1 0.000 0.000 0.000 0.000 threading.py:656(__init__)
29 0.000 0.000 0.000 0.000 optparse.py:1420(_process_args)
1 0.000 0.000 544.370 544.370 subprocess.py:1371(wait)
1 0.000 0.000 0.000 0.000 atexit.py:6(<module>)
61 0.000 0.000 0.000 0.000 {iter}
1 0.000 0.000 0.000 0.000 <string>:1(Attribute)
1 0.000 0.000 0.000 0.000 random.py:72(Random)
4 0.000 0.000 0.001 0.000 utf_8.py:15(decode)
4 0.000 0.000 0.000 0.000 {fcntl.fcntl}
21 0.000 0.000 0.000 0.000 dist.py:119(<lambda>)
10 0.000 0.000 0.000 0.000 doctest.py:128(register_optionflag)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2700(_initialize)
1 0.000 0.000 0.000 0.000 <string>:1(ParseResult)
1 0.000 0.000 0.000 0.000 bdb.py:14(Bdb)
1 0.000 0.000 0.000 0.000 <string>:1(SplitResult)
4 0.000 0.000 0.000 0.000 warnings.py:318(__init__)
1 0.000 0.000 0.000 0.000 optparse.py:1119(OptionParser)
2 0.000 0.000 0.000 0.000 codecs.py:77(__new__)
2 0.000 0.000 0.000 0.000 posixpath.py:258(expanduser)
4 0.000 0.000 0.000 0.000 warnings.py:339(__enter__)
12 0.000 0.000 0.000 0.000 {sys._getframe}
18 0.000 0.000 0.000 0.000 pkg_resources.py:700(_added_new)
22 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
27 0.000 0.000 0.000 0.000 decimal.py:3809(<genexpr>)
29 0.000 0.000 0.000 0.000 optparse.py:225(set_parser)
58 0.000 0.000 0.000 0.000 pep8.py:1730(<genexpr>)
1 0.000 0.000 0.000 0.000 <string>:1(Match)
29 0.000 0.000 0.000 0.000 StringIO.py:38(_complain_ifclosed)
1 0.000 0.000 0.000 0.000 subprocess.py:754(__del__)
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo)
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec)
1 0.000 0.000 0.000 0.000 ssl.py:196(SSLSocket)
1 0.000 0.000 0.000 0.000 threading.py:1090(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:49(normalize_encoding)
22 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
1 0.000 0.000 0.000 0.000 {function seed at 0x7f37d0385398}
24 0.000 0.000 0.000 0.000 tidy.py:63(should_check_reftest)
1 0.000 0.000 0.000 0.000 log.py:1(<module>)
1 0.000 0.000 0.001 0.001 sysconfig.py:50(_python_build)
29 0.000 0.000 0.000 0.000 optparse.py:1407(check_values)
1 0.000 0.000 0.000 0.000 <string>:1(Traceback)
1 0.000 0.000 0.000 0.000 httplib.py:686(HTTPConnection)
1 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
1 0.000 0.000 0.001 0.001 sysconfig.py:143(is_python_build)
1 0.000 0.000 0.000 0.000 <string>:1(Arguments)
1 0.000 0.000 0.000 0.000 filelist.py:15(FileList)
1 0.000 0.000 0.000 0.000 <string>:1(TestResults)
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo)
15 0.000 0.000 0.000 0.000 pkgutil.py:173(__init__)
1 0.000 0.000 0.007 0.007 pkg_resources.py:718(Environment)
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
1 0.000 0.000 0.000 0.000 process.py:301(__init__)
1 0.000 0.000 0.000 0.000 pkgutil.py:31(simplegeneric)
2 0.000 0.000 0.000 0.000 subprocess.py:1148(_set_cloexec_flag)
1 0.000 0.000 0.000 0.000 dist.py:139(Distribution)
1 0.000 0.000 0.000 0.000 ascii.py:41(getregentry)
1 0.000 0.000 0.000 0.000 debug.py:1(<module>)
2 0.000 0.000 0.000 0.000 {posix.uname}
4 0.000 0.000 0.000 0.000 pkg_resources.py:92(_declare_state)
1 0.000 0.000 0.000 0.000 dist.py:1011(DistributionMetadata)
1 0.000 0.000 0.000 0.000 tempfile.py:501(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 subprocess.py:647(Popen)
1 0.000 0.000 0.000 0.000 utf_8.py:33(getregentry)
1 0.000 0.000 0.000 0.000 gettext.py:173(NullTranslations)
1 0.000 0.000 0.000 0.000 weakref.py:35(WeakValueDictionary)
18 0.000 0.000 0.000 0.000 {imp.acquire_lock}
1 0.000 0.000 0.000 0.000 pkg_resources.py:1291(NullProvider)
5 0.000 0.000 0.000 0.000 {_struct.calcsize}
1 0.000 0.000 544.445 544.445 subprocess.py:525(check_call)
6 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
3 0.000 0.000 0.000 0.000 dist.py:18(_get_unpatched)
19 0.000 0.000 0.000 0.000 __init__.py:75(__init__)
2 0.000 0.000 0.000 0.000 {posix.close}
1 0.000 0.000 0.000 0.000 <string>:1(DecimalTuple)
1 0.000 0.000 0.000 0.000 fancy_getopt.py:33(FancyGetopt)
1 0.000 0.000 0.000 0.000 rfc822.py:85(Message)
1 0.000 0.000 0.000 0.000 mccabe.py:91(PathGraphingAstVisitor)
15 0.000 0.000 0.000 0.000 pkg_resources.py:2646(cls)
1 0.000 0.000 0.000 0.000 _pyflakes.py:36(FlakesChecker)
1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin)
1 0.000 0.000 0.000 0.000 <string>:1(Mismatch)
1 0.000 0.000 0.000 0.000 weakref.py:47(__init__)
1 0.000 0.000 0.000 0.000 socket.py:235(_fileobject)
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral)
1 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle)
4 0.000 0.000 0.000 0.000 warnings.py:355(__exit__)
1 0.000 0.000 0.000 0.000 numbers.py:169(Real)
1 0.000 0.000 0.000 0.000 collections.py:387(Counter)
1 0.000 0.000 0.000 0.000 cmd.py:55(Cmd)
1 0.000 0.000 0.001 0.001 doctest.py:1106(DocTestRunner)
1 0.000 0.000 0.000 0.000 checker.py:332(report)
1 0.000 0.000 0.000 0.000 urllib.py:116(URLopener)
1 0.000 0.000 0.000 0.000 queues.py:56(Queue)
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
1 0.000 0.000 0.000 0.000 result.py:26(TestResult)
1 0.000 0.000 0.000 0.000 urllib.py:610(FancyURLopener)
1 0.000 0.000 0.000 0.000 pkg_resources.py:876(ResourceManager)
1 0.000 0.000 0.000 0.000 SocketServer.py:160(BaseServer)
1 0.000 0.000 0.000 0.000 threading.py:575(set)
1 0.000 0.000 0.001 0.001 zipfile.py:501(ZipExtFile)
1 0.000 0.000 0.001 0.001 pkg_resources.py:2422(DistInfoDistribution)
21 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
27 0.000 0.000 0.000 0.000 decimal.py:3816(<genexpr>)
1 0.000 0.000 0.000 0.000 weakref.py:282(__init__)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2023(EntryPoint)
1 0.000 0.000 0.000 0.000 cmd.py:433(install_misc)
1 0.000 0.000 0.000 0.000 pkg_resources.py:416(WorkingSet)
1 0.000 0.000 0.000 0.000 threading.py:254(_Condition)
1 0.000 0.000 0.000 0.000 mimetypes.py:56(MimeTypes)
7 0.000 0.000 0.000 0.000 sre_parse.py:710(literal)
1 0.000 0.000 0.001 0.001 version.py:63(StrictVersion)
1 0.000 0.000 0.000 0.000 pep8.py:1207(Checker)
1 0.000 0.000 0.000 0.000 Queue.py:21(Queue)
22 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
1 0.000 0.000 0.000 0.000 repr.py:8(Repr)
1 0.000 0.000 0.000 0.000 optparse.py:901(OptionContainer)
1 0.000 0.000 0.000 0.000 cgi.py:352(FieldStorage)
1 0.000 0.000 0.000 0.000 random.py:650(WichmannHill)
1 0.000 0.000 0.000 0.000 config.py:21(PyPIRCCommand)
1 0.000 0.000 0.000 0.000 subprocess.py:1161(pipe_cloexec)
1 0.000 0.000 0.000 0.000 rfc822.py:496(AddrlistClass)
1 0.000 0.000 0.000 0.000 checker.py:647(DICTCOMP)
1 0.000 0.000 0.000 0.000 urllib2.py:311(OpenerDirector)
1 0.000 0.000 0.000 0.000 threading.py:560(__init__)
1 0.000 0.000 0.000 0.000 forking.py:60(ForkingPickler)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1489(ZipProvider)
18 0.000 0.000 0.000 0.000 {imp.release_lock}
1 0.000 0.000 0.000 0.000 httplib.py:331(HTTPResponse)
1 0.000 0.000 0.000 0.000 optparse.py:155(HelpFormatter)
1 0.000 0.000 0.000 0.000 checker.py:168(FunctionScope)
1 0.000 0.000 0.000 0.000 mimetools.py:20(Message)
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader)
1 0.000 0.000 0.000 0.000 urllib2.py:150(HTTPError)
1 0.000 0.000 0.000 0.000 ConfigParser.py:112(Error)
2 0.000 0.000 0.000 0.000 os.py:510(getenv)
1 0.000 0.000 0.000 0.000 SocketServer.py:625(BaseRequestHandler)
1 0.000 0.000 0.007 0.007 pkg_resources.py:127(get_supported_platform)
6 0.000 0.000 0.000 0.000 pkg_resources.py:1661(__init__)
1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence)
1 0.000 0.000 0.000 0.000 string.py:248(strip)
1 0.000 0.000 0.000 0.000 SocketServer.py:358(TCPServer)
1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher)
1 0.000 0.000 0.000 0.000 Queue.py:212(PriorityQueue)
1 0.000 0.000 0.000 0.000 dist.py:644(Feature)
20 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
2 0.000 0.000 0.000 0.000 repr.py:10(__init__)
1 0.000 0.000 0.000 0.000 platform.py:388(_popen)
1 0.000 0.000 0.000 0.000 ConfigParser.py:588(ConfigParser)
37 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod)
3 0.000 0.000 0.000 0.000 {strop.maketrans}
1 0.000 0.000 0.000 0.000 doctest.py:810(DocTestFinder)
1 0.000 0.000 0.000 0.000 synchronize.py:72(SemLock)
1 0.000 0.000 0.000 0.000 pep8.py:1460(BaseReport)
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op)
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder)
1 0.000 0.000 0.000 0.000 doctest.py:2178(DocTestCase)
1 0.000 0.000 0.000 0.000 depends.py:10(Require)
1 0.000 0.000 0.001 0.001 version.py:228(LooseVersion)
5 0.000 0.000 0.000 0.000 sre_parse.py:128(__delitem__)
1 0.000 0.000 0.000 0.000 urllib2.py:197(Request)
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
1 0.000 0.000 0.000 0.000 messages.py:63(__init__)
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult)
1 0.000 0.000 0.000 0.000 mccabe.py:220(McCabeChecker)
1 0.000 0.000 0.000 0.000 reporter.py:17(BaseQReport)
2 0.000 0.000 0.000 0.000 {math.log}
1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
1 0.000 0.000 0.000 0.000 httplib.py:1065(HTTP)
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram)
1 0.000 0.000 0.000 0.000 inspect.py:472(getmodule)
3 0.000 0.000 0.000 0.000 {method 'union' of 'frozenset' objects}
1 0.000 0.000 0.000 0.000 httplib.py:1282(LineAndFileWrapper)
1 0.000 0.000 0.000 0.000 threading.py:372(notify)
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational)
1 0.000 0.000 0.000 0.000 case.py:1018(FunctionTestCase)
1 0.000 0.000 0.001 0.001 urllib2.py:827(AbstractBasicAuthHandler)
1 0.000 0.000 0.001 0.001 zipfile.py:420(_ZipDecrypter)
6 0.000 0.000 0.000 0.000 sre_parse.py:205(tell)
1 0.000 0.000 0.000 0.000 Queue.py:231(LifoQueue)
1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter)
1 0.000 0.000 0.000 0.000 gettext.py:257(GNUTranslations)
1 0.000 0.000 0.000 0.000 optparse.py:836(Values)
1 0.000 0.000 0.000 0.000 doctest.py:2077(Tester)
1 0.000 0.000 0.000 0.000 pkgutil.py:232(ImpLoader)
1 0.000 0.000 0.000 0.000 threading.py:124(_RLock)
1 0.000 0.000 0.000 0.000 optparse.py:97(OptParseError)
1 0.000 0.000 0.000 0.000 urllib2.py:1072(HTTPDigestAuthHandler)
1 0.000 0.000 0.000 0.000 difflib.py:1670(HtmlDiff)
7 0.000 0.000 0.000 0.000 case.py:609(_deprecate)
1 0.000 0.000 0.000 0.000 urllib.py:1003(addinfourl)
1 0.000 0.000 0.000 0.000 forking.py:114(Popen)
1 0.000 0.000 0.000 0.000 ConfigParser.py:686(SafeConfigParser)
1 0.000 0.000 0.000 0.000 pep8.py:1615(StyleGuide)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2574(Requirement)
1 0.000 0.000 0.000 0.000 log.py:14(Log)
1 0.000 0.000 0.000 0.000 tokenize.py:46(any)
1 0.000 0.000 0.000 0.000 string.py:543(Formatter)
1 0.000 0.000 0.000 0.000 mccabe.py:20(ASTVisitor)
1 0.000 0.000 0.000 0.000 zipfile.py:262(ZipInfo)
1 0.000 0.000 0.000 0.000 {method 'send' of 'generator' objects}
1 0.000 0.000 0.000 0.000 pkg_resources.py:364(IMetadataProvider)
1 0.000 0.000 0.000 0.000 cgi.py:783(FormContentDict)
1 0.000 0.000 0.000 0.000 ascii.py:13(Codec)
1 0.000 0.000 0.000 0.000 threading.py:551(_Event)
17 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
1 0.000 0.000 0.000 0.000 pkg_resources.py:388(IResourceProvider)
6 0.000 0.000 0.000 0.000 pkg_resources.py:1664(has_metadata)
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner)
1 0.000 0.000 0.000 0.000 urllib.py:854(ftpwrapper)
1 0.000 0.000 0.000 0.000 difflib.py:764(Differ)
1 0.000 0.000 0.000 0.000 __init__.py:62(Command)
5 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects}
3 0.000 0.000 0.000 0.000 pkg_resources.py:213(register_loader_type)
1 0.000 0.000 0.000 0.000 version.py:32(Version)
4 0.000 0.000 0.000 0.000 forking.py:63(register)
1 0.000 0.000 0.000 0.000 subprocess.py:1099(_get_handles)
1 0.000 0.000 0.000 0.000 {gc.enable}
5 0.000 0.000 0.000 0.000 _abcoll.py:98(__subclasshook__)
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite)
1 0.000 0.000 0.000 0.000 bdb.py:449(Breakpoint)
1 0.000 0.000 0.000 0.000 httplib.py:1161(HTTPSConnection)
1 0.000 0.000 0.000 0.000 threading.py:422(_Semaphore)
1 0.000 0.000 0.000 0.000 version.py:1(<module>)
1 0.000 0.000 0.002 0.002 sysconfig.py:117(_safe_realpath)
2 0.000 0.000 0.000 0.000 warnings.py:14(warnpy3k)
6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op)
1 0.000 0.000 0.000 0.000 SocketServer.py:480(UDPServer)
1 0.000 0.000 0.000 0.000 random.py:91(__init__)
1 0.000 0.000 0.000 0.000 tokenize.py:179(Untokenizer)
1 0.000 0.000 0.000 0.000 doctest.py:499(DocTest)
1 0.000 0.000 0.000 0.000 urllib2.py:753(HTTPPasswordMgr)
1 0.000 0.000 0.000 0.000 messages.py:10(__init__)
1 0.000 0.000 0.000 0.000 socket.py:167(_closedsocket)
1 0.000 0.000 0.000 0.000 synchronize.py:195(Condition)
1 0.000 0.000 0.000 0.000 queues.py:348(SimpleQueue)
2 0.000 0.000 0.000 0.000 sysconfig.py:184(_get_default_scheme)
1 0.000 0.000 0.000 0.000 SocketServer.py:671(StreamRequestHandler)
1 0.000 0.000 0.000 0.000 extension.py:26(Extension)
1 0.000 0.000 0.000 0.000 doctest.py:427(Example)
1 0.000 0.000 0.000 0.000 atexit.py:37(register)
1 0.000 0.000 0.000 0.000 queues.py:295(JoinableQueue)
2 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects}
1 0.000 0.000 0.000 0.000 pep8.py:1555(StandardReport)
1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident)
1 0.000 0.000 0.000 0.000 ast.py:217(NodeVisitor)
1 0.000 0.000 0.000 0.000 UserDict.py:4(__init__)
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1414(DefaultProvider)
1 0.000 0.000 0.000 0.000 random.py:800(SystemRandom)
1 0.000 0.000 0.000 0.000 subprocess.py:400(CalledProcessError)
1 0.000 0.000 0.000 0.000 {vars}
1 0.000 0.000 0.000 0.000 {gc.disable}
1 0.000 0.000 0.000 0.000 threading.py:541(Event)
2 0.000 0.000 0.000 0.000 tokenize.py:47(maybe)
1 0.000 0.000 0.000 0.000 threading.py:399(notifyAll)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1649(FileMetadata)
1 0.000 0.000 0.000 0.000 httplib.py:222(HTTPMessage)
1 0.000 0.000 0.000 0.000 doctest.py:2696(_TestClass)
1 0.000 0.000 0.000 0.000 util.py:172(Finalize)
1 0.000 0.000 0.000 0.000 messages.py:6(Message)
1 0.000 0.000 0.000 0.000 {binascii.hexlify}
1 0.000 0.000 0.000 0.000 {math.sqrt}
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5}
1 0.000 0.000 0.000 0.000 pkg_resources.py:1442(EmptyProvider)
1 0.000 0.000 0.000 0.000 cgi.py:327(MiniFieldStorage)
1 0.000 0.000 0.000 0.000 doctest.py:2341(SkipDocTestCase)
1 0.000 0.000 0.000 0.000 subprocess.py:458(_cleanup)
1 0.000 0.000 0.000 0.000 main.py:82(Flake8Command)
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG)
1 0.000 0.000 0.000 0.000 rfc822.py:770(AddressList)
1 0.000 0.000 0.000 0.000 urllib2.py:932(AbstractDigestAuthHandler)
1 0.000 0.000 0.000 0.000 optparse.py:1089(OptionGroup)
1 0.000 0.000 0.000 0.000 doctest.py:355(_OutputRedirectingPdb)
1 0.000 0.000 0.000 0.000 doctest.py:1688(UnexpectedException)
1 0.000 0.000 0.000 0.000 __init__.py:2(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:9(<module>)
1 0.000 0.000 0.000 0.000 numbers.py:13(Number)
1 0.000 0.000 0.000 0.000 synchronize.py:299(Event)
1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder)
1 0.000 0.000 0.000 0.000 threading.py:299(_is_owned)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1}
1 0.000 0.000 0.000 0.000 toml.py:5(TomlTz)
1 0.000 0.000 0.000 0.000 ConfigParser.py:558(_Chainmap)
1 0.000 0.000 0.000 0.000 zipfile.py:1357(PyZipFile)
1 0.000 0.000 0.000 0.000 reporter.py:95(FileQReport)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1393(EggProvider)
1 0.000 0.000 0.000 0.000 pep8.py:1602(DiffReport)
1 0.000 0.000 0.000 0.000 messages.py:103(Redefined)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
1 0.000 0.000 0.000 0.000 optparse.py:362(IndentedHelpFormatter)
1 0.000 0.000 0.000 0.000 bdb.py:614(Tdb)
1 0.000 0.000 0.000 0.000 pkgutil.py:162(ImpImporter)
1 0.000 0.000 0.000 0.000 httplib.py:1186(HTTPS)
4 0.000 0.000 0.000 0.000 sre_parse.py:207(seek)
1 0.000 0.000 0.000 0.000 doctest.py:1536(OutputChecker)
1 0.000 0.000 0.000 0.000 threading.py:56(_Verbose)
1 0.000 0.000 0.000 0.000 SocketServer.py:506(ForkingMixIn)
1 0.000 0.000 0.000 0.000 {posix.WIFSIGNALED}
1 0.000 0.000 0.000 0.000 decimal.py:285(InvalidContext)
1 0.000 0.000 0.000 0.000 urlparse.py:121(SplitResult)
1 0.000 0.000 0.000 0.000 urlparse.py:129(ParseResult)
1 0.000 0.000 0.000 0.000 decimal.py:5418(_WorkRep)
1 0.000 0.000 0.000 0.000 zipfile.py:20(BadZipfile)
1 0.000 0.000 0.000 0.000 decimal.py:161(DecimalException)
1 0.000 0.000 0.000 0.000 doctest.py:2431(DocFileCase)
1 0.000 0.000 0.000 0.000 urllib2.py:1211(HTTPHandler)
1 0.000 0.000 0.000 0.000 engine.py:84(StyleGuide)
1 0.000 0.000 0.000 0.000 doctest.py:249(_SpoofOut)
3 0.000 0.000 0.000 0.000 pkg_resources.py:1811(register_namespace_handler)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1704(EggMetadata)
1 0.000 0.000 0.000 0.000 weakref.py:250(KeyedRef)
1 0.000 0.000 0.000 0.000 shutil.py:31(Error)
1 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor)
1 0.000 0.000 0.000 0.000 threading.py:1128(_DummyThread)
6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op)
1 0.000 0.000 0.000 0.000 cgi.py:803(SvFormContentDict)
1 0.000 0.000 0.000 0.000 urllib.py:949(addbase)
1 0.000 0.000 0.000 0.000 __init__.py:74(LazyImporter)
1 0.000 0.000 0.000 0.000 cgi.py:865(FormContent)
1 0.000 0.000 0.000 0.000 ast.py:254(NodeTransformer)
1 0.000 0.000 0.000 0.000 string.py:281(split)
1 0.000 0.000 0.000 0.000 pkg_resources.py:191(ResolutionError)
1 0.000 0.000 0.000 0.000 urllib2.py:512(HTTPErrorProcessor)
1 0.000 0.000 0.000 0.000 optparse.py:132(BadOptionError)
1 0.000 0.000 0.000 0.000 ConfigParser.py:139(NoSectionError)
1 0.000 0.000 0.000 0.000 bdb.py:10(BdbQuit)
1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter)
1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext)
1 0.000 0.000 0.000 0.000 urllib2.py:1420(CacheFTPHandler)
1 0.000 0.000 0.000 0.000 getopt.py:38(GetoptError)
1 0.000 0.000 0.000 0.000 log.py:16(__init__)
1 0.000 0.000 0.000 0.000 checker.py:59(Binding)
1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer)
1 0.000 0.000 0.000 0.000 doctest.py:1669(DocTestFailure)
1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder)
1 0.000 0.000 0.000 0.000 optparse.py:142(AmbiguousOptionError)
1 0.000 0.000 0.000 0.000 messages.py:119(UnusedVariable)
1 0.000 0.000 0.000 0.000 pkgutil.py:59(register)
1 0.000 0.000 0.000 0.000 io.py:69(IOBase)
1 0.000 0.000 0.000 0.000 string.py:124(Template)
1 0.000 0.000 0.000 0.000 httplib.py:1241(IncompleteRead)
1 0.000 0.000 0.000 0.000 string.py:85(_multimap)
1 0.000 0.000 0.000 0.000 synchronize.py:108(Semaphore)
6 0.000 0.000 0.000 0.000 pkg_resources.py:1758(find_nothing)
1 0.000 0.000 0.000 0.000 case.py:25(SkipTest)
3 0.000 0.000 0.000 0.000 {abs}
1 0.000 0.000 0.000 0.000 messages.py:36(RedefinedInListComp)
1 0.000 0.000 0.000 0.000 urllib2.py:1226(HTTPCookieProcessor)
1 0.000 0.000 0.000 0.000 doctest.py:1707(DebugRunner)
1 0.000 0.000 0.000 0.000 checker.py:156(Scope)
1 0.000 0.000 0.000 0.000 inspect.py:51(ismodule)
1 0.000 0.000 0.000 0.000 urllib2.py:533(HTTPRedirectHandler)
1 0.000 0.000 0.000 0.000 urllib2.py:137(URLError)
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass)
1 0.000 0.000 0.000 0.000 ConfigParser.py:155(NoOptionError)
1 0.000 0.000 0.000 0.000 httplib.py:1227(InvalidURL)
1 0.000 0.000 0.000 0.000 synchronize.py:144(Lock)
1 0.000 0.000 0.000 0.000 SocketServer.py:579(ThreadingMixIn)
1 0.000 0.000 0.000 0.000 messages.py:86(UndefinedLocal)
1 0.000 0.000 0.000 0.000 httplib.py:1255(ImproperConnectionState)
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError)
1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock)
1 0.000 0.000 0.000 0.000 decimal.py:251(DivisionImpossible)
1 0.000 0.000 0.000 0.000 string.py:102(_TemplateMetaclass)
1 0.000 0.000 0.000 0.000 urllib2.py:493(BaseHandler)
1 0.000 0.000 0.000 0.000 SocketServer.py:610(ThreadingUDPServer)
1 0.000 0.000 0.000 0.000 httplib.py:1274(LineTooLong)
1 0.000 0.000 0.000 0.000 __init__.py:74(BufferTooShort)
1 0.000 0.000 0.000 0.000 checker.py:200(ModuleScope)
1 0.000 0.000 0.000 0.000 urllib.py:110(ContentTooShortError)
1 0.000 0.000 0.000 0.000 errors.py:46(DistutilsSetupError)
1 0.000 0.000 0.000 0.000 urllib.py:993(addinfo)
1 0.000 0.000 0.000 0.000 fancy_getopt.py:476(OptionDummy)
1 0.000 0.000 0.000 0.000 ConfigParser.py:147(DuplicateSectionError)
1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess)
1 0.000 0.000 0.000 0.000 SocketServer.py:714(DatagramRequestHandler)
1 0.000 0.000 0.000 0.000 mccabe.py:48(PathNode)
1 0.000 0.000 0.000 0.000 httplib.py:1219(HTTPException)
1 0.000 0.000 0.000 0.000 process.py:299(_MainProcess)
1 0.000 0.000 0.000 0.000 subprocess.py:1344(_internal_poll)
1 0.000 0.000 0.000 0.000 __init__.py:80(AuthenticationError)
1 0.000 0.000 0.000 0.000 errors.py:87(UnknownFileError)
1 0.000 0.000 0.000 0.000 httplib.py:1261(CannotSendHeader)
1 0.000 0.000 0.000 0.000 ConfigParser.py:188(InterpolationSyntaxError)
1 0.000 0.000 0.000 0.000 decimal.py:5676(__init__)
1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter)
1 0.000 0.000 0.000 0.000 decimal.py:273(Inexact)
1 0.000 0.000 0.000 0.000 urllib2.py:1360(FTPHandler)
1 0.000 0.000 0.000 0.000 connection.py:441(ConnectionWrapper)
1 0.000 0.000 0.000 0.000 errors.py:59(DistutilsInternalError)
1 0.000 0.000 0.000 0.000 errors.py:66(DistutilsByteCompileError)
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError)
1 0.000 0.000 0.000 0.000 optparse.py:381(TitledHelpFormatter)
1 0.000 0.000 0.000 0.000 util.py:346(ForkAwareLocal)
1 0.000 0.000 0.000 0.000 errors.py:73(PreprocessError)
1 0.000 0.000 0.000 0.000 __init__.py:71(ProcessError)
1 0.000 0.000 0.000 0.000 urllib2.py:890(HTTPBasicAuthHandler)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1679(PathMetadata)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512}
1 0.000 0.000 0.000 0.000 zipfile.py:24(LargeZipFile)
1 0.000 0.000 0.000 0.000 httplib.py:1235(UnknownTransferEncoding)
1 0.000 0.000 0.000 0.000 decimal.py:5672(_Log10Memoize)
1 0.000 0.000 0.000 0.000 urllib.py:978(addclosehook)
1 0.000 0.000 0.000 0.000 urllib2.py:1090(ProxyDigestAuthHandler)
1 0.000 0.000 0.000 0.000 messages.py:60(UndefinedName)
1 0.000 0.000 0.000 0.000 pkg_resources.py:880(__init__)
1 0.000 0.000 0.000 0.000 messages.py:95(DuplicateArgument)
1 0.000 0.000 0.000 0.000 SocketServer.py:618(UnixDatagramServer)
1 0.000 0.000 0.000 0.000 copy.py:366(_EmptyClass)
1 0.000 0.000 0.000 0.000 httplib.py:1258(CannotSendRequest)
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError)
1 0.000 0.000 0.000 0.000 connection.py:463(XmlListener)
1 0.000 0.000 0.000 0.000 decimal.py:299(Rounded)
1 0.000 0.000 0.000 0.000 synchronize.py:169(RLock)
1 0.000 0.000 0.000 0.000 messages.py:68(DoctestSyntaxError)
1 0.000 0.000 0.000 0.000 ConfigParser.py:165(InterpolationError)
1 0.000 0.000 0.000 0.000 httplib.py:1264(ResponseNotReady)
1 0.000 0.000 0.000 0.000 pep8.py:1550(FileReport)
1 0.000 0.000 0.000 0.000 errors.py:63(DistutilsTemplateError)
1 0.000 0.000 0.000 0.000 tokenize.py:148(StopTokenizing)
1 0.000 0.000 0.000 0.000 checker.py:112(Assignment)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256}
1 0.000 0.000 0.000 0.000 checker.py:126(ClassDefinition)
1 0.000 0.000 0.000 0.000 checker.py:122(FunctionDefinition)
1 0.000 0.000 0.000 0.000 checker.py:100(Argument)
1 0.000 0.000 0.000 0.000 urllib2.py:1219(HTTPSHandler)
1 0.000 0.000 0.000 0.000 copy.py:55(Error)
1 0.000 0.000 0.000 0.000 checker.py:130(ExportBinding)
1 0.000 0.000 0.000 0.000 errors.py:83(LinkError)
1 0.000 0.000 0.000 0.000 checker.py:196(GeneratorScope)
1 0.000 0.000 0.000 0.000 messages.py:44(ImportShadowedByLoopVar)
1 0.000 0.000 0.000 0.000 SocketServer.py:607(ForkingUDPServer)
3 0.000 0.000 0.000 0.000 pkg_resources.py:1721(register_finder)
1 0.000 0.000 0.000 0.000 util.py:336(ForkAwareThreadLock)
1 0.000 0.000 0.000 0.000 tokenize.py:146(TokenError)
1 0.000 0.000 0.000 0.000 urllib2.py:1102(AbstractHTTPHandler)
1 0.000 0.000 0.000 0.000 decimal.py:196(InvalidOperation)
1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError)
1 0.000 0.000 0.000 0.000 cgi.py:837(InterpFormContentDict)
1 0.000 0.000 0.000 0.000 ConfigParser.py:174(InterpolationMissingOptionError)
1 0.000 0.000 0.000 0.000 util.py:32(OrderedSet)
1 0.000 0.000 0.000 0.000 errors.py:26(DistutilsGetoptError)
1 0.000 0.000 0.000 0.000 SocketServer.py:623(ThreadingUnixDatagramServer)
1 0.000 0.000 0.000 0.000 {posix.WEXITSTATUS}
1 0.000 0.000 0.000 0.000 httplib.py:1267(BadStatusLine)
1 0.000 0.000 0.000 0.000 checker.py:86(Importation)
1 0.000 0.000 0.000 0.000 {gc.isenabled}
1 0.000 0.000 0.000 0.000 decimal.py:225(ConversionSyntax)
1 0.000 0.000 0.000 0.000 synchronize.py:127(BoundedSemaphore)
1 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects}
1 0.000 0.000 0.000 0.000 messages.py:131(ReturnWithArgsInsideGenerator)
1 0.000 0.000 0.000 0.000 messages.py:28(RedefinedWhileUnused)
1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader)
1 0.000 0.000 0.000 0.000 messages.py:20(UnusedImport)
1 0.000 0.000 0.000 0.000 checker.py:106(Definition)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:102(HTTPServer)
1 0.000 0.000 0.000 0.000 messages.py:111(LateFutureImport)
1 0.000 0.000 0.000 0.000 Queue.py:13(Empty)
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError)
1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure)
1 0.000 0.000 0.000 0.000 urllib2.py:710(ProxyHandler)
1 0.000 0.000 0.000 0.000 extension.py:24(Extension)
1 0.000 0.000 0.000 0.000 ConfigParser.py:192(InterpolationDepthError)
1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread)
1 0.000 0.000 0.000 0.000 connection.py:247(SocketListener)
1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder)
1 0.000 0.000 0.000 0.000 urllib2.py:902(ProxyBasicAuthHandler)
1 0.000 0.000 0.000 0.000 decimal.py:235(DivisionByZero)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384}
1 0.000 0.000 0.000 0.000 decimal.py:262(DivisionUndefined)
1 0.000 0.000 0.000 0.000 errors.py:13(DistutilsError)
1 0.000 0.000 0.000 0.000 extension.py:40(Library)
1 0.000 0.000 0.000 0.000 optparse.py:105(OptionError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:860(ExtractionError)
1 0.000 0.000 0.000 0.000 httplib.py:1230(UnknownProtocol)
1 0.000 0.000 0.000 0.000 decimal.py:3748(_ContextManager)
1 0.000 0.000 0.000 0.000 pdb.py:18(Restart)
1 0.000 0.000 0.000 0.000 httplib.py:1224(NotConnected)
1 0.000 0.000 0.000 0.000 pkg_resources.py:196(VersionConflict)
1 0.000 0.000 0.000 0.000 checker.py:164(ClassScope)
1 0.000 0.000 0.000 0.000 reporter.py:100(QueueReport)
1 0.000 0.000 0.000 0.000 ssl.py:101(CertificateError)
1 0.000 0.000 0.000 0.000 optparse.py:121(OptionConflictError)
1 0.000 0.000 0.000 0.000 threading.py:514(_BoundedSemaphore)
1 0.000 0.000 0.000 0.000 ConfigParser.py:204(ParsingError)
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult)
1 0.000 0.000 0.000 0.000 messages.py:78(UndefinedExport)
1 0.000 0.000 0.000 0.000 mccabe.py:61(PathGraph)
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop)
1 0.000 0.000 0.000 0.000 sre_parse.py:85(checkgroup)
1 0.000 0.000 0.000 0.000 process.py:285(AuthenticationString)
1 0.000 0.000 0.000 0.000 messages.py:52(ImportStarUsed)
1 0.000 0.000 0.000 0.000 ConfigParser.py:217(MissingSectionHeaderError)
1 0.000 0.000 0.000 0.000 errors.py:33(DistutilsFileError)
1 0.000 0.000 0.000 0.000 decimal.py:184(Clamped)
1 0.000 0.000 0.000 0.000 SocketServer.py:611(ThreadingTCPServer)
1 0.000 0.000 0.000 0.000 {posix.WIFEXITED}
1 0.000 0.000 0.000 0.000 io.py:75(BufferedIOBase)
1 0.000 0.000 0.000 0.000 httplib.py:1238(UnimplementedFileMode)
1 0.000 0.000 0.000 0.000 errors.py:55(DistutilsExecError)
1 0.000 0.000 0.000 0.000 io.py:78(TextIOBase)
1 0.000 0.000 0.000 0.000 urllib2.py:817(HTTPPasswordMgrWithDefaultRealm)
1 0.000 0.000 0.000 0.000 decimal.py:360(Underflow)
1 0.000 0.000 0.000 0.000 optparse.py:126(OptionValueError)
1 0.000 0.000 0.000 0.000 errors.py:70(CCompilerError)
1 0.000 0.000 0.000 0.000 io.py:72(RawIOBase)
1 0.000 0.000 0.000 0.000 SocketServer.py:615(UnixStreamServer)
1 0.000 0.000 0.000 0.000 __init__.py:77(TimeoutError)
2 0.000 0.000 0.000 0.000 {thread.get_ident}
1 0.000 0.000 0.000 0.000 errors.py:50(DistutilsPlatformError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:199(DistributionNotFound)
1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon)
1 0.000 0.000 0.000 0.000 errors.py:29(DistutilsArgError)
1 0.000 0.000 0.000 0.000 SocketServer.py:608(ForkingTCPServer)
1 0.000 0.000 0.000 0.000 Queue.py:17(Full)
1 0.000 0.000 0.000 0.000 urllib2.py:1308(FileHandler)
1 0.000 0.000 0.000 0.000 errors.py:76(CompileError)
1 0.000 0.000 0.000 0.000 urllib2.py:1244(UnknownHandler)
1 0.000 0.000 0.000 0.000 threading.py:63(_note)
1 0.000 0.000 0.000 0.000 decimal.py:322(Overflow)
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 decimal.py:311(Subnormal)
1 0.000 0.000 0.000 0.000 errors.py:38(DistutilsOptionError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:202(UnknownExtra)
1 0.000 0.000 0.000 0.000 urllib2.py:529(HTTPDefaultErrorHandler)
1 0.000 0.000 0.000 0.000 errors.py:79(LibError)
1 0.000 0.000 0.000 0.000 SocketServer.py:621(ThreadingUnixStreamServer)
1 0.000 0.000 0.000 0.000 errors.py:16(DistutilsModuleError)
1 0.000 0.000 0.000 0.000 errors.py:20(DistutilsClassError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1450(__init__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment