Skip to content

Instantly share code, notes, and snippets.

@SavinaRoja
Created April 6, 2015 20:55
Show Gist options
  • Save SavinaRoja/1f9051193376e5374aa9 to your computer and use it in GitHub Desktop.
Save SavinaRoja/1f9051193376e5374aa9 to your computer and use it in GitHub Desktop.
Profiling Xonsh Shell init
694368 function calls (688599 primitive calls) in 1.439 seconds
Ordered by: standard name
ncalls tottime percall cumtime percall filename:lineno(function)
68 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1000(__init__)
54 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:1019(init_module_attrs)
54 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:1099(create)
54/5 0.000 0.000 0.086 0.017 <frozen importlib._bootstrap>:1122(_exec)
14 0.000 0.000 0.006 0.000 <frozen importlib._bootstrap>:1156(_load_backward_compatible)
68/6 0.000 0.000 0.087 0.014 <frozen importlib._bootstrap>:1186(_load_unlocked)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1266(find_spec)
3 0.000 0.000 0.002 0.001 <frozen importlib._bootstrap>:1287(load_module)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:129(_new_module)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1311(is_package)
66 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1336(find_spec)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:141(__init__)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:144(__enter__)
54/5 0.000 0.000 0.086 0.017 <frozen importlib._bootstrap>:1465(exec_module)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:147(__exit__)
56 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:148(<genexpr>)
54 0.000 0.000 0.012 0.000 <frozen importlib._bootstrap>:1534(get_code)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1591(__init__)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1616(get_filename)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:1621(get_data)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1631(path_stats)
11 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1697(__init__)
11 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap>:1708(load_module)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:172(__init__)
11 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1726(is_package)
44 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1729(<genexpr>)
4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1853(_path_hooks)
283 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1870(_path_importer_cache)
66 0.001 0.000 0.013 0.000 <frozen importlib._bootstrap>:1902(_get_spec)
71 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:192(acquire)
66 0.000 0.000 0.013 0.000 <frozen importlib._bootstrap>:1934(find_spec)
4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1979(__init__)
32 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1985(<genexpr>)
65 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2011(_get_spec)
239 0.003 0.000 0.012 0.000 <frozen importlib._bootstrap>:2016(find_spec)
4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2061(_fill_cache)
4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2102(path_hook_for_FileFinder)
201 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2120(__enter__)
201 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:2124(__exit__)
69 0.001 0.000 0.015 0.000 <frozen importlib._bootstrap>:2147(_find_spec)
71 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:217(release)
69/6 0.000 0.000 0.089 0.015 <frozen importlib._bootstrap>:2207(_find_and_load_unlocked)
69/6 0.001 0.000 0.089 0.015 <frozen importlib._bootstrap>:2234(_find_and_load)
207/182 0.000 0.000 0.006 0.000 <frozen importlib._bootstrap>:2264(_handle_fromlist)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:257(__init__)
69 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:261(__enter__)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:268(__exit__)
71 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:274(_get_module_lock)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:288(cb)
2 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:293(_lock_unlock_module)
75/6 0.000 0.000 0.086 0.014 <frozen importlib._bootstrap>:313(_call_with_frames_removed)
239 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:34(_relax_case)
108 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:437(cache_from_source)
108 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:45(_r_long)
1209 0.002 0.000 0.005 0.000 <frozen importlib._bootstrap>:50(_path_join)
1254 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:518(_verbose_message)
1209 0.002 0.000 0.003 0.000 <frozen importlib._bootstrap>:52(<listcomp>)
65 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap>:534(_check_name_wrapper)
6 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:546(_requires_builtin_wrapper)
119 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:56(_path_split)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:599(_validate_bytecode_header)
54 0.000 0.000 0.008 0.000 <frozen importlib._bootstrap>:654(_compile_bytecode)
374 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:68(_path_stat)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:728(__init__)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:732(__enter__)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:739(__exit__)
216 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:742(<genexpr>)
81 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:78(_path_is_mode_type)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:790(__init__)
108 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:824(cached)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:842(parent)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:850(has_location)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:859(spec_from_loader)
77 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:87(_path_isfile)
65 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:884(spec_from_file_location)
4 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:92(_path_isdir)
1 0.000 0.000 1.439 1.439 <string>:1(<module>)
10 0.000 0.000 0.000 0.000 <string>:12(__new__)
1 0.000 0.000 0.000 0.000 <string>:5(ArgInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(Arguments)
1 0.000 0.000 0.000 0.000 <string>:5(Attribute)
1 0.000 0.000 0.000 0.000 <string>:5(ClosureVars)
1 0.000 0.000 0.000 0.000 <string>:5(FullArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(ModuleInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ProcProxy)
1 0.000 0.000 0.000 0.000 <string>:5(SelectorKey)
1 0.000 0.000 0.000 0.000 <string>:5(TokenInfo)
1 0.000 0.000 0.000 0.000 <string>:5(Traceback)
1 0.000 0.000 0.000 0.000 <string>:5(_Instruction)
1 0.000 0.000 0.000 0.000 <string>:5(uname_result)
1 0.000 0.000 0.000 0.000 <string>:5(usage)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:76(_Feature)
8 0.000 0.000 0.000 0.000 __future__.py:77(__init__)
3 0.000 0.000 0.003 0.001 __init__.py:1(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:142(_check_size)
1 0.000 0.000 0.000 0.000 __init__.py:154(py_object)
1 0.000 0.000 0.000 0.000 __init__.py:163(c_short)
1 0.000 0.000 0.000 0.000 __init__.py:167(c_ushort)
1 0.000 0.000 0.000 0.000 __init__.py:171(c_long)
1 0.000 0.000 0.000 0.000 __init__.py:175(c_ulong)
1 0.000 0.000 0.000 0.000 __init__.py:192(c_float)
1 0.000 0.000 0.000 0.000 __init__.py:196(c_double)
1 0.000 0.000 0.000 0.000 __init__.py:200(c_longdouble)
1 0.000 0.000 0.000 0.000 __init__.py:210(c_longlong)
1 0.000 0.000 0.000 0.000 __init__.py:214(c_ulonglong)
1 0.000 0.000 0.000 0.000 __init__.py:221(c_ubyte)
1 0.000 0.000 0.000 0.000 __init__.py:228(c_byte)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_char)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char_p)
1 0.000 0.000 0.000 0.000 __init__.py:250(c_void_p)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_bool)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_wchar_p)
1 0.000 0.000 0.000 0.000 __init__.py:263(c_wchar)
1 0.000 0.000 0.000 0.000 __init__.py:266(_reset_cache)
14 0.000 0.000 0.010 0.001 __init__.py:297(namedtuple)
1 0.000 0.000 0.000 0.000 __init__.py:318(CDLL)
2 0.000 0.000 0.000 0.000 __init__.py:335(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:345(_FuncPtr)
77 0.000 0.000 0.000 0.000 __init__.py:360(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:361(__getattr__)
77 0.000 0.000 0.000 0.000 __init__.py:362(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:368(__getitem__)
1 0.000 0.000 0.000 0.000 __init__.py:374(PyDLL)
1 0.000 0.000 0.000 0.000 __init__.py:4(<module>)
4 0.000 0.000 0.000 0.000 __init__.py:41(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:414(LibraryLoader)
2 0.000 0.000 0.000 0.000 __init__.py:415(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:428(LoadLibrary)
3 0.000 0.000 0.000 0.000 __init__.py:479(PYFUNCTYPE)
3 0.000 0.000 0.000 0.000 __init__.py:480(CFunctionType)
36 0.000 0.000 0.000 0.000 __init__.py:58(__setitem__)
3 0.000 0.000 0.000 0.000 __init__.py:73(CFUNCTYPE)
500 0.000 0.000 0.000 0.000 __init__.py:83(__iter__)
3 0.000 0.000 0.000 0.000 __init__.py:99(CFunctionType)
13 0.000 0.000 0.000 0.000 _bootlocale.py:23(getpreferredencoding)
32 0.000 0.000 0.000 0.000 _collections_abc.py:135(__subclasshook__)
22 0.000 0.000 0.001 0.000 _collections_abc.py:422(get)
4 0.000 0.000 0.000 0.000 _collections_abc.py:429(__contains__)
3 0.000 0.000 0.000 0.000 _collections_abc.py:437(keys)
36 0.000 0.000 0.000 0.000 _collections_abc.py:441(items)
39 0.000 0.000 0.000 0.000 _collections_abc.py:462(__init__)
98 0.000 0.000 0.000 0.000 _collections_abc.py:481(__iter__)
462 0.000 0.000 0.001 0.000 _collections_abc.py:502(__iter__)
4 0.000 0.000 0.000 0.000 _collections_abc.py:581(update)
1 0.000 0.000 0.000 0.000 _endian.py:1(<module>)
1 0.000 0.000 0.000 0.000 _endian.py:23(_swapped_meta)
1 0.000 0.000 0.000 0.000 _endian.py:46(BigEndianStructure)
32 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
32 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
32 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
35 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
32 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
44 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
108 0.000 0.000 0.000 0.000 _weakrefset.py:70(__contains__)
33 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
10 0.000 0.000 0.001 0.000 abc.py:132(__new__)
10 0.000 0.000 0.000 0.000 abc.py:135(<setcomp>)
26 0.000 0.000 0.001 0.000 abc.py:178(__instancecheck__)
32/9 0.000 0.000 0.001 0.000 abc.py:194(__subclasscheck__)
4 0.000 0.000 0.000 0.000 abc.py:9(abstractmethod)
1 0.000 0.000 0.013 0.013 aliases.py:2(<module>)
1 0.000 0.000 0.084 0.084 aliases.py:76(bash_aliases)
1 0.000 0.000 0.000 0.000 aliases.py:85(<listcomp>)
1 0.000 0.000 0.000 0.000 argparse.py:1001(_HelpAction)
3 0.000 0.000 0.000 0.000 argparse.py:1003(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:1020(_VersionAction)
1 0.000 0.000 0.000 0.000 argparse.py:1046(_SubParsersAction)
1 0.000 0.000 0.000 0.000 argparse.py:1048(_ChoicesPseudoAction)
1 0.000 0.000 0.000 0.000 argparse.py:109(_AttributeHolder)
1 0.000 0.000 0.000 0.000 argparse.py:1135(FileType)
1 0.000 0.000 0.000 0.000 argparse.py:1189(Namespace)
1 0.000 0.000 0.000 0.000 argparse.py:1214(_ActionsContainer)
9 0.000 0.000 0.002 0.000 argparse.py:1216(__init__)
102 0.000 0.000 0.000 0.000 argparse.py:1268(register)
28 0.000 0.000 0.000 0.000 argparse.py:1272(_registry_get)
14 0.001 0.000 0.004 0.000 argparse.py:1297(add_argument)
6 0.000 0.000 0.001 0.000 argparse.py:1344(add_argument_group)
14 0.000 0.000 0.000 0.000 argparse.py:1354(_add_action)
3 0.000 0.000 0.000 0.000 argparse.py:1418(_get_positional_kwargs)
11 0.000 0.000 0.000 0.000 argparse.py:1434(_get_optional_kwargs)
1 0.000 0.000 0.000 0.000 argparse.py:144(HelpFormatter)
14 0.000 0.000 0.000 0.000 argparse.py:1470(_pop_action_class)
9 0.000 0.000 0.000 0.000 argparse.py:1474(_get_handler)
14 0.000 0.000 0.000 0.000 argparse.py:1483(_check_conflict)
14 0.000 0.000 0.002 0.000 argparse.py:151(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:1521(_ArgumentGroup)
6 0.000 0.000 0.001 0.000 argparse.py:1523(__init__)
14 0.000 0.000 0.000 0.000 argparse.py:1545(_add_action)
1 0.000 0.000 0.000 0.000 argparse.py:1555(_MutuallyExclusiveGroup)
1 0.000 0.000 0.000 0.000 argparse.py:1575(ArgumentParser)
3 0.000 0.000 0.008 0.003 argparse.py:1593(__init__)
14 0.000 0.000 0.000 0.000 argparse.py:1700(_add_action)
1 0.000 0.000 0.000 0.000 argparse.py:194(_Section)
14 0.000 0.000 0.000 0.000 argparse.py:196(__init__)
14 0.000 0.000 0.002 0.000 argparse.py:2338(_get_formatter)
14 0.000 0.000 0.000 0.000 argparse.py:556(_metavar_formatter)
14 0.000 0.000 0.000 0.000 argparse.py:565(format)
14 0.000 0.000 0.000 0.000 argparse.py:572(_format_args)
11 0.000 0.000 0.000 0.000 argparse.py:587(<listcomp>)
1 0.000 0.000 0.001 0.001 argparse.py:62(<module>)
1 0.000 0.000 0.000 0.000 argparse.py:633(RawDescriptionHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:644(RawTextHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:655(ArgumentDefaultsHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:672(MetavarTypeHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:705(ArgumentError)
1 0.000 0.000 0.000 0.000 argparse.py:725(ArgumentTypeError)
1 0.000 0.000 0.000 0.000 argparse.py:734(Action)
14 0.000 0.000 0.000 0.000 argparse.py:785(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:825(_StoreAction)
3 0.000 0.000 0.000 0.000 argparse.py:827(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:860(_StoreConstAction)
8 0.000 0.000 0.000 0.000 argparse.py:862(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:883(_StoreTrueAction)
6 0.000 0.000 0.000 0.000 argparse.py:885(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:900(_StoreFalseAction)
2 0.000 0.000 0.000 0.000 argparse.py:902(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:917(_AppendAction)
1 0.000 0.000 0.000 0.000 argparse.py:954(_AppendConstAction)
1 0.000 0.000 0.000 0.000 argparse.py:980(_CountAction)
1 0.000 0.000 0.000 0.000 ast.py:1(<module>)
1 0.000 0.000 0.000 0.000 ast.py:221(NodeVisitor)
1 0.000 0.000 0.000 0.000 ast.py:258(NodeTransformer)
1 0.000 0.000 0.002 0.002 ast.py:26(<module>)
1 0.000 0.000 0.000 0.000 ast.py:45(CtxAwareTransformer)
1 0.000 0.000 0.000 0.000 ast.py:52(__init__)
8 0.000 0.000 0.001 0.000 built_ins.py:106(__getitem__)
75 0.000 0.000 0.001 0.000 built_ins.py:120(__setitem__)
1 0.000 0.000 0.000 0.000 built_ins.py:150(Aliases)
1 0.000 0.000 0.000 0.000 built_ins.py:153(__init__)
35 0.000 0.000 0.000 0.000 built_ins.py:212(__setitem__)
2 0.000 0.000 0.000 0.000 built_ins.py:221(update)
1 0.000 0.000 0.043 0.043 built_ins.py:3(<module>)
1 0.000 0.000 0.000 0.000 built_ins.py:41(Env)
1 0.000 0.000 0.163 0.163 built_ins.py:565(load_builtins)
1 0.000 0.000 0.001 0.001 built_ins.py:57(__init__)
1 0.000 0.000 0.000 0.000 bz2.py:33(BZ2File)
1 0.000 0.000 0.001 0.001 bz2.py:5(<module>)
1 0.000 0.000 0.002 0.002 cmd.py:43(<module>)
1 0.000 0.000 0.000 0.000 cmd.py:52(Cmd)
1 0.000 0.000 0.000 0.000 cmd.py:76(__init__)
5 0.000 0.000 0.000 0.000 codecs.py:177(__init__)
8 0.000 0.000 0.000 0.000 codecs.py:251(__init__)
8 0.000 0.000 0.000 0.000 codecs.py:300(__init__)
12 0.000 0.000 0.000 0.000 codecs.py:310(decode)
1 0.000 0.000 0.001 0.001 completer.py:1(<module>)
2 0.000 0.000 0.000 0.000 completer.py:184(_source_completions)
1 0.001 0.001 0.084 0.084 completer.py:191(_load_bash_complete_funcs)
1 0.001 0.001 0.080 0.080 completer.py:208(_load_bash_complete_files)
1 0.000 0.000 0.000 0.000 completer.py:215(<listcomp>)
1 0.001 0.001 0.001 0.001 completer.py:224(<dictcomp>)
1 0.000 0.000 0.000 0.000 completer.py:36(Completer)
1 0.000 0.000 0.164 0.164 completer.py:39(__init__)
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>)
1 0.000 0.000 0.000 0.000 contextlib.py:11(ContextDecorator)
1 0.000 0.000 0.000 0.000 contextlib.py:130(closing)
1 0.000 0.000 0.000 0.000 contextlib.py:154(redirect_stdout)
1 0.000 0.000 0.000 0.000 contextlib.py:181(suppress)
1 0.000 0.000 0.000 0.000 contextlib.py:212(ExitStack)
1 0.000 0.000 0.000 0.000 contextlib.py:34(_GeneratorContextManager)
2 0.000 0.000 0.000 0.000 contextlib.py:96(contextmanager)
1 0.000 0.000 0.011 0.011 dirstack.py:2(<module>)
1 0.000 0.000 0.002 0.002 dis.py:1(<module>)
1 0.000 0.000 0.000 0.000 dis.py:159(Instruction)
1 0.000 0.000 0.000 0.000 dis.py:401(Bytecode)
1 0.000 0.000 0.001 0.001 enum.py:1(<module>)
9 0.000 0.000 0.000 0.000 enum.py:132(<genexpr>)
54 0.000 0.000 0.000 0.000 enum.py:16(_is_dunder)
2 0.000 0.000 0.002 0.001 enum.py:196(__call__)
51 0.000 0.000 0.000 0.000 enum.py:24(_is_sunder)
3 0.000 0.000 0.000 0.000 enum.py:241(__getattr__)
2 0.000 0.000 0.000 0.000 enum.py:266(__members__)
24 0.000 0.000 0.000 0.000 enum.py:282(__setattr__)
2 0.000 0.000 0.002 0.001 enum.py:295(_create_)
4 0.000 0.000 0.000 0.000 enum.py:342(_get_mixins_)
4 0.000 0.000 0.000 0.000 enum.py:387(_find_new_)
1 0.000 0.000 0.000 0.000 enum.py:40(_EnumDict)
1 0.000 0.000 0.000 0.000 enum.py:434(Enum)
4 0.000 0.000 0.000 0.000 enum.py:47(__init__)
51 0.000 0.000 0.000 0.000 enum.py:51(__setitem__)
1 0.000 0.000 0.000 0.000 enum.py:510(IntEnum)
38 0.000 0.000 0.000 0.000 enum.py:8(_is_descriptor)
1 0.000 0.000 0.000 0.000 enum.py:82(EnumMeta)
4 0.000 0.000 0.000 0.000 enum.py:84(__prepare__)
4 0.001 0.000 0.002 0.000 enum.py:88(__new__)
4 0.000 0.000 0.000 0.000 enum.py:99(<dictcomp>)
1 0.000 0.000 0.077 0.077 environ.py:151(bash_env)
1 0.000 0.000 0.000 0.000 environ.py:164(<listcomp>)
1 0.000 0.000 0.000 0.000 environ.py:169(xonshrc_context)
1 0.000 0.000 0.078 0.078 environ.py:190(default_env)
1 0.000 0.000 0.018 0.018 environ.py:2(<module>)
1 0.000 0.000 0.063 0.063 execer.py:1(<module>)
1 0.000 0.000 0.000 0.000 execer.py:16(Execer)
1 0.000 0.000 1.187 1.187 execer.py:19(__init__)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 functools.py:370(lru_cache)
1 0.000 0.000 0.000 0.000 functools.py:406(decorating_function)
3 0.000 0.000 0.000 0.000 functools.py:43(update_wrapper)
2 0.000 0.000 0.000 0.000 functools.py:73(wraps)
1 0.000 0.000 0.000 0.000 genericpath.py:111(_splitext)
36 0.000 0.000 0.001 0.000 genericpath.py:16(exists)
6 0.000 0.000 0.000 0.000 genericpath.py:27(isfile)
18 0.001 0.000 0.001 0.000 gettext.py:111(_expand_lang)
9 0.001 0.000 0.003 0.000 gettext.py:353(find)
9 0.000 0.000 0.003 0.000 gettext.py:393(translation)
9 0.000 0.000 0.004 0.000 gettext.py:459(dgettext)
9 0.000 0.000 0.004 0.000 gettext.py:497(gettext)
1 0.000 0.000 0.001 0.001 glob.py:1(<module>)
1 0.000 0.000 0.002 0.002 hashlib.py:53(<module>)
6 0.000 0.000 0.000 0.000 hashlib.py:98(__get_openssl_constructor)
1 0.000 0.000 0.000 0.000 imp.py:112(NullImporter)
1 0.000 0.000 0.000 0.000 imp.py:131(_HackedGetData)
1 0.000 0.000 0.000 0.000 imp.py:159(_LoadSourceCompatibility)
1 0.000 0.000 0.000 0.000 imp.py:179(_LoadCompiledCompatibility)
1 0.000 0.000 0.000 0.000 imp.py:7(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:2052(_void)
1 0.000 0.000 0.000 0.000 inspect.py:2056(_empty)
1 0.000 0.000 0.000 0.000 inspect.py:2060(_ParameterKind)
5 0.000 0.000 0.000 0.000 inspect.py:2061(__new__)
1 0.000 0.000 0.000 0.000 inspect.py:2080(Parameter)
1 0.000 0.000 0.000 0.000 inspect.py:2205(BoundArguments)
1 0.000 0.000 0.000 0.000 inspect.py:2292(Signature)
1 0.000 0.000 0.012 0.012 inspect.py:27(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:759(EndOfBlock)
1 0.000 0.000 0.000 0.000 inspect.py:761(BlockFinder)
1 0.000 0.000 0.000 0.000 inspectors.py:298(Inspector)
1 0.000 0.000 0.000 0.000 inspectors.py:301(__init__)
1 0.000 0.000 0.000 0.000 inspectors.py:34(<setcomp>)
1 0.000 0.000 0.002 0.002 inspectors.py:9(<module>)
1 0.000 0.000 0.001 0.001 jobs.py:3(<module>)
1 0.000 0.000 0.000 0.000 lex.py:114(Lexer)
1 0.000 0.000 0.000 0.000 lex.py:34(<module>)
1 0.000 0.000 0.000 0.000 lex.py:544(LexerReflect)
1 0.000 0.000 0.000 0.000 lex.py:63(LexError)
1 0.000 0.000 0.000 0.000 lex.py:69(LexToken)
1 0.000 0.000 0.000 0.000 lex.py:78(PlyLogger)
1 0.000 0.000 0.000 0.000 lex.py:94(NullLogger)
1 0.000 0.000 0.001 0.001 lexer.py:3(<module>)
1 0.000 0.000 0.000 0.000 lexer.py:355(Lexer)
1 0.000 0.000 0.000 0.000 lexer.py:358(__init__)
1 0.000 0.000 0.003 0.003 linecache.py:6(<module>)
18 0.000 0.000 0.000 0.000 locale.py:373(normalize)
18 0.000 0.000 0.000 0.000 locale.py:577(setlocale)
1 0.000 0.000 0.000 0.000 machinery.py:1(<module>)
101 0.000 0.000 0.000 0.000 opcode.py:41(def_op)
11 0.000 0.000 0.000 0.000 opcode.py:45(name_op)
6 0.000 0.000 0.000 0.000 opcode.py:49(jrel_op)
1 0.000 0.000 0.001 0.001 opcode.py:5(<module>)
6 0.000 0.000 0.000 0.000 opcode.py:53(jabs_op)
1 0.000 0.000 0.002 0.002 openpy.py:13(<module>)
1 0.000 0.000 0.000 0.000 os.py:40(_get_exports_list)
1 0.000 0.000 0.000 0.000 os.py:44(<listcomp>)
4 0.000 0.000 0.001 0.000 os.py:571(get_exec_path)
99 0.000 0.000 0.001 0.000 os.py:628(__getitem__)
60 0.000 0.000 0.000 0.000 os.py:651(__iter__)
99 0.000 0.000 0.000 0.000 os.py:704(encode)
140 0.000 0.000 0.000 0.000 os.py:708(decode)
45 0.000 0.000 0.000 0.000 os.py:759(fsencode)
1 0.000 0.000 0.002 0.002 os.py:931(popen)
1 0.000 0.000 0.000 0.000 os.py:954(__init__)
1 0.000 0.000 0.000 0.000 os.py:957(close)
1 0.000 0.000 0.000 0.000 os.py:970(__getattr__)
1 0.000 0.000 0.004 0.004 parser.py:1(<module>)
1 0.000 0.000 0.000 0.000 parser.py:12(Location)
1 0.000 0.000 0.000 0.000 parser.py:158(Parser)
1 0.002 0.002 1.024 1.024 parser.py:161(__init__)
1 0.000 0.000 0.000 0.000 parser.py:270(_yacc_lookahead_token)
43 0.000 0.000 0.000 0.000 parser.py:274(_opt_rule)
31 0.000 0.000 0.000 0.000 parser.py:287(_list_rule)
1 0.000 0.000 0.000 0.000 parser.py:312(lineno)
1 0.000 0.000 0.000 0.000 parser.py:319(col)
1 0.000 0.000 0.007 0.007 platform.py:10(<module>)
2 0.000 0.000 0.004 0.002 platform.py:1121(system)
1 0.000 0.000 0.004 0.004 platform.py:840(_syscmd_uname)
2 0.000 0.000 0.004 0.002 platform.py:983(uname)
1 0.000 0.000 0.000 0.000 posixpath.py:115(splitext)
5 0.000 0.000 0.000 0.000 posixpath.py:145(dirname)
4 0.000 0.000 0.000 0.000 posixpath.py:221(expanduser)
86 0.000 0.000 0.000 0.000 posixpath.py:38(_get_sep)
77 0.001 0.000 0.001 0.000 posixpath.py:70(join)
1 0.000 0.000 0.001 0.001 random.py:37(<module>)
1 0.000 0.000 0.000 0.000 random.py:639(SystemRandom)
1 0.000 0.000 0.000 0.000 random.py:68(Random)
1 0.000 0.000 0.000 0.000 random.py:84(__init__)
1 0.000 0.000 0.000 0.000 random.py:93(seed)
62 0.000 0.000 0.015 0.000 re.py:217(compile)
1 0.000 0.000 0.000 0.000 re.py:235(escape)
62 0.000 0.000 0.015 0.000 re.py:273(_compile)
4 0.000 0.000 0.000 0.000 selectors.py:187(__enter__)
4 0.000 0.000 0.000 0.000 selectors.py:190(__exit__)
1 0.000 0.000 0.000 0.000 selectors.py:194(_BaseSelectorImpl)
4 0.000 0.000 0.000 0.000 selectors.py:197(__init__)
20 0.000 0.000 0.000 0.000 selectors.py:20(_fileobj_to_fd)
20 0.000 0.000 0.000 0.000 selectors.py:203(_fileobj_lookup)
10 0.000 0.000 0.000 0.000 selectors.py:222(register)
10 0.000 0.000 0.000 0.000 selectors.py:235(unregister)
4 0.000 0.000 0.000 0.000 selectors.py:257(close)
165 0.000 0.000 0.000 0.000 selectors.py:260(get_map)
163 0.000 0.000 0.000 0.000 selectors.py:263(_key_from_fd)
1 0.000 0.000 0.000 0.000 selectors.py:278(SelectSelector)
1 0.000 0.000 0.000 0.000 selectors.py:331(PollSelector)
4 0.000 0.000 0.000 0.000 selectors.py:334(__init__)
10 0.000 0.000 0.000 0.000 selectors.py:338(register)
10 0.000 0.000 0.000 0.000 selectors.py:348(unregister)
161 0.002 0.000 0.295 0.002 selectors.py:353(select)
1 0.000 0.000 0.000 0.000 selectors.py:382(EpollSelector)
1 0.000 0.000 0.001 0.001 selectors.py:5(<module>)
1 0.000 0.000 0.000 0.000 selectors.py:50(_SelectorMapping)
4 0.000 0.000 0.000 0.000 selectors.py:53(__init__)
165 0.000 0.000 0.001 0.000 selectors.py:56(__len__)
1 0.000 0.000 0.000 0.000 selectors.py:70(BaseSelector)
1 0.000 0.000 0.073 0.073 shell.py:1(<module>)
1 0.000 0.000 0.000 0.000 shell.py:109(__del__)
1 0.000 0.000 0.013 0.013 shell.py:19(setup_readline)
1 0.000 0.000 0.000 0.000 shell.py:63(teardown_readline)
1 0.000 0.000 0.000 0.000 shell.py:88(Shell)
1 0.000 0.000 1.365 1.365 shell.py:91(__init__)
1 0.000 0.000 0.000 0.000 shlex.py:1(<module>)
79 0.003 0.000 0.004 0.000 shlex.py:117(read_token)
1 0.000 0.000 0.000 0.000 shlex.py:18(shlex)
20 0.000 0.000 0.000 0.000 shlex.py:20(__init__)
20 0.000 0.000 0.000 0.000 shlex.py:262(__iter__)
79 0.000 0.000 0.004 0.000 shlex.py:265(__next__)
20 0.000 0.000 0.005 0.000 shlex.py:271(split)
79 0.000 0.000 0.004 0.000 shlex.py:85(get_token)
1 0.000 0.000 0.000 0.000 shutil.py:42(Error)
1 0.000 0.000 0.000 0.000 shutil.py:45(SameFileError)
1 0.000 0.000 0.000 0.000 shutil.py:48(SpecialFileError)
1 0.000 0.000 0.004 0.004 shutil.py:5(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:52(ExecError)
1 0.000 0.000 0.000 0.000 shutil.py:55(ReadError)
1 0.000 0.000 0.000 0.000 shutil.py:58(RegistryError)
1 0.000 0.000 0.000 0.000 socket.py:112(socket)
1 0.000 0.000 0.000 0.000 socket.py:328(SocketIO)
1 0.000 0.000 0.005 0.005 socket.py:45(<module>)
1 0.000 0.000 0.000 0.000 socket.py:70(<dictcomp>)
1 0.000 0.000 0.000 0.000 socket.py:75(<dictcomp>)
75 0.000 0.000 0.001 0.000 sre_compile.py:172(_compile_charset)
75 0.001 0.000 0.001 0.000 sre_compile.py:201(_optimize_charset)
153 0.000 0.000 0.000 0.000 sre_compile.py:25(_identityfunction)
12 0.000 0.000 0.000 0.000 sre_compile.py:302(_mk_bitmap)
12 0.000 0.000 0.000 0.000 sre_compile.py:304(<listcomp>)
92 0.000 0.000 0.000 0.000 sre_compile.py:315(_simple)
7 0.000 0.000 0.000 0.000 sre_compile.py:320(_generate_overlap_table)
190/28 0.001 0.000 0.004 0.000 sre_compile.py:33(_compile)
28 0.000 0.000 0.002 0.000 sre_compile.py:341(_compile_info)
56 0.000 0.000 0.000 0.000 sre_compile.py:442(isstring)
28 0.000 0.000 0.006 0.000 sre_compile.py:445(_code)
28 0.000 0.000 0.015 0.001 sre_compile.py:460(compile)
22 0.000 0.000 0.000 0.000 sre_compile.py:52(fixup)
317 0.000 0.000 0.000 0.000 sre_parse.py:126(__len__)
4 0.000 0.000 0.000 0.000 sre_parse.py:128(__delitem__)
810 0.001 0.000 0.001 0.000 sre_parse.py:130(__getitem__)
92 0.000 0.000 0.000 0.000 sre_parse.py:134(__setitem__)
349 0.000 0.000 0.000 0.000 sre_parse.py:138(append)
282/120 0.001 0.000 0.001 0.000 sre_parse.py:140(getwidth)
28 0.000 0.000 0.000 0.000 sre_parse.py:178(__init__)
1075 0.002 0.000 0.002 0.000 sre_parse.py:183(__next)
554 0.000 0.000 0.001 0.000 sre_parse.py:202(match)
922 0.001 0.000 0.003 0.000 sre_parse.py:208(get)
1 0.000 0.000 0.000 0.000 sre_parse.py:221(tell)
1 0.000 0.000 0.000 0.000 sre_parse.py:223(seek)
36 0.000 0.000 0.000 0.000 sre_parse.py:253(_class_escape)
63 0.000 0.000 0.000 0.000 sre_parse.py:295(_escape)
85/28 0.000 0.000 0.008 0.000 sre_parse.py:351(_parse_sub)
93/31 0.003 0.000 0.008 0.000 sre_parse.py:429(_parse)
28 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
48 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup)
28 0.000 0.000 0.000 0.000 sre_parse.py:726(fix_flags)
28 0.000 0.000 0.009 0.000 sre_parse.py:738(parse)
48 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup)
190 0.000 0.000 0.000 0.000 sre_parse.py:90(__init__)
1 0.000 0.000 0.002 0.002 string.py:15(<module>)
1 0.000 0.000 0.000 0.000 string.py:162(Formatter)
1 0.000 0.000 0.000 0.000 string.py:51(_TemplateMetaclass)
1 0.000 0.000 0.002 0.002 string.py:61(__init__)
1 0.000 0.000 0.000 0.000 string.py:73(Template)
5 0.000 0.000 0.000 0.000 subprocess.py:1271(_get_handles)
5 0.001 0.000 0.010 0.002 subprocess.py:1332(_execute_child)
44 0.000 0.000 0.001 0.000 subprocess.py:1384(<genexpr>)
5 0.000 0.000 0.000 0.000 subprocess.py:1460(_handle_exitstatus)
9 0.000 0.000 0.000 0.000 subprocess.py:1475(_internal_poll)
5 0.000 0.000 0.000 0.000 subprocess.py:1510(_try_wait)
13 0.000 0.000 0.001 0.000 subprocess.py:1525(wait)
4 0.004 0.001 0.303 0.076 subprocess.py:1574(_communicate)
4 0.000 0.000 0.000 0.000 subprocess.py:1666(_save_input)
1 0.000 0.000 0.004 0.004 subprocess.py:345(<module>)
1 0.000 0.000 0.000 0.000 subprocess.py:363(SubprocessError)
1 0.000 0.000 0.000 0.000 subprocess.py:366(CalledProcessError)
1 0.000 0.000 0.000 0.000 subprocess.py:380(TimeoutExpired)
5 0.000 0.000 0.000 0.000 subprocess.py:472(_cleanup)
10 0.000 0.000 0.005 0.001 subprocess.py:488(_eintr_retry_call)
4 0.000 0.000 0.314 0.078 subprocess.py:565(check_output)
1 0.000 0.000 0.000 0.000 subprocess.py:742(Popen)
5 0.001 0.000 0.011 0.002 subprocess.py:746(__init__)
6 0.000 0.000 0.000 0.000 subprocess.py:886(_translate_newlines)
4 0.000 0.000 0.000 0.000 subprocess.py:890(__enter__)
4 0.000 0.000 0.000 0.000 subprocess.py:893(__exit__)
5 0.000 0.000 0.000 0.000 subprocess.py:903(__del__)
4 0.000 0.000 0.304 0.076 subprocess.py:918(communicate)
4 0.000 0.000 0.000 0.000 subprocess.py:968(poll)
169 0.000 0.000 0.000 0.000 subprocess.py:972(_remaining_time)
161 0.000 0.000 0.000 0.000 subprocess.py:980(_check_timeout)
1 0.000 0.000 0.000 0.000 tarfile.py:1375(TarFile)
1 0.000 0.000 0.000 0.000 tarfile.py:2372(TarIter)
1 0.000 0.000 0.000 0.000 tarfile.py:265(TarError)
1 0.000 0.000 0.000 0.000 tarfile.py:268(ExtractError)
1 0.000 0.000 0.000 0.000 tarfile.py:271(ReadError)
1 0.000 0.000 0.000 0.000 tarfile.py:274(CompressionError)
1 0.000 0.000 0.000 0.000 tarfile.py:277(StreamError)
1 0.000 0.000 0.000 0.000 tarfile.py:280(HeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:283(EmptyHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:286(TruncatedHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:289(EOFHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:292(InvalidHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:295(SubsequentHeaderError)
1 0.000 0.000 0.001 0.001 tarfile.py:30(<module>)
1 0.000 0.000 0.000 0.000 tarfile.py:302(_LowLevelFile)
1 0.000 0.000 0.000 0.000 tarfile.py:326(_Stream)
1 0.000 0.000 0.000 0.000 tarfile.py:576(_StreamProxy)
1 0.000 0.000 0.000 0.000 tarfile.py:606(_FileInFile)
1 0.000 0.000 0.000 0.000 tarfile.py:707(ExFileObject)
1 0.000 0.000 0.000 0.000 tarfile.py:718(TarInfo)
1 0.000 0.000 0.006 0.006 tempfile.py:16(<module>)
1 0.000 0.000 0.000 0.000 tempfile.py:334(_TemporaryFileCloser)
1 0.000 0.000 0.000 0.000 tempfile.py:375(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 tempfile.py:506(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 tempfile.py:654(TemporaryDirectory)
1 0.000 0.000 0.000 0.000 tempfile.py:85(_RandomNameSequence)
1 0.000 0.000 0.000 0.000 threading.py:1(<module>)
1 0.000 0.000 0.000 0.000 threading.py:1163(Timer)
1 0.000 0.000 0.000 0.000 threading.py:1193(_MainThread)
1 0.000 0.000 0.000 0.000 threading.py:1195(__init__)
1 0.000 0.000 0.000 0.000 threading.py:1212(_DummyThread)
1 0.000 0.000 0.000 0.000 threading.py:198(Condition)
1 0.000 0.000 0.000 0.000 threading.py:210(__init__)
1 0.000 0.000 0.000 0.000 threading.py:249(_is_owned)
1 0.000 0.000 0.000 0.000 threading.py:329(notify)
1 0.000 0.000 0.000 0.000 threading.py:352(notify_all)
1 0.000 0.000 0.000 0.000 threading.py:364(Semaphore)
1 0.000 0.000 0.000 0.000 threading.py:444(BoundedSemaphore)
1 0.000 0.000 0.000 0.000 threading.py:482(Event)
1 0.000 0.000 0.000 0.000 threading.py:493(__init__)
1 0.000 0.000 0.000 0.000 threading.py:507(set)
1 0.000 0.000 0.000 0.000 threading.py:570(Barrier)
1 0.000 0.000 0.000 0.000 threading.py:724(BrokenBarrierError)
1 0.000 0.000 0.000 0.000 threading.py:743(Thread)
1 0.000 0.000 0.000 0.000 threading.py:762(__init__)
1 0.000 0.000 0.000 0.000 threading.py:88(_RLock)
1 0.000 0.000 0.000 0.000 threading.py:895(_set_ident)
1 0.000 0.000 0.000 0.000 threading.py:898(_set_tstate_lock)
1 0.000 0.000 0.000 0.000 token.py:1(<module>)
1 0.000 0.000 0.000 0.000 token.py:71(<dictcomp>)
19 0.000 0.000 0.000 0.000 tokenize.py:110(group)
1 0.000 0.000 0.000 0.000 tokenize.py:111(any)
2 0.000 0.000 0.000 0.000 tokenize.py:112(maybe)
1 0.000 0.000 0.002 0.002 tokenize.py:21(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:219(TokenError)
1 0.000 0.000 0.000 0.000 tokenize.py:221(StopTokenizing)
1 0.000 0.000 0.000 0.000 tokenize.py:224(Untokenizer)
1 0.000 0.000 0.000 0.000 tokenize.py:97(TokenInfo)
1 0.000 0.000 0.000 0.000 tools.py:18(<module>)
1 0.000 0.000 0.000 0.000 tools.py:252(_RedirectStream)
1 0.000 0.000 0.000 0.000 tools.py:270(redirect_stdout)
1 0.000 0.000 0.000 0.000 tools.py:287(redirect_stderr)
1 0.000 0.000 0.000 0.000 tools.py:35(XonshError)
1 0.000 0.000 0.003 0.003 traceback.py:1(<module>)
2 0.000 0.000 0.000 0.000 types.py:115(__init__)
2 0.000 0.000 0.007 0.003 util.py:1(<module>)
1 0.000 0.000 0.000 0.000 warnings.py:1(<module>)
1 0.000 0.000 0.000 0.000 warnings.py:274(WarningMessage)
1 0.000 0.000 0.000 0.000 warnings.py:294(catch_warnings)
4 0.000 0.000 0.000 0.000 warnings.py:311(__init__)
4 0.000 0.000 0.000 0.000 warnings.py:332(__enter__)
4 0.000 0.000 0.000 0.000 warnings.py:349(__exit__)
4 0.000 0.000 0.000 0.000 warnings.py:58(simplefilter)
1 0.000 0.000 0.000 0.000 warnings.py:84(_OptionError)
1 0.000 0.000 0.000 0.000 warnings.py:89(_processoptions)
1 0.000 0.000 0.000 0.000 yacc.py:1152(Production)
481 0.003 0.000 0.004 0.000 yacc.py:1154(__init__)
1 0.000 0.000 0.000 0.000 yacc.py:117(PlyLogger)
1 0.000 0.000 0.000 0.000 yacc.py:1184(__str__)
2333 0.001 0.000 0.001 0.000 yacc.py:1190(__len__)
481 0.000 0.000 0.000 0.000 yacc.py:1217(bind)
1 0.000 0.000 0.000 0.000 yacc.py:1225(MiniProduction)
1 0.000 0.000 0.000 0.000 yacc.py:1269(LRItem)
1371 0.005 0.000 0.005 0.000 yacc.py:1270(__init__)
17542 0.019 0.000 0.025 0.000 yacc.py:1281(__str__)
480 0.001 0.000 0.001 0.000 yacc.py:1296(rightmost_terminal)
1 0.000 0.000 0.000 0.000 yacc.py:1312(GrammarError)
1 0.000 0.000 0.000 0.000 yacc.py:1314(Grammar)
1 0.000 0.000 0.000 0.000 yacc.py:1315(__init__)
1 0.000 0.000 0.000 0.000 yacc.py:133(NullLogger)
26547 0.005 0.000 0.005 0.000 yacc.py:134(__getattribute__)
26547 0.005 0.000 0.005 0.000 yacc.py:136(__call__)
18 0.000 0.000 0.000 0.000 yacc.py:1365(set_precedence)
480 0.005 0.000 0.011 0.000 yacc.py:1390(add_production)
1 0.000 0.000 0.000 0.000 yacc.py:140(YaccError)
1 0.000 0.000 0.000 0.000 yacc.py:1473(set_start)
1 0.000 0.000 0.001 0.001 yacc.py:1489(find_unreachable)
890/1 0.001 0.000 0.001 0.001 yacc.py:1492(mark_reachable_from)
1 0.000 0.000 0.000 0.000 yacc.py:1507(<listcomp>)
1 0.002 0.002 0.002 0.002 yacc.py:1518(infinite_cycles)
1 0.000 0.000 0.001 0.001 yacc.py:1583(undefined_symbols)
1 0.000 0.000 0.000 0.000 yacc.py:1599(unused_terminals)
1 0.000 0.000 0.000 0.000 yacc.py:1614(unused_rules)
1 0.000 0.000 0.000 0.000 yacc.py:1631(unused_precedence)
10836 0.022 0.000 0.028 0.000 yacc.py:1647(_first)
1 0.015 0.015 0.037 0.037 yacc.py:1681(compute_first)
1 0.038 0.038 0.045 0.045 yacc.py:1718(compute_follow)
1 0.004 0.004 0.012 0.012 yacc.py:1777(build_lritems)
1 0.000 0.000 0.000 0.000 yacc.py:178(YaccSymbol)
1 0.000 0.000 0.000 0.000 yacc.py:1812(VersionError)
1 0.000 0.000 0.000 0.000 yacc.py:1814(LRTable)
1 0.000 0.000 0.000 0.000 yacc.py:1815(__init__)
1 0.000 0.000 0.000 0.000 yacc.py:1821(read_table)
1 0.000 0.000 0.000 0.000 yacc.py:1870(bind_callables)
2 0.003 0.001 0.140 0.070 yacc.py:1898(digraph)
5078/3082 0.084 0.000 0.137 0.000 yacc.py:1908(traverse)
1 0.000 0.000 0.000 0.000 yacc.py:191(YaccProduction)
1 0.000 0.000 0.000 0.000 yacc.py:1930(LALRError)
1 0.000 0.000 0.000 0.000 yacc.py:1939(LRGeneratedTable)
1 0.000 0.000 0.935 0.935 yacc.py:1940(__init__)
728 0.013 0.000 0.018 0.000 yacc.py:1977(lr0_closure)
33391 0.171 0.000 0.217 0.000 yacc.py:2002(lr0_goto)
1 0.012 0.012 0.163 0.163 yacc.py:2036(lr0_items)
1 0.000 0.000 0.000 0.000 yacc.py:2093(compute_nullable_nonterminals)
1 0.168 0.168 0.168 0.168 yacc.py:2120(find_nonterminal_transitions)
2539 0.011 0.000 0.016 0.000 yacc.py:2140(dr_relation)
2539 0.010 0.000 0.015 0.000 yacc.py:2164(reads_relation)
1 0.059 0.059 0.084 0.084 yacc.py:2207(compute_lookback_includes)
1 0.000 0.000 0.049 0.049 yacc.py:2281(compute_read_sets)
2539 0.002 0.000 0.018 0.000 yacc.py:2282(<lambda>)
2539 0.002 0.000 0.017 0.000 yacc.py:2283(<lambda>)
1 0.000 0.000 0.090 0.090 yacc.py:2303(compute_follow_sets)
2539 0.001 0.000 0.001 0.000 yacc.py:2304(<lambda>)
2539 0.001 0.000 0.002 0.000 yacc.py:2305(<lambda>)
1 0.089 0.089 0.092 0.092 yacc.py:2321(add_lookaheads)
1 0.000 0.000 0.484 0.484 yacc.py:2338(add_lalr_lookaheads)
1 0.107 0.107 0.841 0.841 yacc.py:2362(lr_parse_table)
1 0.000 0.000 0.000 0.000 yacc.py:239(LRParser)
1 0.000 0.000 0.000 0.000 yacc.py:240(__init__)
1 0.040 0.040 0.059 0.059 yacc.py:2545(write_table)
221 0.001 0.000 0.001 0.000 yacc.py:2722(parse_grammar)
1 0.000 0.000 0.000 0.000 yacc.py:2762(ParserReflect)
1 0.000 0.000 0.000 0.000 yacc.py:2763(__init__)
1 0.000 0.000 0.001 0.001 yacc.py:2778(get_all)
1 0.000 0.000 0.007 0.007 yacc.py:2786(validate_all)
1 0.000 0.000 0.003 0.003 yacc.py:2796(signature)
1 0.000 0.000 0.000 0.000 yacc.py:2806(<listcomp>)
1 0.001 0.001 0.004 0.004 yacc.py:2827(validate_files)
1 0.000 0.000 0.000 0.000 yacc.py:2855(get_start)
1 0.000 0.000 0.000 0.000 yacc.py:2859(validate_start)
1 0.000 0.000 0.000 0.000 yacc.py:2865(get_error_func)
1 0.000 0.000 0.000 0.000 yacc.py:2869(validate_error_func)
1 0.000 0.000 0.000 0.000 yacc.py:2889(get_tokens)
1 0.000 0.000 0.000 0.000 yacc.py:2909(validate_tokens)
1 0.000 0.000 0.000 0.000 yacc.py:2923(get_precedence)
1 0.000 0.000 0.000 0.000 yacc.py:2927(validate_precedence)
1 0.001 0.001 0.001 0.001 yacc.py:2958(get_pfunctions)
1 0.001 0.001 0.003 0.003 yacc.py:2974(validate_pfunctions)
1 0.001 0.001 1.021 1.021 yacc.py:3036(yacc)
1 0.000 0.000 0.000 0.000 yacc.py:3052(<listcomp>)
1 0.000 0.000 0.002 0.002 yacc.py:62(<module>)
907 0.000 0.000 0.000 0.000 yacc.py:94(func_code)
2 0.000 0.000 0.000 0.000 {built-in method POINTER}
5 0.000 0.000 0.000 0.000 {built-in method S_ISREG}
5 0.000 0.000 0.000 0.000 {built-in method WEXITSTATUS}
5 0.000 0.000 0.000 0.000 {built-in method WIFEXITED}
5 0.000 0.000 0.000 0.000 {built-in method WIFSIGNALED}
203/201 0.006 0.000 0.009 0.000 {built-in method __build_class__}
7/6 0.000 0.000 0.007 0.001 {built-in method __import__}
66 0.000 0.000 0.000 0.000 {built-in method __new__ of type object at 0x8266f00}
12 0.000 0.000 0.000 0.000 {built-in method _filters_mutated}
54 0.000 0.000 0.000 0.000 {built-in method _fix_co_filename}
16 0.000 0.000 0.000 0.000 {built-in method _getframe}
1 0.000 0.000 0.000 0.000 {built-in method _set_sentinel}
201 0.000 0.000 0.000 0.000 {built-in method acquire_lock}
146 0.000 0.000 0.000 0.000 {built-in method allocate_lock}
82 0.000 0.000 0.000 0.000 {built-in method any}
18 0.000 0.000 0.000 0.000 {built-in method calcsize}
28 0.000 0.000 0.000 0.000 {built-in method callable}
96 0.000 0.000 0.000 0.000 {built-in method chr}
21 0.000 0.000 0.000 0.000 {built-in method close}
28 0.000 0.000 0.000 0.000 {built-in method compile}
2 0.000 0.000 0.000 0.000 {built-in method dir}
2 0.000 0.000 0.000 0.000 {built-in method dlopen}
70/1 0.008 0.000 1.439 1.439 {built-in method exec}
1 0.000 0.000 0.000 0.000 {built-in method exp}
5 0.002 0.000 0.002 0.000 {built-in method fork_exec}
109 0.000 0.000 0.000 0.000 {built-in method from_bytes}
143 0.000 0.000 0.000 0.000 {built-in method get_ident}
18541 0.005 0.000 0.005 0.000 {built-in method getattr}
1 0.000 0.000 0.000 0.000 {built-in method getdefaultencoding}
1 0.000 0.000 0.000 0.000 {built-in method getfilesystemencoding}
1 0.000 0.000 0.000 0.000 {built-in method gethostname}
26 0.000 0.000 0.000 0.000 {built-in method getlower}
1 0.000 0.000 0.000 0.000 {built-in method getpgrp}
14 0.000 0.000 0.000 0.000 {built-in method globals}
801 0.001 0.000 0.001 0.000 {built-in method hasattr}
80218 0.014 0.000 0.014 0.000 {built-in method id}
3 0.002 0.001 0.002 0.001 {built-in method init_builtin}
48 0.000 0.000 0.000 0.000 {built-in method is_builtin}
66 0.000 0.000 0.000 0.000 {built-in method is_frozen}
2752 0.001 0.000 0.002 0.000 {built-in method isinstance}
52/46 0.000 0.000 0.001 0.000 {built-in method issubclass}
21890/19930 0.005 0.000 0.006 0.000 {built-in method len}
4 0.000 0.000 0.000 0.000 {built-in method listdir}
11 0.004 0.000 0.004 0.000 {built-in method load_dynamic}
54 0.008 0.000 0.008 0.000 {built-in method loads}
2 0.000 0.000 0.000 0.000 {built-in method log}
27 0.000 0.000 0.000 0.000 {built-in method max}
6709 0.002 0.000 0.002 0.000 {built-in method min}
13 0.000 0.000 0.000 0.000 {built-in method nl_langinfo}
2 0.000 0.000 0.000 0.000 {built-in method openssl_md5}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha1}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha224}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha256}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha384}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha512}
13 0.000 0.000 0.000 0.000 {built-in method open}
286 0.000 0.000 0.000 0.000 {built-in method ord}
4 0.000 0.000 0.000 0.000 {built-in method parse_and_bind}
16 0.000 0.000 0.000 0.000 {built-in method pipe}
4 0.000 0.000 0.000 0.000 {built-in method poll}
40 0.000 0.000 0.000 0.000 {built-in method proxy}
1 0.000 0.000 0.000 0.000 {built-in method read_history_file}
162 0.006 0.000 0.006 0.000 {built-in method read}
272 0.000 0.000 0.000 0.000 {built-in method release_lock}
14 0.000 0.000 0.000 0.000 {built-in method repr}
1 0.000 0.000 0.000 0.000 {built-in method set_completer_delims}
2 0.000 0.000 0.000 0.000 {built-in method set_history_length}
113 0.000 0.000 0.000 0.000 {built-in method setattr}
18 0.000 0.000 0.000 0.000 {built-in method setlocale}
34 0.000 0.000 0.000 0.000 {built-in method sizeof}
5 0.000 0.000 0.000 0.000 {built-in method sorted}
1 0.000 0.000 0.000 0.000 {built-in method sqrt}
416 0.002 0.000 0.002 0.000 {built-in method stat}
1 0.000 0.000 0.000 0.000 {built-in method sysconf}
1 0.000 0.000 0.000 0.000 {built-in method uname}
1 0.000 0.000 0.000 0.000 {built-in method urandom}
12 0.000 0.000 0.000 0.000 {built-in method utf_8_decode}
5 0.000 0.000 0.000 0.000 {built-in method waitpid}
1 0.000 0.000 0.000 0.000 {built-in method warn}
1 0.000 0.000 0.000 0.000 {built-in method write_history_file}
6 0.000 0.000 0.000 0.000 {built-in method write}
1 0.000 0.000 0.000 0.000 {function Random.seed at 0xb6bd738c}
77 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
31 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
3 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects}
134 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
189555 0.034 0.000 0.034 0.000 {method 'append' of 'list' objects}
6 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
23 0.001 0.000 0.001 0.000 {method 'close' of '_io.TextIOWrapper' objects}
4 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
146 0.000 0.000 0.000 0.000 {method 'decode' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 {method 'digest' of '_hashlib.HASH' objects}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
367 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects}
40 0.000 0.000 0.000 0.000 {method 'endswith' of 'bytes' objects}
162 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects}
40 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects}
21 0.000 0.000 0.000 0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
217 0.000 0.000 0.000 0.000 {method 'find' of 'bytearray' objects}
58 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'flush' of '_io.TextIOWrapper' objects}
1302 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects}
130936 0.034 0.000 0.034 0.000 {method 'get' of 'dict' objects}
24 0.000 0.000 0.000 0.000 {method 'get' of 'mappingproxy' objects}
511 0.000 0.000 0.000 0.000 {method 'group' of '_sre.SRE_Match' objects}
1 0.000 0.000 0.000 0.000 {method 'in_dll' of '_ctypes.PyCSimpleType' objects}
1375 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects}
81 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects}
627 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
1529 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
6 0.000 0.000 0.000 0.000 {method 'join' of 'bytes' objects}
19411 0.006 0.000 0.007 0.000 {method 'join' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
19 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects}
3 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects}
3748 0.002 0.000 0.002 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
108 0.000 0.000 0.000 0.000 {method 'partition' of 'str' objects}
161 0.293 0.002 0.293 0.002 {method 'poll' of 'select.poll' objects}
41 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
5078 0.001 0.000 0.001 0.000 {method 'pop' of 'list' objects}
54 0.001 0.000 0.001 0.000 {method 'read' of '_io.FileIO' objects}
716 0.000 0.000 0.000 0.000 {method 'read' of '_io.StringIO' objects}
1 0.002 0.002 0.002 0.002 {method 'read' of '_io.TextIOWrapper' objects}
1 0.000 0.000 0.000 0.000 {method 'readlines' of '_io._IOBase' objects}
10 0.000 0.000 0.000 0.000 {method 'register' of 'select.poll' objects}
1 0.000 0.000 0.000 0.000 {method 'release' of '_thread.lock' objects}
49 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
32 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
42 0.000 0.000 0.000 0.000 {method 'replace' of 'str' objects}
18 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
5 0.000 0.000 0.000 0.000 {method 'rfind' of 'bytes' objects}
2 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
508 0.000 0.000 0.000 0.000 {method 'rpartition' of 'str' objects}
387 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'rstrip' of 'bytes' objects}
2530 0.001 0.000 0.001 0.000 {method 'rstrip' of 'str' objects}
385 0.001 0.000 0.001 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
120 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
2 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
1033 0.001 0.000 0.001 0.000 {method 'split' of 'str' objects}
225 0.001 0.000 0.001 0.000 {method 'splitlines' of 'str' objects}
40 0.000 0.000 0.000 0.000 {method 'startswith' of 'bytes' objects}
773 0.000 0.000 0.000 0.000 {method 'startswith' of 'str' objects}
21 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
12 0.000 0.000 0.000 0.000 {method 'translate' of 'bytearray' objects}
1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
10 0.000 0.000 0.000 0.000 {method 'unregister' of 'select.poll' objects}
223 0.000 0.000 0.000 0.000 {method 'update' of '_hashlib.HASH' objects}
7 0.000 0.000 0.001 0.000 {method 'update' of 'dict' objects}
33 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects}
3 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
33191 0.011 0.000 0.011 0.000 {method 'write' of '_io.TextIOWrapper' objects}
real 0m1.544s
user 0m1.320s
sys 0m0.176s
#!/usr/bin/env python
#This script was run as such: { time ./profile_shell.py > profile; } 2>> profile
import cProfile
cProfile.run('from xonsh.shell import Shell; Shell()')
685587 function calls (679837 primitive calls) in 13.220 seconds
Ordered by: standard name
ncalls tottime percall cumtime percall filename:lineno(function)
68 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1000(__init__)
54 0.004 0.000 0.017 0.000 <frozen importlib._bootstrap>:1019(init_module_attrs)
54 0.002 0.000 0.022 0.000 <frozen importlib._bootstrap>:1099(create)
54/5 0.001 0.000 0.967 0.193 <frozen importlib._bootstrap>:1122(_exec)
14 0.001 0.000 0.080 0.006 <frozen importlib._bootstrap>:1156(_load_backward_compatible)
68/6 0.005 0.000 0.978 0.163 <frozen importlib._bootstrap>:1186(_load_unlocked)
69 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:1266(find_spec)
3 0.000 0.000 0.018 0.006 <frozen importlib._bootstrap>:1287(load_module)
54 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:129(_new_module)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1311(is_package)
66 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1336(find_spec)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:141(__init__)
14 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:144(__enter__)
54/5 0.003 0.000 0.967 0.193 <frozen importlib._bootstrap>:1465(exec_module)
14 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:147(__exit__)
56 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:148(<genexpr>)
54 0.007 0.000 0.223 0.004 <frozen importlib._bootstrap>:1534(get_code)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:1591(__init__)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1616(get_filename)
54 0.012 0.000 0.116 0.002 <frozen importlib._bootstrap>:1621(get_data)
54 0.001 0.000 0.005 0.000 <frozen importlib._bootstrap>:1631(path_stats)
11 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1697(__init__)
11 0.002 0.000 0.061 0.006 <frozen importlib._bootstrap>:1708(load_module)
69 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:172(__init__)
11 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1726(is_package)
44 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1729(<genexpr>)
4 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:1853(_path_hooks)
283 0.002 0.000 0.004 0.000 <frozen importlib._bootstrap>:1870(_path_importer_cache)
66 0.007 0.000 0.141 0.002 <frozen importlib._bootstrap>:1902(_get_spec)
71 0.003 0.000 0.003 0.000 <frozen importlib._bootstrap>:192(acquire)
66 0.001 0.000 0.142 0.002 <frozen importlib._bootstrap>:1934(find_spec)
4 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1979(__init__)
32 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1985(<genexpr>)
65 0.002 0.000 0.006 0.000 <frozen importlib._bootstrap>:2011(_get_spec)
239 0.037 0.000 0.129 0.001 <frozen importlib._bootstrap>:2016(find_spec)
4 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2061(_fill_cache)
4 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:2102(path_hook_for_FileFinder)
201 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:2120(__enter__)
201 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:2124(__exit__)
69 0.008 0.000 0.156 0.002 <frozen importlib._bootstrap>:2147(_find_spec)
71 0.003 0.000 0.004 0.000 <frozen importlib._bootstrap>:217(release)
69/6 0.004 0.000 0.994 0.166 <frozen importlib._bootstrap>:2207(_find_and_load_unlocked)
69/6 0.006 0.000 0.996 0.166 <frozen importlib._bootstrap>:2234(_find_and_load)
207/182 0.003 0.000 0.085 0.000 <frozen importlib._bootstrap>:2264(_handle_fromlist)
69 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:257(__init__)
69 0.003 0.000 0.013 0.000 <frozen importlib._bootstrap>:261(__enter__)
69 0.001 0.000 0.005 0.000 <frozen importlib._bootstrap>:268(__exit__)
71 0.005 0.000 0.007 0.000 <frozen importlib._bootstrap>:274(_get_module_lock)
69 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:288(cb)
2 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:293(_lock_unlock_module)
75/6 0.001 0.000 0.963 0.160 <frozen importlib._bootstrap>:313(_call_with_frames_removed)
239 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:34(_relax_case)
108 0.004 0.000 0.012 0.000 <frozen importlib._bootstrap>:437(cache_from_source)
108 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:45(_r_long)
1215 0.017 0.000 0.047 0.000 <frozen importlib._bootstrap>:50(_path_join)
1255 0.008 0.000 0.008 0.000 <frozen importlib._bootstrap>:518(_verbose_message)
1215 0.017 0.000 0.025 0.000 <frozen importlib._bootstrap>:52(<listcomp>)
65 0.001 0.000 0.062 0.001 <frozen importlib._bootstrap>:534(_check_name_wrapper)
6 0.000 0.000 0.018 0.003 <frozen importlib._bootstrap>:546(_requires_builtin_wrapper)
119 0.001 0.000 0.003 0.000 <frozen importlib._bootstrap>:56(_path_split)
54 0.007 0.000 0.009 0.000 <frozen importlib._bootstrap>:599(_validate_bytecode_header)
54 0.003 0.000 0.080 0.001 <frozen importlib._bootstrap>:654(_compile_bytecode)
380 0.003 0.000 0.026 0.000 <frozen importlib._bootstrap>:68(_path_stat)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:728(__init__)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:732(__enter__)
54 0.003 0.000 0.005 0.000 <frozen importlib._bootstrap>:739(__exit__)
216 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:742(<genexpr>)
87 0.001 0.000 0.007 0.000 <frozen importlib._bootstrap>:78(_path_is_mode_type)
70 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:790(__init__)
108 0.002 0.000 0.009 0.000 <frozen importlib._bootstrap>:824(cached)
54 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:842(parent)
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:850(has_location)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:859(spec_from_loader)
82 0.001 0.000 0.007 0.000 <frozen importlib._bootstrap>:87(_path_isfile)
65 0.003 0.000 0.004 0.000 <frozen importlib._bootstrap>:884(spec_from_file_location)
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:92(_path_isdir)
1 0.000 0.000 13.222 13.222 <string>:1(<module>)
10 0.000 0.000 0.000 0.000 <string>:12(__new__)
1 0.000 0.000 0.000 0.000 <string>:5(ArgInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(Arguments)
1 0.000 0.000 0.000 0.000 <string>:5(Attribute)
1 0.000 0.000 0.000 0.000 <string>:5(ClosureVars)
1 0.000 0.000 0.000 0.000 <string>:5(FullArgSpec)
1 0.000 0.000 0.000 0.000 <string>:5(ModuleInfo)
1 0.000 0.000 0.000 0.000 <string>:5(ProcProxy)
1 0.000 0.000 0.000 0.000 <string>:5(SelectorKey)
1 0.000 0.000 0.000 0.000 <string>:5(TokenInfo)
1 0.000 0.000 0.000 0.000 <string>:5(Traceback)
1 0.000 0.000 0.000 0.000 <string>:5(_Instruction)
1 0.000 0.000 0.000 0.000 <string>:5(uname_result)
1 0.000 0.000 0.000 0.000 <string>:5(usage)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:76(_Feature)
8 0.000 0.000 0.000 0.000 __future__.py:77(__init__)
3 0.002 0.001 0.040 0.013 __init__.py:1(<module>)
14 0.001 0.000 0.001 0.000 __init__.py:142(_check_size)
1 0.000 0.000 0.000 0.000 __init__.py:154(py_object)
1 0.000 0.000 0.000 0.000 __init__.py:163(c_short)
1 0.000 0.000 0.000 0.000 __init__.py:167(c_ushort)
1 0.000 0.000 0.000 0.000 __init__.py:171(c_long)
1 0.000 0.000 0.000 0.000 __init__.py:175(c_ulong)
1 0.000 0.000 0.000 0.000 __init__.py:192(c_float)
1 0.000 0.000 0.000 0.000 __init__.py:196(c_double)
1 0.000 0.000 0.000 0.000 __init__.py:200(c_longdouble)
1 0.000 0.000 0.000 0.000 __init__.py:210(c_longlong)
1 0.000 0.000 0.000 0.000 __init__.py:214(c_ulonglong)
1 0.000 0.000 0.000 0.000 __init__.py:221(c_ubyte)
1 0.000 0.000 0.000 0.000 __init__.py:228(c_byte)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_char)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char_p)
1 0.000 0.000 0.000 0.000 __init__.py:250(c_void_p)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_bool)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_wchar_p)
1 0.000 0.000 0.000 0.000 __init__.py:263(c_wchar)
1 0.001 0.001 0.002 0.002 __init__.py:266(_reset_cache)
14 0.005 0.000 0.092 0.007 __init__.py:301(namedtuple)
1 0.000 0.000 0.000 0.000 __init__.py:318(CDLL)
2 0.000 0.000 0.001 0.000 __init__.py:335(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:345(_FuncPtr)
1 0.000 0.000 0.000 0.000 __init__.py:361(__getattr__)
77 0.001 0.000 0.002 0.000 __init__.py:364(<genexpr>)
77 0.001 0.000 0.003 0.000 __init__.py:366(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:368(__getitem__)
1 0.000 0.000 0.000 0.000 __init__.py:374(PyDLL)
1 0.000 0.000 0.000 0.000 __init__.py:4(<module>)
4 0.001 0.000 0.001 0.000 __init__.py:41(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:414(LibraryLoader)
2 0.000 0.000 0.000 0.000 __init__.py:415(__init__)
9 0.000 0.000 0.001 0.000 __init__.py:42(normalize_encoding)
1 0.000 0.000 0.000 0.000 __init__.py:428(LoadLibrary)
3 0.000 0.000 0.001 0.000 __init__.py:479(PYFUNCTYPE)
3 0.000 0.000 0.000 0.000 __init__.py:480(CFunctionType)
37 0.001 0.000 0.001 0.000 __init__.py:62(__setitem__)
3 0.000 0.000 0.001 0.000 __init__.py:73(CFUNCTYPE)
520 0.002 0.000 0.002 0.000 __init__.py:87(__iter__)
3 0.000 0.000 0.000 0.000 __init__.py:99(CFunctionType)
13 0.000 0.000 0.001 0.000 _bootlocale.py:23(getpreferredencoding)
24 0.000 0.000 0.000 0.000 _collections_abc.py:135(__subclasshook__)
49 0.001 0.000 0.010 0.000 _collections_abc.py:419(get)
4 0.000 0.000 0.000 0.000 _collections_abc.py:426(__contains__)
3 0.000 0.000 0.000 0.000 _collections_abc.py:434(keys)
37 0.000 0.000 0.001 0.000 _collections_abc.py:438(items)
40 0.000 0.000 0.000 0.000 _collections_abc.py:456(__init__)
60 0.000 0.000 0.001 0.000 _collections_abc.py:475(__iter__)
481 0.004 0.000 0.005 0.000 _collections_abc.py:496(__iter__)
4 0.000 0.000 0.000 0.000 _collections_abc.py:575(update)
1 0.000 0.000 0.001 0.001 _endian.py:1(<module>)
1 0.000 0.000 0.000 0.000 _endian.py:23(_swapped_meta)
1 0.000 0.000 0.000 0.000 _endian.py:46(BigEndianStructure)
24 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
24 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
24 0.000 0.000 0.001 0.000 _weakrefset.py:26(__exit__)
34 0.001 0.000 0.001 0.000 _weakrefset.py:36(__init__)
24 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
35 0.001 0.000 0.002 0.000 _weakrefset.py:58(__iter__)
85 0.001 0.000 0.001 0.000 _weakrefset.py:70(__contains__)
25 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
10 0.002 0.000 0.007 0.001 abc.py:132(__new__)
10 0.001 0.000 0.002 0.000 abc.py:135(<setcomp>)
22 0.001 0.000 0.006 0.000 abc.py:178(__instancecheck__)
24/8 0.002 0.000 0.005 0.001 abc.py:194(__subclasscheck__)
4 0.000 0.000 0.000 0.000 abc.py:9(abstractmethod)
1 0.000 0.000 0.053 0.053 aliases.py:2(<module>)
1 0.000 0.000 0.040 0.040 aliases.py:76(bash_aliases)
1 0.000 0.000 0.000 0.000 aliases.py:85(<listcomp>)
1 0.000 0.000 0.000 0.000 argparse.py:1001(_HelpAction)
3 0.000 0.000 0.000 0.000 argparse.py:1003(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:1020(_VersionAction)
1 0.000 0.000 0.000 0.000 argparse.py:1046(_SubParsersAction)
1 0.000 0.000 0.000 0.000 argparse.py:1048(_ChoicesPseudoAction)
1 0.000 0.000 0.000 0.000 argparse.py:109(_AttributeHolder)
1 0.000 0.000 0.000 0.000 argparse.py:1142(FileType)
1 0.000 0.000 0.000 0.000 argparse.py:1196(Namespace)
1 0.000 0.000 0.000 0.000 argparse.py:1221(_ActionsContainer)
9 0.001 0.000 0.007 0.001 argparse.py:1223(__init__)
102 0.001 0.000 0.001 0.000 argparse.py:1275(register)
28 0.000 0.000 0.000 0.000 argparse.py:1279(_registry_get)
14 0.002 0.000 0.013 0.001 argparse.py:1304(add_argument)
6 0.000 0.000 0.003 0.000 argparse.py:1351(add_argument_group)
14 0.000 0.000 0.001 0.000 argparse.py:1361(_add_action)
3 0.000 0.000 0.000 0.000 argparse.py:1425(_get_positional_kwargs)
1 0.000 0.000 0.000 0.000 argparse.py:144(HelpFormatter)
11 0.001 0.000 0.001 0.000 argparse.py:1441(_get_optional_kwargs)
14 0.000 0.000 0.000 0.000 argparse.py:1477(_pop_action_class)
9 0.000 0.000 0.000 0.000 argparse.py:1481(_get_handler)
14 0.000 0.000 0.000 0.000 argparse.py:1490(_check_conflict)
14 0.001 0.000 0.006 0.000 argparse.py:151(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:1528(_ArgumentGroup)
6 0.000 0.000 0.002 0.000 argparse.py:1530(__init__)
14 0.000 0.000 0.001 0.000 argparse.py:1552(_add_action)
1 0.000 0.000 0.000 0.000 argparse.py:1562(_MutuallyExclusiveGroup)
1 0.000 0.000 0.000 0.000 argparse.py:1582(ArgumentParser)
3 0.001 0.000 0.029 0.010 argparse.py:1600(__init__)
14 0.000 0.000 0.001 0.000 argparse.py:1707(_add_action)
1 0.000 0.000 0.000 0.000 argparse.py:194(_Section)
14 0.000 0.000 0.000 0.000 argparse.py:196(__init__)
14 0.000 0.000 0.006 0.000 argparse.py:2345(_get_formatter)
14 0.000 0.000 0.000 0.000 argparse.py:556(_metavar_formatter)
14 0.000 0.000 0.000 0.000 argparse.py:565(format)
14 0.001 0.000 0.001 0.000 argparse.py:572(_format_args)
11 0.000 0.000 0.000 0.000 argparse.py:587(<listcomp>)
1 0.001 0.001 0.006 0.006 argparse.py:62(<module>)
1 0.000 0.000 0.000 0.000 argparse.py:633(RawDescriptionHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:644(RawTextHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:655(ArgumentDefaultsHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:672(MetavarTypeHelpFormatter)
1 0.000 0.000 0.000 0.000 argparse.py:705(ArgumentError)
1 0.000 0.000 0.000 0.000 argparse.py:725(ArgumentTypeError)
1 0.000 0.000 0.000 0.000 argparse.py:734(Action)
14 0.000 0.000 0.000 0.000 argparse.py:785(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:825(_StoreAction)
3 0.000 0.000 0.000 0.000 argparse.py:827(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:860(_StoreConstAction)
8 0.000 0.000 0.000 0.000 argparse.py:862(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:883(_StoreTrueAction)
6 0.000 0.000 0.000 0.000 argparse.py:885(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:900(_StoreFalseAction)
2 0.000 0.000 0.000 0.000 argparse.py:902(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:917(_AppendAction)
1 0.000 0.000 0.000 0.000 argparse.py:954(_AppendConstAction)
1 0.000 0.000 0.000 0.000 argparse.py:980(_CountAction)
1 0.000 0.000 0.007 0.007 ast.py:1(<module>)
1 0.000 0.000 0.000 0.000 ast.py:221(NodeVisitor)
1 0.000 0.000 0.000 0.000 ast.py:258(NodeTransformer)
1 0.000 0.000 0.019 0.019 ast.py:26(<module>)
1 0.000 0.000 0.000 0.000 ast.py:45(CtxAwareTransformer)
1 0.000 0.000 0.000 0.000 ast.py:52(__init__)
8 0.000 0.000 0.007 0.001 built_ins.py:106(__getitem__)
36 0.001 0.000 0.001 0.000 built_ins.py:120(__setitem__)
1 0.000 0.000 0.000 0.000 built_ins.py:150(Aliases)
1 0.000 0.000 0.000 0.000 built_ins.py:153(__init__)
16 0.000 0.000 0.000 0.000 built_ins.py:212(__setitem__)
2 0.000 0.000 0.001 0.000 built_ins.py:221(update)
1 0.001 0.001 0.409 0.409 built_ins.py:3(<module>)
1 0.000 0.000 0.002 0.002 built_ins.py:41(Env)
1 0.000 0.000 0.097 0.097 built_ins.py:565(load_builtins)
1 0.000 0.000 0.001 0.001 built_ins.py:57(__init__)
1 0.000 0.000 0.000 0.000 bz2.py:33(BZ2File)
1 0.000 0.000 0.013 0.013 bz2.py:5(<module>)
1 0.000 0.000 0.048 0.048 cmd.py:43(<module>)
1 0.000 0.000 0.000 0.000 cmd.py:52(Cmd)
1 0.000 0.000 0.000 0.000 cmd.py:76(__init__)
5 0.000 0.000 0.000 0.000 codecs.py:183(__init__)
8 0.000 0.000 0.000 0.000 codecs.py:257(__init__)
8 0.000 0.000 0.000 0.000 codecs.py:306(__init__)
12 0.000 0.000 0.001 0.000 codecs.py:316(decode)
1 0.000 0.000 0.008 0.008 completer.py:1(<module>)
2 0.000 0.000 0.001 0.001 completer.py:184(_source_completions)
1 0.000 0.000 0.128 0.128 completer.py:191(_load_bash_complete_funcs)
1 0.000 0.000 0.124 0.124 completer.py:208(_load_bash_complete_files)
1 0.000 0.000 0.000 0.000 completer.py:215(<listcomp>)
1 0.000 0.000 0.000 0.000 completer.py:224(<dictcomp>)
1 0.000 0.000 0.000 0.000 completer.py:36(Completer)
1 0.000 0.000 0.252 0.252 completer.py:39(__init__)
1 0.000 0.000 0.002 0.002 contextlib.py:1(<module>)
1 0.000 0.000 0.000 0.000 contextlib.py:11(ContextDecorator)
1 0.000 0.000 0.000 0.000 contextlib.py:130(closing)
1 0.000 0.000 0.000 0.000 contextlib.py:154(redirect_stdout)
1 0.000 0.000 0.000 0.000 contextlib.py:181(suppress)
1 0.000 0.000 0.000 0.000 contextlib.py:212(ExitStack)
1 0.000 0.000 0.000 0.000 contextlib.py:34(_GeneratorContextManager)
2 0.000 0.000 0.000 0.000 contextlib.py:96(contextmanager)
1 0.000 0.000 0.038 0.038 dirstack.py:2(<module>)
1 0.001 0.001 0.026 0.026 dis.py:1(<module>)
1 0.000 0.000 0.000 0.000 dis.py:159(Instruction)
1 0.000 0.000 0.000 0.000 dis.py:401(Bytecode)
1 0.000 0.000 0.005 0.005 enum.py:1(<module>)
9 0.000 0.000 0.000 0.000 enum.py:132(<genexpr>)
55 0.001 0.000 0.001 0.000 enum.py:16(_is_dunder)
2 0.000 0.000 0.021 0.010 enum.py:196(__call__)
52 0.000 0.000 0.000 0.000 enum.py:24(_is_sunder)
3 0.000 0.000 0.000 0.000 enum.py:241(__getattr__)
2 0.000 0.000 0.000 0.000 enum.py:266(__members__)
24 0.001 0.000 0.001 0.000 enum.py:282(__setattr__)
2 0.001 0.000 0.021 0.010 enum.py:295(_create_)
4 0.000 0.000 0.000 0.000 enum.py:342(_get_mixins_)
4 0.000 0.000 0.001 0.000 enum.py:387(_find_new_)
1 0.000 0.000 0.000 0.000 enum.py:40(_EnumDict)
1 0.000 0.000 0.001 0.001 enum.py:434(Enum)
4 0.000 0.000 0.000 0.000 enum.py:47(__init__)
52 0.002 0.000 0.004 0.000 enum.py:51(__setitem__)
1 0.000 0.000 0.000 0.000 enum.py:515(IntEnum)
39 0.000 0.000 0.001 0.000 enum.py:8(_is_descriptor)
1 0.000 0.000 0.000 0.000 enum.py:82(EnumMeta)
4 0.000 0.000 0.000 0.000 enum.py:84(__prepare__)
4 0.006 0.002 0.019 0.005 enum.py:88(__new__)
4 0.000 0.000 0.000 0.000 enum.py:99(<dictcomp>)
1 0.000 0.000 0.053 0.053 environ.py:151(bash_env)
1 0.000 0.000 0.000 0.000 environ.py:164(<listcomp>)
1 0.000 0.000 0.000 0.000 environ.py:169(xonshrc_context)
1 0.001 0.001 0.055 0.055 environ.py:190(default_env)
1 0.001 0.001 0.198 0.198 environ.py:2(<module>)
1 0.000 0.000 0.651 0.651 execer.py:1(<module>)
1 0.000 0.000 0.000 0.000 execer.py:16(Execer)
1 0.000 0.000 11.987 11.987 execer.py:19(__init__)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 functools.py:384(lru_cache)
1 0.000 0.000 0.000 0.000 functools.py:420(decorating_function)
3 0.000 0.000 0.000 0.000 functools.py:43(update_wrapper)
2 0.000 0.000 0.000 0.000 functools.py:73(wraps)
1 0.000 0.000 0.000 0.000 genericpath.py:111(_splitext)
36 0.001 0.000 0.002 0.000 genericpath.py:16(exists)
6 0.000 0.000 0.001 0.000 genericpath.py:27(isfile)
18 0.002 0.000 0.005 0.000 gettext.py:111(_expand_lang)
9 0.002 0.000 0.015 0.002 gettext.py:353(find)
9 0.000 0.000 0.015 0.002 gettext.py:393(translation)
9 0.000 0.000 0.015 0.002 gettext.py:459(dgettext)
9 0.000 0.000 0.015 0.002 gettext.py:497(gettext)
1 0.000 0.000 0.010 0.010 glob.py:1(<module>)
1 0.000 0.000 0.016 0.016 hashlib.py:53(<module>)
6 0.000 0.000 0.000 0.000 hashlib.py:98(__get_openssl_constructor)
1 0.000 0.000 0.000 0.000 imp.py:112(NullImporter)
1 0.000 0.000 0.000 0.000 imp.py:131(_HackedGetData)
1 0.000 0.000 0.000 0.000 imp.py:159(_LoadSourceCompatibility)
1 0.000 0.000 0.000 0.000 imp.py:179(_LoadCompiledCompatibility)
1 0.000 0.000 0.008 0.008 imp.py:7(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:2058(_void)
1 0.000 0.000 0.000 0.000 inspect.py:2062(_empty)
1 0.000 0.000 0.000 0.000 inspect.py:2066(_ParameterKind)
5 0.000 0.000 0.000 0.000 inspect.py:2067(__new__)
1 0.000 0.000 0.000 0.000 inspect.py:2086(Parameter)
1 0.000 0.000 0.000 0.000 inspect.py:2211(BoundArguments)
1 0.000 0.000 0.000 0.000 inspect.py:2298(Signature)
1 0.002 0.002 0.126 0.126 inspect.py:27(<module>)
1 0.000 0.000 0.000 0.000 inspect.py:765(EndOfBlock)
1 0.000 0.000 0.000 0.000 inspect.py:767(BlockFinder)
1 0.000 0.000 0.000 0.000 inspectors.py:298(Inspector)
1 0.000 0.000 0.000 0.000 inspectors.py:301(__init__)
1 0.000 0.000 0.000 0.000 inspectors.py:34(<setcomp>)
1 0.000 0.000 0.029 0.029 inspectors.py:9(<module>)
1 0.000 0.000 0.006 0.006 jobs.py:3(<module>)
1 0.000 0.000 0.000 0.000 lex.py:114(Lexer)
1 0.000 0.000 0.004 0.004 lex.py:34(<module>)
1 0.000 0.000 0.000 0.000 lex.py:544(LexerReflect)
1 0.000 0.000 0.000 0.000 lex.py:63(LexError)
1 0.000 0.000 0.000 0.000 lex.py:69(LexToken)
1 0.000 0.000 0.000 0.000 lex.py:78(PlyLogger)
1 0.000 0.000 0.000 0.000 lex.py:94(NullLogger)
1 0.001 0.001 0.013 0.013 lexer.py:3(<module>)
1 0.000 0.000 0.000 0.000 lexer.py:355(Lexer)
1 0.000 0.000 0.000 0.000 lexer.py:358(__init__)
1 0.000 0.000 0.032 0.032 linecache.py:6(<module>)
9 0.001 0.000 0.001 0.000 locale.py:339(_replace_encoding)
18 0.001 0.000 0.003 0.000 locale.py:373(normalize)
18 0.000 0.000 0.000 0.000 locale.py:577(setlocale)
1 0.000 0.000 0.001 0.001 machinery.py:1(<module>)
101 0.000 0.000 0.000 0.000 opcode.py:41(def_op)
11 0.000 0.000 0.000 0.000 opcode.py:45(name_op)
6 0.000 0.000 0.000 0.000 opcode.py:49(jrel_op)
1 0.002 0.002 0.008 0.008 opcode.py:5(<module>)
6 0.000 0.000 0.000 0.000 opcode.py:53(jabs_op)
1 0.000 0.000 0.023 0.023 openpy.py:13(<module>)
1 0.000 0.000 0.002 0.002 os.py:40(_get_exports_list)
1 0.001 0.001 0.001 0.001 os.py:44(<listcomp>)
4 0.001 0.000 0.002 0.001 os.py:571(get_exec_path)
87 0.002 0.000 0.005 0.000 os.py:628(__getitem__)
21 0.000 0.000 0.000 0.000 os.py:651(__iter__)
87 0.001 0.000 0.002 0.000 os.py:704(encode)
62 0.000 0.000 0.001 0.000 os.py:708(decode)
33 0.000 0.000 0.001 0.000 os.py:759(fsencode)
1 0.001 0.001 0.011 0.011 os.py:931(popen)
1 0.000 0.000 0.000 0.000 os.py:954(__init__)
1 0.000 0.000 0.001 0.001 os.py:957(close)
1 0.000 0.000 0.000 0.000 os.py:970(__getattr__)
1 0.000 0.000 0.056 0.056 parser.py:1(<module>)
1 0.000 0.000 0.000 0.000 parser.py:12(Location)
1 0.002 0.002 0.002 0.002 parser.py:158(Parser)
1 0.022 0.022 11.889 11.889 parser.py:161(__init__)
1 0.000 0.000 0.000 0.000 parser.py:270(_yacc_lookahead_token)
43 0.001 0.000 0.002 0.000 parser.py:274(_opt_rule)
31 0.001 0.000 0.001 0.000 parser.py:287(_list_rule)
1 0.000 0.000 0.000 0.000 parser.py:312(lineno)
1 0.000 0.000 0.000 0.000 parser.py:319(col)
1 0.000 0.000 0.080 0.080 platform.py:10(<module>)
2 0.000 0.000 0.041 0.020 platform.py:1121(system)
1 0.000 0.000 0.040 0.040 platform.py:840(_syscmd_uname)
2 0.000 0.000 0.041 0.020 platform.py:983(uname)
1 0.000 0.000 0.000 0.000 posixpath.py:115(splitext)
5 0.000 0.000 0.000 0.000 posixpath.py:145(dirname)
4 0.000 0.000 0.001 0.000 posixpath.py:221(expanduser)
74 0.000 0.000 0.001 0.000 posixpath.py:38(_get_sep)
65 0.002 0.000 0.004 0.000 posixpath.py:70(join)
1 0.001 0.001 0.011 0.011 random.py:37(<module>)
1 0.000 0.000 0.000 0.000 random.py:639(SystemRandom)
1 0.000 0.000 0.000 0.000 random.py:68(Random)
1 0.000 0.000 0.002 0.002 random.py:84(__init__)
1 0.000 0.000 0.002 0.002 random.py:93(seed)
62 0.000 0.000 0.163 0.003 re.py:221(compile)
1 0.000 0.000 0.000 0.000 re.py:239(escape)
62 0.004 0.000 0.163 0.003 re.py:277(_compile)
4 0.000 0.000 0.000 0.000 selectors.py:189(__enter__)
4 0.000 0.000 0.000 0.000 selectors.py:192(__exit__)
1 0.000 0.000 0.000 0.000 selectors.py:196(_BaseSelectorImpl)
4 0.000 0.000 0.000 0.000 selectors.py:199(__init__)
20 0.001 0.000 0.001 0.000 selectors.py:20(_fileobj_to_fd)
20 0.000 0.000 0.001 0.000 selectors.py:205(_fileobj_lookup)
10 0.001 0.000 0.002 0.000 selectors.py:224(register)
10 0.000 0.000 0.001 0.000 selectors.py:237(unregister)
4 0.000 0.000 0.000 0.000 selectors.py:259(close)
27 0.000 0.000 0.000 0.000 selectors.py:263(get_map)
25 0.000 0.000 0.000 0.000 selectors.py:266(_key_from_fd)
1 0.000 0.000 0.000 0.000 selectors.py:281(SelectSelector)
1 0.000 0.000 0.000 0.000 selectors.py:334(PollSelector)
4 0.000 0.000 0.001 0.000 selectors.py:337(__init__)
10 0.001 0.000 0.002 0.000 selectors.py:341(register)
10 0.000 0.000 0.001 0.000 selectors.py:351(unregister)
23 0.002 0.000 0.286 0.012 selectors.py:356(select)
1 0.000 0.000 0.000 0.000 selectors.py:385(EpollSelector)
1 0.000 0.000 0.018 0.018 selectors.py:5(<module>)
1 0.000 0.000 0.000 0.000 selectors.py:50(_SelectorMapping)
4 0.000 0.000 0.000 0.000 selectors.py:53(__init__)
27 0.000 0.000 0.000 0.000 selectors.py:56(__len__)
1 0.000 0.000 0.000 0.000 selectors.py:70(BaseSelector)
1 0.001 0.001 0.801 0.801 shell.py:1(<module>)
1 0.000 0.000 0.002 0.002 shell.py:109(__del__)
1 0.001 0.001 0.166 0.166 shell.py:19(setup_readline)
1 0.000 0.000 0.002 0.002 shell.py:63(teardown_readline)
1 0.000 0.000 0.000 0.000 shell.py:88(Shell)
1 0.000 0.000 12.408 12.408 shell.py:91(__init__)
1 0.000 0.000 0.003 0.003 shlex.py:1(<module>)
3 0.000 0.000 0.001 0.000 shlex.py:117(read_token)
1 0.000 0.000 0.000 0.000 shlex.py:18(shlex)
1 0.000 0.000 0.000 0.000 shlex.py:20(__init__)
1 0.000 0.000 0.000 0.000 shlex.py:262(__iter__)
3 0.000 0.000 0.001 0.000 shlex.py:265(__next__)
1 0.000 0.000 0.001 0.001 shlex.py:271(split)
3 0.000 0.000 0.001 0.000 shlex.py:85(get_token)
1 0.000 0.000 0.000 0.000 shutil.py:43(Error)
1 0.000 0.000 0.000 0.000 shutil.py:46(SameFileError)
1 0.000 0.000 0.000 0.000 shutil.py:49(SpecialFileError)
1 0.001 0.001 0.056 0.056 shutil.py:5(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:53(ExecError)
1 0.000 0.000 0.000 0.000 shutil.py:56(ReadError)
1 0.000 0.000 0.000 0.000 shutil.py:59(RegistryError)
1 0.000 0.000 0.000 0.000 socket.py:115(socket)
1 0.000 0.000 0.000 0.000 socket.py:331(SocketIO)
1 0.001 0.001 0.056 0.056 socket.py:47(<module>)
1 0.002 0.002 0.003 0.003 socket.py:73(<dictcomp>)
1 0.002 0.002 0.003 0.003 socket.py:78(<dictcomp>)
164 0.001 0.000 0.001 0.000 sre_compile.py:107(fixup)
75 0.003 0.000 0.033 0.000 sre_compile.py:227(_compile_charset)
75 0.023 0.000 0.030 0.000 sre_compile.py:255(_optimize_charset)
14 0.001 0.000 0.003 0.000 sre_compile.py:406(_mk_bitmap)
14 0.002 0.000 0.002 0.000 sre_compile.py:408(<listcomp>)
4 0.000 0.000 0.000 0.000 sre_compile.py:411(_bytes_to_codes)
92 0.002 0.000 0.004 0.000 sre_compile.py:418(_simple)
7 0.000 0.000 0.000 0.000 sre_compile.py:423(_generate_overlap_table)
28 0.002 0.000 0.015 0.001 sre_compile.py:444(_compile_info)
56 0.000 0.000 0.000 0.000 sre_compile.py:545(isstring)
28 0.001 0.000 0.075 0.003 sre_compile.py:548(_code)
28 0.002 0.000 0.158 0.006 sre_compile.py:563(compile)
190/28 0.015 0.000 0.059 0.002 sre_compile.py:70(_compile)
317 0.002 0.000 0.002 0.000 sre_parse.py:138(__len__)
4 0.000 0.000 0.000 0.000 sre_parse.py:140(__delitem__)
810 0.008 0.000 0.013 0.000 sre_parse.py:142(__getitem__)
92 0.000 0.000 0.000 0.000 sre_parse.py:146(__setitem__)
349 0.002 0.000 0.003 0.000 sre_parse.py:150(append)
282/120 0.009 0.000 0.011 0.000 sre_parse.py:152(getwidth)
28 0.001 0.000 0.002 0.000 sre_parse.py:190(__init__)
1075 0.022 0.000 0.025 0.000 sre_parse.py:195(__next)
554 0.002 0.000 0.005 0.000 sre_parse.py:214(match)
922 0.006 0.000 0.027 0.000 sre_parse.py:220(get)
1 0.000 0.000 0.000 0.000 sre_parse.py:233(tell)
1 0.000 0.000 0.000 0.000 sre_parse.py:235(seek)
36 0.001 0.000 0.001 0.000 sre_parse.py:265(_class_escape)
63 0.001 0.000 0.001 0.000 sre_parse.py:307(_escape)
85/28 0.003 0.000 0.075 0.003 sre_parse.py:363(_parse_sub)
93/31 0.024 0.000 0.074 0.002 sre_parse.py:441(_parse)
28 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__)
48 0.000 0.000 0.001 0.000 sre_parse.py:72(opengroup)
28 0.000 0.000 0.000 0.000 sre_parse.py:738(fix_flags)
28 0.002 0.000 0.080 0.003 sre_parse.py:750(parse)
48 0.000 0.000 0.001 0.000 sre_parse.py:83(closegroup)
190 0.002 0.000 0.002 0.000 sre_parse.py:90(__init__)
1 0.000 0.000 0.039 0.039 string.py:15(<module>)
1 0.000 0.000 0.000 0.000 string.py:162(Formatter)
1 0.000 0.000 0.000 0.000 string.py:51(_TemplateMetaclass)
1 0.000 0.000 0.037 0.037 string.py:61(__init__)
1 0.000 0.000 0.000 0.000 string.py:73(Template)
5 0.000 0.000 0.000 0.000 subprocess.py:1272(_get_handles)
5 0.006 0.001 0.042 0.008 subprocess.py:1333(_execute_child)
32 0.001 0.000 0.002 0.000 subprocess.py:1385(<genexpr>)
5 0.000 0.000 0.000 0.000 subprocess.py:1461(_handle_exitstatus)
9 0.000 0.000 0.000 0.000 subprocess.py:1476(_internal_poll)
5 0.000 0.000 0.001 0.000 subprocess.py:1511(_try_wait)
13 0.000 0.000 0.001 0.000 subprocess.py:1526(wait)
4 0.005 0.001 0.301 0.075 subprocess.py:1575(_communicate)
4 0.000 0.000 0.000 0.000 subprocess.py:1667(_save_input)
1 0.001 0.001 0.057 0.057 subprocess.py:345(<module>)
1 0.000 0.000 0.000 0.000 subprocess.py:363(SubprocessError)
1 0.000 0.000 0.000 0.000 subprocess.py:366(CalledProcessError)
1 0.000 0.000 0.000 0.000 subprocess.py:380(TimeoutExpired)
5 0.000 0.000 0.000 0.000 subprocess.py:472(_cleanup)
10 0.000 0.000 0.016 0.002 subprocess.py:488(_eintr_retry_call)
4 0.001 0.000 0.340 0.085 subprocess.py:565(check_output)
1 0.000 0.000 0.000 0.000 subprocess.py:742(Popen)
5 0.003 0.001 0.047 0.009 subprocess.py:746(__init__)
6 0.000 0.000 0.000 0.000 subprocess.py:887(_translate_newlines)
4 0.000 0.000 0.000 0.000 subprocess.py:891(__enter__)
4 0.000 0.000 0.000 0.000 subprocess.py:894(__exit__)
5 0.000 0.000 0.000 0.000 subprocess.py:904(__del__)
4 0.001 0.000 0.302 0.075 subprocess.py:919(communicate)
4 0.000 0.000 0.000 0.000 subprocess.py:969(poll)
31 0.000 0.000 0.000 0.000 subprocess.py:973(_remaining_time)
23 0.000 0.000 0.000 0.000 subprocess.py:981(_check_timeout)
1 0.000 0.000 0.000 0.000 tarfile.py:1375(TarFile)
1 0.000 0.000 0.000 0.000 tarfile.py:2372(TarIter)
1 0.000 0.000 0.000 0.000 tarfile.py:265(TarError)
1 0.000 0.000 0.000 0.000 tarfile.py:268(ExtractError)
1 0.000 0.000 0.000 0.000 tarfile.py:271(ReadError)
1 0.000 0.000 0.000 0.000 tarfile.py:274(CompressionError)
1 0.000 0.000 0.000 0.000 tarfile.py:277(StreamError)
1 0.000 0.000 0.000 0.000 tarfile.py:280(HeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:283(EmptyHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:286(TruncatedHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:289(EOFHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:292(InvalidHeaderError)
1 0.000 0.000 0.000 0.000 tarfile.py:295(SubsequentHeaderError)
1 0.001 0.001 0.014 0.014 tarfile.py:30(<module>)
1 0.000 0.000 0.000 0.000 tarfile.py:302(_LowLevelFile)
1 0.000 0.000 0.000 0.000 tarfile.py:326(_Stream)
1 0.000 0.000 0.000 0.000 tarfile.py:576(_StreamProxy)
1 0.000 0.000 0.000 0.000 tarfile.py:606(_FileInFile)
1 0.000 0.000 0.000 0.000 tarfile.py:707(ExFileObject)
1 0.000 0.000 0.000 0.000 tarfile.py:718(TarInfo)
1 0.001 0.001 0.085 0.085 tempfile.py:16(<module>)
1 0.000 0.000 0.000 0.000 tempfile.py:334(_TemporaryFileCloser)
1 0.000 0.000 0.000 0.000 tempfile.py:375(_TemporaryFileWrapper)
1 0.001 0.001 0.001 0.001 tempfile.py:506(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 tempfile.py:654(TemporaryDirectory)
1 0.000 0.000 0.000 0.000 tempfile.py:85(_RandomNameSequence)
1 0.001 0.001 0.005 0.005 threading.py:1(<module>)
1 0.000 0.000 0.000 0.000 threading.py:1162(Timer)
1 0.000 0.000 0.000 0.000 threading.py:1192(_MainThread)
1 0.000 0.000 0.001 0.001 threading.py:1194(__init__)
1 0.000 0.000 0.000 0.000 threading.py:1211(_DummyThread)
1 0.000 0.000 0.000 0.000 threading.py:198(Condition)
1 0.000 0.000 0.000 0.000 threading.py:210(__init__)
1 0.000 0.000 0.000 0.000 threading.py:249(_is_owned)
1 0.000 0.000 0.000 0.000 threading.py:329(notify)
1 0.000 0.000 0.000 0.000 threading.py:352(notify_all)
1 0.000 0.000 0.000 0.000 threading.py:364(Semaphore)
1 0.000 0.000 0.000 0.000 threading.py:444(BoundedSemaphore)
1 0.000 0.000 0.000 0.000 threading.py:482(Event)
1 0.000 0.000 0.000 0.000 threading.py:493(__init__)
1 0.000 0.000 0.000 0.000 threading.py:507(set)
1 0.000 0.000 0.000 0.000 threading.py:570(Barrier)
1 0.000 0.000 0.000 0.000 threading.py:724(BrokenBarrierError)
1 0.000 0.000 0.000 0.000 threading.py:742(Thread)
1 0.000 0.000 0.000 0.000 threading.py:761(__init__)
1 0.000 0.000 0.000 0.000 threading.py:88(_RLock)
1 0.000 0.000 0.000 0.000 threading.py:894(_set_ident)
1 0.000 0.000 0.000 0.000 threading.py:897(_set_tstate_lock)
1 0.000 0.000 0.001 0.001 token.py:1(<module>)
1 0.000 0.000 0.001 0.001 token.py:71(<dictcomp>)
19 0.000 0.000 0.000 0.000 tokenize.py:109(group)
1 0.000 0.000 0.000 0.000 tokenize.py:110(any)
2 0.000 0.000 0.000 0.000 tokenize.py:111(maybe)
1 0.001 0.001 0.025 0.025 tokenize.py:21(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:218(TokenError)
1 0.000 0.000 0.000 0.000 tokenize.py:220(StopTokenizing)
1 0.000 0.000 0.000 0.000 tokenize.py:223(Untokenizer)
1 0.000 0.000 0.000 0.000 tokenize.py:96(TokenInfo)
1 0.000 0.000 0.001 0.001 tools.py:18(<module>)
1 0.000 0.000 0.000 0.000 tools.py:252(_RedirectStream)
1 0.000 0.000 0.000 0.000 tools.py:270(redirect_stdout)
1 0.000 0.000 0.000 0.000 tools.py:287(redirect_stderr)
1 0.000 0.000 0.000 0.000 tools.py:35(XonshError)
1 0.000 0.000 0.037 0.037 traceback.py:1(<module>)
2 0.000 0.000 0.000 0.000 types.py:115(__init__)
2 0.001 0.000 0.094 0.047 util.py:1(<module>)
1 0.000 0.000 0.001 0.001 warnings.py:1(<module>)
1 0.000 0.000 0.000 0.000 warnings.py:277(WarningMessage)
1 0.000 0.000 0.000 0.000 warnings.py:297(catch_warnings)
4 0.000 0.000 0.000 0.000 warnings.py:314(__init__)
4 0.000 0.000 0.000 0.000 warnings.py:335(__enter__)
4 0.000 0.000 0.000 0.000 warnings.py:352(__exit__)
4 0.000 0.000 0.000 0.000 warnings.py:61(simplefilter)
1 0.000 0.000 0.000 0.000 warnings.py:87(_OptionError)
1 0.000 0.000 0.000 0.000 warnings.py:92(_processoptions)
1 0.000 0.000 0.000 0.000 yacc.py:1152(Production)
481 0.039 0.000 0.043 0.000 yacc.py:1154(__init__)
1 0.000 0.000 0.000 0.000 yacc.py:117(PlyLogger)
1 0.000 0.000 0.000 0.000 yacc.py:1184(__str__)
2333 0.011 0.000 0.014 0.000 yacc.py:1190(__len__)
481 0.002 0.000 0.002 0.000 yacc.py:1217(bind)
1 0.000 0.000 0.000 0.000 yacc.py:1225(MiniProduction)
1 0.000 0.000 0.000 0.000 yacc.py:1269(LRItem)
1371 0.058 0.000 0.065 0.000 yacc.py:1270(__init__)
17542 0.243 0.000 0.297 0.000 yacc.py:1281(__str__)
480 0.007 0.000 0.008 0.000 yacc.py:1296(rightmost_terminal)
1 0.000 0.000 0.000 0.000 yacc.py:1312(GrammarError)
1 0.000 0.000 0.000 0.000 yacc.py:1314(Grammar)
1 0.000 0.000 0.000 0.000 yacc.py:1315(__init__)
1 0.000 0.000 0.000 0.000 yacc.py:133(NullLogger)
26547 0.041 0.000 0.041 0.000 yacc.py:134(__getattribute__)
26547 0.037 0.000 0.037 0.000 yacc.py:136(__call__)
18 0.000 0.000 0.000 0.000 yacc.py:1365(set_precedence)
480 0.067 0.000 0.137 0.000 yacc.py:1390(add_production)
1 0.000 0.000 0.000 0.000 yacc.py:140(YaccError)
1 0.000 0.000 0.000 0.000 yacc.py:1473(set_start)
1 0.001 0.001 0.010 0.010 yacc.py:1489(find_unreachable)
890/1 0.009 0.000 0.010 0.010 yacc.py:1492(mark_reachable_from)
1 0.000 0.000 0.000 0.000 yacc.py:1507(<listcomp>)
1 0.018 0.018 0.018 0.018 yacc.py:1518(infinite_cycles)
1 0.006 0.006 0.009 0.009 yacc.py:1583(undefined_symbols)
1 0.000 0.000 0.000 0.000 yacc.py:1599(unused_terminals)
1 0.000 0.000 0.000 0.000 yacc.py:1614(unused_rules)
1 0.000 0.000 0.000 0.000 yacc.py:1631(unused_precedence)
9876 0.222 0.000 0.265 0.000 yacc.py:1647(_first)
1 0.160 0.160 0.363 0.363 yacc.py:1681(compute_first)
1 0.447 0.447 0.523 0.523 yacc.py:1718(compute_follow)
1 0.053 0.053 0.148 0.148 yacc.py:1777(build_lritems)
1 0.000 0.000 0.000 0.000 yacc.py:178(YaccSymbol)
1 0.000 0.000 0.000 0.000 yacc.py:1812(VersionError)
1 0.000 0.000 0.000 0.000 yacc.py:1814(LRTable)
1 0.000 0.000 0.000 0.000 yacc.py:1815(__init__)
1 0.000 0.000 0.002 0.002 yacc.py:1821(read_table)
1 0.002 0.002 0.004 0.004 yacc.py:1870(bind_callables)
2 0.034 0.017 1.492 0.746 yacc.py:1898(digraph)
5078/3088 0.908 0.000 1.459 0.000 yacc.py:1908(traverse)
1 0.000 0.000 0.000 0.000 yacc.py:191(YaccProduction)
1 0.000 0.000 0.000 0.000 yacc.py:1930(LALRError)
1 0.000 0.000 0.000 0.000 yacc.py:1939(LRGeneratedTable)
1 0.003 0.003 10.934 10.934 yacc.py:1940(__init__)
728 0.148 0.000 0.197 0.000 yacc.py:1977(lr0_closure)
33391 1.998 0.000 2.487 0.000 yacc.py:2002(lr0_goto)
1 0.151 0.151 1.907 1.907 yacc.py:2036(lr0_items)
1 0.006 0.006 0.006 0.006 yacc.py:2093(compute_nullable_nonterminals)
1 2.231 2.231 2.237 2.237 yacc.py:2120(find_nonterminal_transitions)
2539 0.127 0.000 0.176 0.000 yacc.py:2140(dr_relation)
2539 0.109 0.000 0.165 0.000 yacc.py:2164(reads_relation)
1 0.686 0.686 0.938 0.938 yacc.py:2207(compute_lookback_includes)
1 0.001 0.001 0.545 0.545 yacc.py:2281(compute_read_sets)
2539 0.022 0.000 0.198 0.000 yacc.py:2282(<lambda>)
2539 0.017 0.000 0.182 0.000 yacc.py:2283(<lambda>)
1 0.000 0.000 0.949 0.949 yacc.py:2303(compute_follow_sets)
2539 0.009 0.000 0.009 0.000 yacc.py:2304(<lambda>)
2539 0.014 0.000 0.023 0.000 yacc.py:2305(<lambda>)
1 1.012 1.012 1.046 1.046 yacc.py:2321(add_lookaheads)
1 0.001 0.001 5.721 5.721 yacc.py:2338(add_lalr_lookaheads)
1 1.311 1.311 9.898 9.898 yacc.py:2362(lr_parse_table)
1 0.000 0.000 0.000 0.000 yacc.py:239(LRParser)
1 0.000 0.000 0.000 0.000 yacc.py:240(__init__)
1 0.433 0.433 0.624 0.624 yacc.py:2545(write_table)
221 0.010 0.000 0.017 0.000 yacc.py:2722(parse_grammar)
1 0.000 0.000 0.000 0.000 yacc.py:2762(ParserReflect)
1 0.000 0.000 0.000 0.000 yacc.py:2763(__init__)
1 0.000 0.000 0.010 0.010 yacc.py:2778(get_all)
1 0.001 0.001 0.080 0.080 yacc.py:2786(validate_all)
1 0.002 0.002 0.026 0.026 yacc.py:2796(signature)
1 0.000 0.000 0.000 0.000 yacc.py:2806(<listcomp>)
1 0.015 0.015 0.046 0.046 yacc.py:2827(validate_files)
1 0.000 0.000 0.000 0.000 yacc.py:2855(get_start)
1 0.000 0.000 0.000 0.000 yacc.py:2859(validate_start)
1 0.000 0.000 0.000 0.000 yacc.py:2865(get_error_func)
1 0.000 0.000 0.000 0.000 yacc.py:2869(validate_error_func)
1 0.000 0.000 0.000 0.000 yacc.py:2889(get_tokens)
1 0.000 0.000 0.000 0.000 yacc.py:2909(validate_tokens)
1 0.000 0.000 0.000 0.000 yacc.py:2923(get_precedence)
1 0.000 0.000 0.000 0.000 yacc.py:2927(validate_precedence)
1 0.006 0.006 0.010 0.010 yacc.py:2958(get_pfunctions)
1 0.011 0.011 0.032 0.032 yacc.py:2974(validate_pfunctions)
1 0.007 0.007 11.865 11.865 yacc.py:3036(yacc)
1 0.001 0.001 0.002 0.002 yacc.py:3052(<listcomp>)
1 0.001 0.001 0.016 0.016 yacc.py:62(<module>)
907 0.002 0.000 0.002 0.000 yacc.py:94(func_code)
2 0.000 0.000 0.000 0.000 {built-in method POINTER}
3 0.000 0.000 0.000 0.000 {built-in method S_ISREG}
5 0.000 0.000 0.000 0.000 {built-in method WEXITSTATUS}
5 0.000 0.000 0.000 0.000 {built-in method WIFEXITED}
5 0.000 0.000 0.000 0.000 {built-in method WIFSIGNALED}
203/201 0.055 0.000 0.115 0.001 {built-in method __build_class__}
7/6 0.000 0.000 0.091 0.015 {built-in method __import__}
67 0.004 0.000 0.004 0.000 {built-in method __new__ of type object at 0x76e979a0}
12 0.000 0.000 0.000 0.000 {built-in method _filters_mutated}
54 0.001 0.000 0.001 0.000 {built-in method _fix_co_filename}
16 0.000 0.000 0.000 0.000 {built-in method _getframe}
1 0.000 0.000 0.000 0.000 {built-in method _set_sentinel}
201 0.000 0.000 0.000 0.000 {built-in method acquire_lock}
146 0.001 0.000 0.001 0.000 {built-in method allocate_lock}
82 0.001 0.000 0.003 0.000 {built-in method any}
18 0.000 0.000 0.000 0.000 {built-in method calcsize}
28 0.000 0.000 0.000 0.000 {built-in method callable}
96 0.000 0.000 0.000 0.000 {built-in method chr}
21 0.001 0.000 0.001 0.000 {built-in method close}
28 0.001 0.000 0.001 0.000 {built-in method compile}
2 0.002 0.001 0.002 0.001 {built-in method dir}
2 0.000 0.000 0.000 0.000 {built-in method dlopen}
70/1 0.071 0.001 13.223 13.223 {built-in method exec}
1 0.002 0.002 0.002 0.002 {built-in method exp}
5 0.014 0.003 0.014 0.003 {built-in method fork_exec}
109 0.001 0.000 0.001 0.000 {built-in method from_bytes}
143 0.000 0.000 0.000 0.000 {built-in method get_ident}
18533 0.047 0.000 0.047 0.000 {built-in method getattr}
1 0.000 0.000 0.000 0.000 {built-in method getdefaultencoding}
1 0.000 0.000 0.000 0.000 {built-in method getfilesystemencoding}
1 0.000 0.000 0.000 0.000 {built-in method gethostname}
168 0.001 0.000 0.001 0.000 {built-in method getlower}
1 0.000 0.000 0.000 0.000 {built-in method getpgrp}
14 0.000 0.000 0.000 0.000 {built-in method globals}
801 0.008 0.000 0.009 0.000 {built-in method hasattr}
80218 0.134 0.000 0.134 0.000 {built-in method id}
3 0.017 0.006 0.017 0.006 {built-in method init_builtin}
48 0.001 0.000 0.001 0.000 {built-in method is_builtin}
66 0.000 0.000 0.000 0.000 {built-in method is_frozen}
2626 0.012 0.000 0.018 0.000 {built-in method isinstance}
44 0.000 0.000 0.003 0.000 {built-in method issubclass}
21375/19415 0.047 0.000 0.056 0.000 {built-in method len}
4 0.001 0.000 0.001 0.000 {built-in method listdir}
11 0.057 0.005 0.057 0.005 {built-in method load_dynamic}
54 0.076 0.001 0.076 0.001 {built-in method loads}
2 0.000 0.000 0.000 0.000 {built-in method log}
27 0.000 0.000 0.000 0.000 {built-in method max}
6709 0.033 0.000 0.033 0.000 {built-in method min}
13 0.000 0.000 0.000 0.000 {built-in method nl_langinfo}
2 0.000 0.000 0.000 0.000 {built-in method openssl_md5}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha1}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha224}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha256}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha384}
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha512}
13 0.003 0.000 0.003 0.000 {built-in method open}
286 0.000 0.000 0.000 0.000 {built-in method ord}
4 0.000 0.000 0.000 0.000 {built-in method parse_and_bind}
16 0.000 0.000 0.000 0.000 {built-in method pipe}
4 0.000 0.000 0.000 0.000 {built-in method poll}
41 0.000 0.000 0.000 0.000 {built-in method proxy}
1 0.000 0.000 0.000 0.000 {built-in method read_history_file}
26 0.016 0.001 0.016 0.001 {built-in method read}
272 0.001 0.000 0.001 0.000 {built-in method release_lock}
14 0.001 0.000 0.001 0.000 {built-in method repr}
1 0.000 0.000 0.000 0.000 {built-in method set_completer_delims}
2 0.000 0.000 0.000 0.000 {built-in method set_history_length}
113 0.001 0.000 0.001 0.000 {built-in method setattr}
18 0.000 0.000 0.000 0.000 {built-in method setlocale}
34 0.000 0.000 0.000 0.000 {built-in method sizeof}
5 0.000 0.000 0.000 0.000 {built-in method sorted}
1 0.000 0.000 0.000 0.000 {built-in method sqrt}
422 0.026 0.000 0.026 0.000 {built-in method stat}
1 0.000 0.000 0.000 0.000 {built-in method sysconf}
1 0.000 0.000 0.000 0.000 {built-in method uname}
1 0.001 0.001 0.001 0.001 {built-in method urandom}
12 0.000 0.000 0.000 0.000 {built-in method utf_8_decode}
5 0.001 0.000 0.001 0.000 {built-in method waitpid}
1 0.000 0.000 0.000 0.000 {built-in method warn}
1 0.002 0.002 0.002 0.002 {built-in method write_history_file}
4 0.000 0.000 0.000 0.000 {built-in method write}
1 0.000 0.000 0.000 0.000 {function Random.seed at 0x762ad108}
77 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
23 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
3 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects}
118 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects}
186117 0.283 0.000 0.283 0.000 {method 'append' of 'list' objects}
4 0.000 0.000 0.000 0.000 {method 'cast' of 'memoryview' objects}
6 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
23 0.003 0.000 0.003 0.000 {method 'close' of '_io.TextIOWrapper' objects}
4 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
68 0.001 0.000 0.001 0.000 {method 'decode' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 {method 'digest' of '_hashlib.HASH' objects}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
343 0.002 0.000 0.002 0.000 {method 'encode' of 'str' objects}
28 0.000 0.000 0.000 0.000 {method 'endswith' of 'bytes' objects}
162 0.001 0.000 0.001 0.000 {method 'endswith' of 'str' objects}
43 0.000 0.000 0.001 0.000 {method 'extend' of 'list' objects}
21 0.000 0.000 0.000 0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
217 0.001 0.000 0.001 0.000 {method 'find' of 'bytearray' objects}
58 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'flush' of '_io.TextIOWrapper' objects}
1303 0.016 0.000 0.016 0.000 {method 'format' of 'str' objects}
130954 0.353 0.000 0.353 0.000 {method 'get' of 'dict' objects}
24 0.000 0.000 0.000 0.000 {method 'get' of 'mappingproxy' objects}
150 0.000 0.000 0.000 0.000 {method 'group' of '_sre.SRE_Match' objects}
1 0.000 0.000 0.000 0.000 {method 'in_dll' of '_ctypes.PyCSimpleType' objects}
9 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects}
1375 0.005 0.000 0.005 0.000 {method 'insert' of 'list' objects}
45 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
81 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects}
649 0.002 0.000 0.002 0.000 {method 'isupper' of 'str' objects}
1527 0.003 0.000 0.003 0.000 {method 'items' of 'dict' objects}
6 0.000 0.000 0.000 0.000 {method 'join' of 'bytes' objects}
19426 0.061 0.000 0.065 0.000 {method 'join' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
37 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects}
3 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects}
3748 0.031 0.000 0.031 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
23 0.284 0.012 0.284 0.012 {method 'poll' of 'select.poll' objects}
41 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
5078 0.016 0.000 0.016 0.000 {method 'pop' of 'list' objects}
54 0.104 0.002 0.104 0.002 {method 'read' of '_io.FileIO' objects}
17 0.000 0.000 0.000 0.000 {method 'read' of '_io.StringIO' objects}
1 0.029 0.029 0.029 0.029 {method 'read' of '_io.TextIOWrapper' objects}
1 0.008 0.008 0.009 0.009 {method 'readlines' of '_io._IOBase' objects}
10 0.000 0.000 0.000 0.000 {method 'register' of 'select.poll' objects}
1 0.000 0.000 0.000 0.000 {method 'release' of '_thread.lock' objects}
49 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
24 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
60 0.001 0.000 0.001 0.000 {method 'replace' of 'str' objects}
18 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
5 0.000 0.000 0.000 0.000 {method 'rfind' of 'bytes' objects}
2 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
616 0.003 0.000 0.003 0.000 {method 'rpartition' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'rstrip' of 'bytes' objects}
2542 0.009 0.000 0.009 0.000 {method 'rstrip' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
120 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects}
2 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.001 0.001 0.001 0.001 {method 'sort' of 'list' objects}
620 0.004 0.000 0.004 0.000 {method 'split' of 'str' objects}
225 0.002 0.000 0.002 0.000 {method 'splitlines' of 'str' objects}
28 0.000 0.000 0.000 0.000 {method 'startswith' of 'bytes' objects}
795 0.002 0.000 0.002 0.000 {method 'startswith' of 'str' objects}
2 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'tolist' of 'memoryview' objects}
14 0.000 0.000 0.000 0.000 {method 'translate' of 'bytearray' objects}
1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
10 0.000 0.000 0.000 0.000 {method 'unregister' of 'select.poll' objects}
223 0.001 0.000 0.001 0.000 {method 'update' of '_hashlib.HASH' objects}
7 0.001 0.000 0.002 0.000 {method 'update' of 'dict' objects}
33 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects}
3 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
33191 0.123 0.000 0.123 0.000 {method 'write' of '_io.TextIOWrapper' objects}
real 0m14.485s
user 0m13.290s
sys 0m0.890s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment