Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance profiling #31

Open
fnoah opened this issue Jul 13, 2020 · 0 comments
Open

Performance profiling #31

fnoah opened this issue Jul 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fnoah
Copy link
Collaborator

fnoah commented Jul 13, 2020

Data for benchmark: A_thaliana_200G
CPU: 6 core, 12 threads, 2.2 GHz
Using cProfile for profiling

Create Archive

No splitting, unencrypted

        31626 function calls (31095 primitive calls) in 702.393 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    82/59    0.000    0.000    0.015    0.000 <frozen importlib._bootstrap>:1009(_handle_fromlist)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:103(release)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:143(__init__)
       64    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:147(__enter__)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:151(__exit__)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:157(_get_module_lock)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:176(cb)
        9    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:194(_lock_unlock_module)
    108/3    0.000    0.000    0.078    0.026 <frozen importlib._bootstrap>:211(_call_with_frames_removed)
      965    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:222(_verbose_message)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:232(_requires_builtin_wrapper)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:307(__init__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:311(__enter__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:318(__exit__)
      232    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:321(<genexpr>)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:35(_new_module)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:369(__init__)
       94    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:403(cached)
       70    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:416(parent)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:424(has_location)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:433(spec_from_loader)
       58    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:504(_init_module_attrs)
       58    0.000    0.000    0.006    0.000 <frozen importlib._bootstrap>:576(module_from_spec)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:58(__init__)
     58/3    0.000    0.000    0.079    0.026 <frozen importlib._bootstrap>:663(_load_unlocked)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:719(find_spec)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:740(create_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:748(exec_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:765(is_package)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:78(acquire)
       59    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:792(find_spec)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:855(__enter__)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:859(__exit__)
       62    0.001    0.000    0.011    0.000 <frozen importlib._bootstrap>:882(_find_spec)
     64/2    0.000    0.000    0.082    0.041 <frozen importlib._bootstrap>:948(_find_and_load_unlocked)
     64/2    0.000    0.000    0.083    0.041 <frozen importlib._bootstrap>:978(_find_and_load)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1029(__init__)
       16    0.000    0.000    0.005    0.000 <frozen importlib._bootstrap_external>:1040(create_module)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1048(exec_module)
       15    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:105(_write_atomic)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1190(_path_hooks)
      227    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:1203(_path_importer_cache)
       59    0.000    0.000    0.010    0.000 <frozen importlib._bootstrap_external>:1240(_get_spec)
       59    0.000    0.000    0.010    0.000 <frozen importlib._bootstrap_external>:1272(find_spec)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1319(__init__)
       32    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1325(<genexpr>)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1351(_get_spec)
      179    0.001    0.000    0.008    0.000 <frozen importlib._bootstrap_external>:1356(find_spec)
        5    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:1404(_fill_cache)
        5    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1433(<setcomp>)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1445(path_hook_for_FileFinder)
       78    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:271(cache_from_source)
      179    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:36(_relax_case)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:369(_get_cached)
       21    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:381(_calc_mode)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:401(_check_name_wrapper)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:438(_classify_pyc)
       63    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:46(_w_long)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:471(_validate_timestamp_pyc)
       54    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:51(_r_long)
       18    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:523(_compile_bytecode)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:536(_code_to_timestamp_pyc)
      880    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:56(_path_join)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:574(spec_from_file_location)
      880    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:58(<listcomp>)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:62(_path_split)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:719(create_module)
     39/3    0.000    0.000    0.079    0.026 <frozen importlib._bootstrap_external>:722(exec_module)
      337    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:74(_path_stat)
       21    0.000    0.000    0.046    0.002 <frozen importlib._bootstrap_external>:785(source_to_code)
       39    0.000    0.000    0.055    0.001 <frozen importlib._bootstrap_external>:793(get_code)
       98    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:84(_path_is_mode_type)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:884(__init__)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:909(get_filename)
       60    0.001    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:914(get_data)
       67    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:93(_path_isfile)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:951(path_stats)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:956(_cache_bytecode)
       21    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:961(set_data)
       31    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:98(_path_isdir)
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1000(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1070(FileHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1139(_StderrHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1145(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1163(PlaceHolder)
        1    0.000    0.000    0.000    0.000 __init__.py:1205(Manager)
        1    0.000    0.000    0.000    0.000 __init__.py:1210(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1326(Logger)
        1    0.000    0.000    0.000    0.000 __init__.py:1341(__init__)
        5    0.000    0.000    0.000    0.000 __init__.py:1373(info)
        1    0.000    0.000    0.013    0.013 __init__.py:15(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1531(addHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1605(getEffectiveLevel)
        5    0.000    0.000    0.000    0.000 __init__.py:1619(isEnabledFor)
        1    0.000    0.000    0.000    0.000 __init__.py:1667(RootLogger)
        1    0.000    0.000    0.000    0.000 __init__.py:1673(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1684(LoggerAdapter)
        1    0.000    0.000    0.000    0.000 __init__.py:1832(basicConfig)
        3    0.000    0.000    0.000    0.000 __init__.py:187(_checkLevel)
        5    0.000    0.000    0.000    0.000 __init__.py:1986(info)
        1    0.000    0.000    0.000    0.000 __init__.py:2059(NullHandler)
        5    0.000    0.000    0.000    0.000 __init__.py:212(_acquireLock)
       37    0.000    0.000    0.000    0.000 __init__.py:22(<genexpr>)
        5    0.000    0.000    0.000    0.000 __init__.py:221(_releaseLock)
        1    0.000    0.000    0.002    0.002 __init__.py:24(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:246(_register_at_fork_acquire_release)
        1    0.000    0.000    0.000    0.000 __init__.py:281(LogRecord)
        6    0.000    0.000    0.001    0.000 __init__.py:316(namedtuple)
       31    0.000    0.000    0.000    0.000 __init__.py:388(<genexpr>)
        1    0.000    0.000    0.000    0.000 __init__.py:420(PercentStyle)
        2    0.000    0.000    0.000    0.000 __init__.py:426(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:435(StrFormatStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:444(StringTemplateStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:468(Formatter)
        2    0.000    0.000    0.000    0.000 __init__.py:513(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:643(BufferingFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:685(Filter)
        1    0.000    0.000    0.000    0.000 __init__.py:722(Filterer)
        3    0.000    0.000    0.000    0.000 __init__.py:727(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:794(_addHandlerRef)
        1    0.000    0.000    0.000    0.000 __init__.py:804(Handler)
        2    0.000    0.000    0.000    0.000 __init__.py:813(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:842(createLock)
        1    0.000    0.000    0.000    0.000 __init__.py:910(setFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:991(StreamHandler)
        4    0.000    0.000    0.000    0.000 _bootlocale.py:33(getpreferredencoding)
        1    0.000    0.000    0.000    0.000 _bootlocale.py:5(<module>)
        3    0.000    0.000    0.000    0.000 _collections_abc.py:659(get)
       43    0.000    0.000    0.000    0.000 _compat_pickle.py:165(<genexpr>)
       85    0.000    0.000    0.000    0.000 _compat_pickle.py:167(<genexpr>)
        1    0.000    0.000    0.000    0.000 _compat_pickle.py:9(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:1(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:33(DecompressReader)
        1    0.000    0.000    0.000    0.000 _compression.py:9(BaseStream)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:36(__init__)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:81(add)
        1    0.000    0.000    0.000    0.000 abc.py:1(<module>)
       14    0.000    0.000    0.000    0.000 abc.py:125(__new__)
        1    0.000    0.000    0.000    0.000 abc.py:130(register)
        1    0.000    0.000    0.000    0.000 abc.py:141(__subclasscheck__)
        4    0.000    0.000    0.000    0.000 abc.py:7(abstractmethod)
        1    0.000    0.000    0.078    0.078 archive.py:1(<module>)
        1    0.000    0.000   33.456   33.456 archive.py:113(hashes_for_path_list)
        1    0.000    0.000   24.199   24.199 archive.py:128(create_tar_archive)
        1    0.000    0.000    0.023    0.023 archive.py:154(create_archive_listing)
        1    0.000    0.000  608.133  608.133 archive.py:162(compress_using_lzip)
        1    0.000    0.000   32.440   32.440 archive.py:174(create_and_write_archive_hash)
        1    0.000    0.000    4.058    4.058 archive.py:180(create_and_write_compressed_archive_hash)
        1    0.000    0.000  702.314  702.314 archive.py:35(create_archive)
        1    0.000    0.000   33.460   33.460 archive.py:96(create_file_listing_hash)
        1    0.000    0.000    0.000    0.000 bisect.py:1(<module>)
        1    0.000    0.000    0.000    0.000 bz2.py:28(BZ2File)
        1    0.000    0.000    0.002    0.002 bz2.py:5(<module>)
        4    0.000    0.000    0.000    0.000 codecs.py:186(__init__)
        1    0.000    0.000    0.000    0.000 constants.py:1(<module>)
        1    0.000    0.000    0.012    0.012 context.py:1(<module>)
        1    0.000    0.000    0.000    0.000 context.py:14(ProcessError)
        1    0.000    0.000    0.000    0.000 context.py:17(BufferTooShort)
        1    0.000    0.000    0.000    0.000 context.py:20(TimeoutError)
        1    0.000    0.000    0.000    0.000 context.py:202(reducer)
        1    0.000    0.000    0.000    0.000 context.py:219(Process)
        1    0.000    0.000    0.000    0.000 context.py:225(DefaultContext)
        1    0.000    0.000    0.000    0.000 context.py:228(__init__)
        1    0.000    0.000    0.000    0.000 context.py:23(AuthenticationError)
        1    0.000    0.000    0.000    0.000 context.py:264(<listcomp>)
        1    0.000    0.000    0.000    0.000 context.py:272(ForkProcess)
        1    0.000    0.000    0.000    0.000 context.py:279(SpawnProcess)
        1    0.000    0.000    0.000    0.000 context.py:286(ForkServerProcess)
        1    0.000    0.000    0.000    0.000 context.py:293(ForkContext)
        1    0.000    0.000    0.000    0.000 context.py:297(SpawnContext)
        1    0.000    0.000    0.000    0.000 context.py:30(BaseContext)
        1    0.000    0.000    0.000    0.000 context.py:301(ForkServerContext)
        1    0.000    0.000    0.000    0.000 encryption.py:1(<module>)
        7    0.000    0.000    0.000    0.000 enum.py:125(__prepare__)
        7    0.000    0.000    0.001    0.000 enum.py:135(__new__)
        7    0.000    0.000    0.000    0.000 enum.py:152(<dictcomp>)
        7    0.000    0.000    0.000    0.000 enum.py:177(<setcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:18(_is_descriptor)
       21    0.000    0.000    0.000    0.000 enum.py:198(<genexpr>)
       85    0.000    0.000    0.000    0.000 enum.py:26(_is_dunder)
       19    0.000    0.000    0.002    0.000 enum.py:284(__call__)
        7    0.000    0.000    0.000    0.000 enum.py:335(__getattr__)
       85    0.000    0.000    0.000    0.000 enum.py:34(_is_sunder)
        7    0.000    0.000    0.000    0.000 enum.py:360(__members__)
      120    0.000    0.000    0.000    0.000 enum.py:376(__setattr__)
        7    0.000    0.000    0.002    0.000 enum.py:389(_create_)
       21    0.000    0.000    0.000    0.000 enum.py:442(_get_mixins_)
       21    0.000    0.000    0.000    0.000 enum.py:453(_find_data_type)
        7    0.000    0.000    0.000    0.000 enum.py:474(_find_new_)
       12    0.000    0.000    0.000    0.000 enum.py:526(__new__)
       11    0.000    0.000    0.000    0.000 enum.py:623(name)
        4    0.000    0.000    0.000    0.000 enum.py:628(value)
        7    0.000    0.000    0.002    0.000 enum.py:633(_convert)
        7    0.000    0.000    0.000    0.000 enum.py:64(__init__)
        7    0.000    0.000    0.001    0.000 enum.py:654(<listcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:659(<lambda>)
       85    0.000    0.000    0.000    0.000 enum.py:70(__setitem__)
        1    0.000    0.000    0.000    0.000 enum.py:793(_missing_)
        1    0.000    0.000    0.000    0.000 enum.py:800(_create_pseudo_member_)
        1    0.000    0.000    0.000    0.000 enum.py:830(__or__)
        5    0.000    0.000    0.000    0.000 enum.py:836(__and__)
        1    0.000    0.000    0.000    0.000 enum.py:855(_high_bit)
        1    0.000    0.000    0.000    0.000 enum.py:872(_decompose)
        1    0.000    0.000    0.000    0.000 enum.py:890(<listcomp>)
        2    0.000    0.000    0.000    0.000 enum.py:901(<lambda>)
        2    0.000    0.000    0.000    0.000 enum.py:907(_power_of_two)
        1    0.000    0.000    0.000    0.000 fnmatch.py:11(<module>)
        7    0.000    0.000    0.000    0.000 functools.py:37(update_wrapper)
        2    0.000    0.000    0.000    0.000 functools.py:445(lru_cache)
        2    0.000    0.000    0.000    0.000 functools.py:479(decorating_function)
        5    0.000    0.000    0.000    0.000 functools.py:67(wraps)
       14    0.000    0.000    0.001    0.000 hashlib.py:116(__get_openssl_constructor)
        1    0.000    0.000    0.002    0.002 hashlib.py:54(<module>)
        8    0.000    0.000    0.001    0.000 hashlib.py:73(__get_builtin_constructor)
        1    0.000    0.000    0.014    0.014 helpers.py:1(<module>)
        1    0.000    0.000    0.000    0.000 helpers.py:254(handle_destination_directory_creation)
        1    0.000    0.000    0.000    0.000 helpers.py:290(terminate_if_path_nonexistent)
        2    0.000    0.000    0.000    0.000 helpers.py:35(get_absolute_path_string)
        2    0.006    0.003   36.497   18.249 helpers.py:39(create_and_write_file_hash)
       61    1.742    0.029   69.812    1.144 helpers.py:48(get_file_hash_from_path)
      508    0.002    0.000   14.501    0.029 helpers.py:56(<lambda>)
        1    0.124    0.124   33.456   33.456 helpers.py:70(hash_listing_for_files_in_folder)
        1    0.000    0.000    0.002    0.002 linecache.py:6(<module>)
        1    0.000    0.000    0.000    0.000 lzma.py:38(LZMAFile)
        1    0.000    0.000    0.001    0.001 lzma.py:9(<module>)
        1    0.000    0.000    0.001    0.001 ntpath.py:6(<module>)
        1    0.000    0.000    0.000    0.000 os.py:1076(__subclasshook__)
    48/13    0.000    0.000    0.006    0.000 os.py:278(walk)
        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>)
        3    0.000    0.000    0.000    0.000 os.py:616(get_exec_path)
        6    0.000    0.000    0.000    0.000 os.py:673(__getitem__)
        6    0.000    0.000    0.000    0.000 os.py:751(encode)
        3    0.000    0.000    0.000    0.000 os.py:755(decode)
       30    0.000    0.000    0.000    0.000 os.py:803(fsencode)
        1    0.000    0.000    0.000    0.000 parse.py:126(_ResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:134(_ResultMixinBytes)
        1    0.000    0.000    0.000    0.000 parse.py:142(_NetlocResultMixinBase)
        1    0.000    0.000    0.000    0.000 parse.py:175(_NetlocResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:205(_NetlocResultMixinBytes)
        1    0.000    0.000    0.001    0.001 parse.py:28(<module>)
        1    0.000    0.000    0.000    0.000 parse.py:310(DefragResult)
        1    0.000    0.000    0.000    0.000 parse.py:318(SplitResult)
        1    0.000    0.000    0.000    0.000 parse.py:323(ParseResult)
        1    0.000    0.000    0.000    0.000 parse.py:329(DefragResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:337(SplitResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:342(ParseResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:348(_fix_result_transcoding)
        1    0.000    0.000    0.000    0.000 parse.py:757(Quoter)
        1    0.000    0.000    0.013    0.013 pathlib.py:1(<module>)
      125    0.000    0.000    0.000    0.000 pathlib.py:100(join_parsed_parts)
       14    0.000    0.000    0.000    0.000 pathlib.py:1000(__new__)
      206    0.000    0.000    0.000    0.000 pathlib.py:1010(_init)
        5    0.000    0.000    0.000    0.000 pathlib.py:1118(absolute)
        4    0.000    0.000    0.000    0.000 pathlib.py:1156(stat)
        1    0.000    0.000    0.000    0.000 pathlib.py:118(_WindowsFlavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:1244(mkdir)
       61    0.000    0.000    0.002    0.000 pathlib.py:1297(lstat)
        3    0.000    0.000    0.000    0.000 pathlib.py:1334(exists)
        1    0.000    0.000    0.000    0.000 pathlib.py:134(<setcomp>)
        1    0.000    0.000    0.000    0.000 pathlib.py:1346(is_dir)
        1    0.000    0.000    0.000    0.000 pathlib.py:135(<setcomp>)
       61    0.000    0.000    0.002    0.000 pathlib.py:1394(is_symlink)
        1    0.000    0.000    0.000    0.000 pathlib.py:1470(PosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:1477(WindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:282(_PosixFlavour)
      151    0.000    0.000    0.000    0.000 pathlib.py:290(splitroot)
        1    0.000    0.000    0.000    0.000 pathlib.py:385(_Accessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:390(_NormalAccessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:44(_ignore_error)
        1    0.000    0.000    0.000    0.000 pathlib.py:463(_Selector)
        1    0.000    0.000    0.000    0.000 pathlib.py:488(_TerminatingSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:494(_PreciseSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:510(_WildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:533(_RecursiveWildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:55(_Flavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:576(_PathParents)
        2    0.000    0.000    0.000    0.000 pathlib.py:59(__init__)
        1    0.000    0.000    0.000    0.000 pathlib.py:604(PurePath)
      203    0.001    0.000    0.001    0.000 pathlib.py:62(parse_parts)
      203    0.001    0.000    0.002    0.000 pathlib.py:633(_parse_args)
       19    0.000    0.000    0.001    0.000 pathlib.py:653(_from_parts)
      187    0.000    0.000    0.000    0.000 pathlib.py:666(_from_parsed_parts)
      131    0.000    0.000    0.000    0.000 pathlib.py:676(_format_parsed_parts)
      125    0.000    0.000    0.002    0.000 pathlib.py:687(_make_child)
      197    0.000    0.000    0.001    0.000 pathlib.py:693(__str__)
      134    0.000    0.000    0.000    0.000 pathlib.py:703(__fspath__)
       63    0.000    0.000    0.001    0.000 pathlib.py:706(as_posix)
        2    0.000    0.000    0.000    0.000 pathlib.py:779(name)
        1    0.000    0.000    0.000    0.000 pathlib.py:806(stem)
       59    0.000    0.000    0.001    0.000 pathlib.py:848(relative_to)
      125    0.000    0.000    0.002    0.000 pathlib.py:892(joinpath)
        3    0.000    0.000    0.000    0.000 pathlib.py:906(parent)
        5    0.000    0.000    0.000    0.000 pathlib.py:921(is_absolute)
        1    0.000    0.000    0.000    0.000 pathlib.py:963(PurePosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:973(PureWindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:986(Path)
        1    0.000    0.000    0.000    0.000 pickle.py:1021(_Unpickler)
        1    0.000    0.000    0.000    0.000 pickle.py:181(<listcomp>)
        1    0.000    0.000    0.000    0.000 pickle.py:184(_Framer)
        1    0.000    0.000    0.002    0.002 pickle.py:24(<module>)
        1    0.000    0.000    0.000    0.000 pickle.py:247(_Unframer)
        1    0.000    0.000    0.000    0.000 pickle.py:372(_Pickler)
        1    0.000    0.000    0.000    0.000 pickle.py:64(PickleError)
        1    0.000    0.000    0.000    0.000 pickle.py:68(PicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:75(UnpicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:88(_Stop)
        3    0.000    0.000    0.000    0.000 posixpath.py:154(dirname)
       11    0.000    0.000    0.000    0.000 posixpath.py:168(islink)
        1    0.000    0.000    0.000    0.000 posixpath.py:338(normpath)
        1    0.000    0.000    0.000    0.000 posixpath.py:376(abspath)
       42    0.000    0.000    0.000    0.000 posixpath.py:41(_get_sep)
        1    0.000    0.000    0.000    0.000 posixpath.py:52(normcase)
        1    0.000    0.000    0.000    0.000 posixpath.py:64(isabs)
       38    0.000    0.000    0.000    0.000 posixpath.py:75(join)
        1    0.000    0.000    0.000    0.000 process.py:10(<module>)
        1    0.000    0.000    0.000    0.000 process.py:325(AuthenticationString)
        1    0.000    0.000    0.000    0.000 process.py:339(_MainProcess)
        1    0.000    0.000    0.000    0.000 process.py:341(__init__)
        1    0.000    0.000    0.000    0.000 process.py:63(BaseProcess)
        1    0.000    0.000  702.393  702.393 profiler.py:1(<module>)
        1    0.000    0.000    0.002    0.002 random.py:38(<module>)
        1    0.000    0.000    0.000    0.000 random.py:669(SystemRandom)
        1    0.000    0.000    0.000    0.000 random.py:72(Random)
        1    0.000    0.000    0.000    0.000 random.py:88(__init__)
        1    0.000    0.000    0.000    0.000 random.py:97(seed)
      102    0.000    0.000    0.000    0.000 re.py:170(match)
        4    0.000    0.000    0.001    0.000 re.py:232(compile)
        1    0.000    0.000    0.000    0.000 re.py:252(escape)
      106    0.000    0.000    0.001    0.000 re.py:271(_compile)
        1    0.000    0.000    0.009    0.009 reduction.py:10(<module>)
        1    0.000    0.000    0.000    0.000 reduction.py:207(_C)
        1    0.000    0.000    0.000    0.000 reduction.py:247(AbstractReducer)
        1    0.000    0.000    0.000    0.000 reduction.py:33(ForkingPickler)
        5    0.000    0.000    0.000    0.000 reduction.py:43(register)
        1    0.000    0.000    0.000    0.000 selectors.py:206(_BaseSelectorImpl)
        1    0.000    0.000    0.000    0.000 selectors.py:290(SelectSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:341(_PollLikeSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:433(PollSelector)
        1    0.000    0.000    0.001    0.001 selectors.py:5(<module>)
        1    0.000    0.000    0.000    0.000 selectors.py:506(KqueueSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:60(_SelectorMapping)
        1    0.000    0.000    0.000    0.000 selectors.py:80(BaseSelector)
        1    0.000    0.000    0.006    0.006 shutil.py:5(<module>)
        1    0.000    0.000    0.000    0.000 shutil.py:55(Error)
        1    0.000    0.000    0.000    0.000 shutil.py:58(SameFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:61(SpecialFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:65(ExecError)
        1    0.000    0.000    0.000    0.000 shutil.py:68(ReadError)
        1    0.000    0.000    0.000    0.000 shutil.py:71(RegistryError)
        1    0.000    0.000    0.001    0.001 signal.py:1(<module>)
       67    0.000    0.000    0.000    0.000 signal.py:10(<lambda>)
       68    0.000    0.000    0.000    0.000 signal.py:17(<lambda>)
       69    0.000    0.000    0.000    0.000 signal.py:22(<lambda>)
        1    0.000    0.000    0.000    0.000 socket.py:130(_GiveupOnSendfile)
        1    0.000    0.000    0.000    0.000 socket.py:133(socket)
        1    0.000    0.000    0.002    0.002 socket.py:47(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:546(SocketIO)
      219    0.000    0.000    0.000    0.000 socket.py:76(<lambda>)
      220    0.000    0.000    0.000    0.000 socket.py:81(<lambda>)
      221    0.000    0.000    0.000    0.000 socket.py:86(<lambda>)
      222    0.000    0.000    0.000    0.000 socket.py:91(<lambda>)
        1    0.000    0.000    0.000    0.000 splitter.py:1(<module>)
       14    0.000    0.000    0.000    0.000 sre_compile.py:249(_compile_charset)
       14    0.000    0.000    0.000    0.000 sre_compile.py:276(_optimize_charset)
        6    0.000    0.000    0.000    0.000 sre_compile.py:411(_mk_bitmap)
        6    0.000    0.000    0.000    0.000 sre_compile.py:413(<listcomp>)
        9    0.000    0.000    0.000    0.000 sre_compile.py:423(_simple)
        1    0.000    0.000    0.000    0.000 sre_compile.py:432(_generate_overlap_table)
        8    0.000    0.000    0.000    0.000 sre_compile.py:453(_get_iscased)
      5/4    0.000    0.000    0.000    0.000 sre_compile.py:461(_get_literal_prefix)
        3    0.000    0.000    0.000    0.000 sre_compile.py:492(_get_charset_prefix)
        5    0.000    0.000    0.000    0.000 sre_compile.py:536(_compile_info)
       10    0.000    0.000    0.000    0.000 sre_compile.py:595(isstring)
        5    0.000    0.000    0.000    0.000 sre_compile.py:598(_code)
       10    0.000    0.000    0.000    0.000 sre_compile.py:65(_combine_flags)
     28/5    0.000    0.000    0.000    0.000 sre_compile.py:71(_compile)
        5    0.000    0.000    0.001    0.000 sre_compile.py:759(compile)
       30    0.000    0.000    0.000    0.000 sre_parse.py:111(__init__)
       55    0.000    0.000    0.000    0.000 sre_parse.py:160(__len__)
      144    0.000    0.000    0.000    0.000 sre_parse.py:164(__getitem__)
       11    0.000    0.000    0.000    0.000 sre_parse.py:168(__setitem__)
       41    0.000    0.000    0.000    0.000 sre_parse.py:172(append)
    34/11    0.000    0.000    0.000    0.000 sre_parse.py:174(getwidth)
        5    0.000    0.000    0.000    0.000 sre_parse.py:224(__init__)
      398    0.000    0.000    0.000    0.000 sre_parse.py:233(__next)
       98    0.000    0.000    0.000    0.000 sre_parse.py:249(match)
      326    0.000    0.000    0.000    0.000 sre_parse.py:254(get)
        4    0.000    0.000    0.000    0.000 sre_parse.py:267(getuntil)
       48    0.000    0.000    0.000    0.000 sre_parse.py:286(tell)
        1    0.000    0.000    0.000    0.000 sre_parse.py:288(seek)
        8    0.000    0.000    0.000    0.000 sre_parse.py:295(_class_escape)
        2    0.000    0.000    0.000    0.000 sre_parse.py:343(_escape)
       13    0.000    0.000    0.000    0.000 sre_parse.py:408(_uniq)
     15/5    0.000    0.000    0.001    0.000 sre_parse.py:417(_parse_sub)
     19/5    0.000    0.000    0.001    0.000 sre_parse.py:475(_parse)
        5    0.000    0.000    0.000    0.000 sre_parse.py:76(__init__)
       22    0.000    0.000    0.000    0.000 sre_parse.py:81(groups)
        6    0.000    0.000    0.000    0.000 sre_parse.py:84(opengroup)
        2    0.000    0.000    0.000    0.000 sre_parse.py:843(_parse_flags)
        5    0.000    0.000    0.000    0.000 sre_parse.py:903(fix_flags)
        5    0.000    0.000    0.001    0.000 sre_parse.py:919(parse)
        6    0.000    0.000    0.000    0.000 sre_parse.py:96(closegroup)
        1    0.000    0.000    0.001    0.001 string.py:15(<module>)
        1    0.000    0.000    0.000    0.000 string.py:175(Formatter)
        1    0.000    0.000    0.000    0.000 string.py:55(_TemplateMetaclass)
        1    0.000    0.000    0.001    0.001 string.py:65(__init__)
        1    0.000    0.000    0.000    0.000 string.py:78(Template)
        1    0.000    0.000    0.000    0.000 struct.py:3(<module>)
        3    0.000    0.000    0.000    0.000 subprocess.py:1329(_get_handles)
        3    0.000    0.000    0.010    0.003 subprocess.py:1383(_execute_child)
       30    0.000    0.000    0.000    0.000 subprocess.py:1442(<genexpr>)
        3    0.000    0.000    0.000    0.000 subprocess.py:1526(_handle_exitstatus)
        6    0.000    0.000    0.000    0.000 subprocess.py:1544(_internal_poll)
        3    0.000    0.000  632.343  210.781 subprocess.py:1579(_try_wait)
        6    0.000    0.000  632.344  105.391 subprocess.py:1592(_wait)
        3    0.000    0.000    0.000    0.000 subprocess.py:226(_cleanup)
        1    0.000    0.000    0.000    0.000 subprocess.py:398(CompletedProcess)
        3    0.000    0.000    0.000    0.000 subprocess.py:409(__init__)
        1    0.000    0.000    0.009    0.009 subprocess.py:42(<module>)
        3    0.001    0.000  632.354  210.785 subprocess.py:431(run)
        1    0.000    0.000    0.000    0.000 subprocess.py:57(SubprocessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:60(CalledProcessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:608(Popen)
        3    0.000    0.000    0.010    0.003 subprocess.py:656(__init__)
        3    0.000    0.000    0.000    0.000 subprocess.py:819(__enter__)
        3    0.000    0.000    0.000    0.000 subprocess.py:822(__exit__)
        3    0.000    0.000    0.000    0.000 subprocess.py:850(__del__)
        3    0.000    0.000  632.344  210.781 subprocess.py:895(communicate)
        3    0.000    0.000    0.000    0.000 subprocess.py:963(poll)
        1    0.000    0.000    0.000    0.000 subprocess.py:97(TimeoutExpired)
        6    0.000    0.000  632.344  105.391 subprocess.py:985(wait)
        1    0.000    0.000    0.000    0.000 tempfile.py:132(_RandomNameSequence)
        1    0.000    0.000    0.016    0.016 tempfile.py:24(<module>)
        1    0.000    0.000    0.000    0.000 tempfile.py:414(_TemporaryFileCloser)
        1    0.000    0.000    0.000    0.000 tempfile.py:457(_TemporaryFileWrapper)
        1    0.000    0.000    0.000    0.000 tempfile.py:627(SpooledTemporaryFile)
        1    0.000    0.000    0.000    0.000 tempfile.py:775(TemporaryDirectory)
        1    0.000    0.000    0.002    0.002 threading.py:1(<module>)
        1    0.000    0.000    0.000    0.000 threading.py:1142(Timer)
        1    0.000    0.000    0.000    0.000 threading.py:1172(_MainThread)
        1    0.000    0.000    0.000    0.000 threading.py:1174(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:1191(_DummyThread)
        1    0.000    0.000    0.000    0.000 threading.py:204(Condition)
        1    0.000    0.000    0.000    0.000 threading.py:216(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:240(__enter__)
        1    0.000    0.000    0.000    0.000 threading.py:243(__exit__)
        1    0.000    0.000    0.000    0.000 threading.py:255(_is_owned)
        1    0.000    0.000    0.000    0.000 threading.py:335(notify)
        1    0.000    0.000    0.000    0.000 threading.py:358(notify_all)
        1    0.000    0.000    0.000    0.000 threading.py:370(Semaphore)
        1    0.000    0.000    0.000    0.000 threading.py:450(BoundedSemaphore)
        1    0.000    0.000    0.000    0.000 threading.py:488(Event)
        1    0.000    0.000    0.000    0.000 threading.py:499(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:513(set)
        1    0.000    0.000    0.000    0.000 threading.py:567(Barrier)
        1    0.000    0.000    0.000    0.000 threading.py:721(BrokenBarrierError)
        1    0.000    0.000    0.000    0.000 threading.py:739(Thread)
        3    0.000    0.000    0.000    0.000 threading.py:75(RLock)
        1    0.000    0.000    0.000    0.000 threading.py:758(__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:891(_set_ident)
        1    0.000    0.000    0.000    0.000 threading.py:894(_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:78(<dictcomp>)
       20    0.000    0.000    0.000    0.000 tokenize.py:107(group)
        1    0.000    0.000    0.000    0.000 tokenize.py:108(any)
        2    0.000    0.000    0.000    0.000 tokenize.py:109(maybe)
        3    0.000    0.000    0.000    0.000 tokenize.py:132(_all_string_prefixes)
       24    0.000    0.000    0.000    0.000 tokenize.py:143(<listcomp>)
        1    0.000    0.000    0.001    0.001 tokenize.py:21(<module>)
        1    0.000    0.000    0.000    0.000 tokenize.py:212(TokenError)
        1    0.000    0.000    0.000    0.000 tokenize.py:214(StopTokenizing)
        1    0.000    0.000    0.000    0.000 tokenize.py:217(Untokenizer)
        1    0.000    0.000    0.000    0.000 tokenize.py:94(TokenInfo)
        1    0.000    0.000    0.002    0.002 traceback.py:1(<module>)
        1    0.000    0.000    0.000    0.000 traceback.py:227(FrameSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:315(StackSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:437(TracebackException)
       15    0.000    0.000    0.000    0.000 types.py:164(__get__)
        3    0.000    0.000    0.000    0.000 warnings.py:165(simplefilter)
        3    0.000    0.000    0.000    0.000 warnings.py:181(_add_filter)
        3    0.000    0.000    0.000    0.000 warnings.py:453(__init__)
        3    0.000    0.000    0.000    0.000 warnings.py:474(__enter__)
        3    0.000    0.000    0.000    0.000 warnings.py:493(__exit__)
        1    0.000    0.000    0.000    0.000 weakref.py:102(__init__)
        1    0.000    0.000    0.000    0.000 weakref.py:290(update)
      299    0.000    0.000    0.000    0.000 {built-in method __new__ of type object at 0x10aa5aec0}
       14    0.000    0.000    0.000    0.000 {built-in method _abc._abc_init}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_register}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_subclasscheck}
       62    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_md5}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha1}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha224}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha256}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha384}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha512}
       18    0.000    0.000    0.000    0.000 {built-in method _imp._fix_co_filename}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.acquire_lock}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.create_builtin}
       16    0.005    0.000    0.005    0.000 {built-in method _imp.create_dynamic}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.exec_builtin}
       16    0.000    0.000    0.000    0.000 {built-in method _imp.exec_dynamic}
       52    0.000    0.000    0.000    0.000 {built-in method _imp.is_builtin}
       59    0.000    0.000    0.000    0.000 {built-in method _imp.is_frozen}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.release_lock}
        4    0.000    0.000    0.000    0.000 {built-in method _locale.nl_langinfo}
        3    0.002    0.001    0.002    0.001 {built-in method _posixsubprocess.fork_exec}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_iscased}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_tolower}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.compile}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.unicode_iscased}
        1    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISDIR}
       72    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISLNK}
        1    0.000    0.000    0.000    0.000 {built-in method _thread._set_sentinel}
      134    0.000    0.000    0.000    0.000 {built-in method _thread.allocate_lock}
      147    0.000    0.000    0.000    0.000 {built-in method _thread.get_ident}
        9    0.000    0.000    0.000    0.000 {built-in method _warnings._filters_mutated}
        1    0.000    0.000    0.000    0.000 {built-in method atexit.register}
      127    0.002    0.000    0.003    0.000 {built-in method builtins.__build_class__}
     10/4    0.000    0.000    0.015    0.004 {built-in method builtins.__import__}
       69    0.000    0.000    0.000    0.000 {built-in method builtins.any}
       21    0.046    0.002    0.046    0.002 {built-in method builtins.compile}
        3    0.000    0.000    0.000    0.000 {built-in method builtins.dir}
     46/1    0.000    0.000  702.393  702.393 {built-in method builtins.exec}
      559    0.000    0.000    0.000    0.000 {built-in method builtins.getattr}
       19    0.000    0.000    0.000    0.000 {built-in method builtins.globals}
      704    0.000    0.000    0.000    0.000 {built-in method builtins.hasattr}
       15    0.000    0.000    0.000    0.000 {built-in method builtins.id}
     2217    0.000    0.000    0.000    0.000 {built-in method builtins.isinstance}
       63    0.000    0.000    0.000    0.000 {built-in method builtins.issubclass}
       61    0.000    0.000    0.000    0.000 {built-in method builtins.iter}
  761/730    0.000    0.000    0.000    0.000 {built-in method builtins.len}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.max}
       66    0.000    0.000    0.000    0.000 {built-in method builtins.min}
       82    0.005    0.000    0.005    0.000 {built-in method builtins.next}
       44    0.000    0.000    0.000    0.000 {built-in method builtins.ord}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.repr}
      118    0.000    0.000    0.000    0.000 {built-in method builtins.setattr}
        3    0.000    0.000    0.000    0.000 {built-in method builtins.sorted}
        7    0.000    0.000    0.000    0.000 {built-in method builtins.vars}
       54    0.000    0.000    0.000    0.000 {built-in method from_bytes}
       65    0.004    0.000    0.009    0.000 {built-in method io.open}
       21    0.001    0.000    0.001    0.000 {built-in method marshal.dumps}
       18    0.001    0.000    0.001    0.000 {built-in method marshal.loads}
        1    0.000    0.000    0.000    0.000 {built-in method math.exp}
        2    0.000    0.000    0.000    0.000 {built-in method math.log}
        1    0.000    0.000    0.000    0.000 {built-in method math.sqrt}
        3    0.000    0.000    0.000    0.000 {built-in method posix.WEXITSTATUS}
        3    0.000    0.000    0.000    0.000 {built-in method posix.WIFEXITED}
        3    0.000    0.000    0.000    0.000 {built-in method posix.WIFSIGNALED}
        6    0.000    0.000    0.000    0.000 {built-in method posix.close}
      371    0.000    0.000    0.000    0.000 {built-in method posix.fspath}
       55    0.002    0.000    0.002    0.000 {built-in method posix.getcwd}
        5    0.002    0.000    0.002    0.000 {built-in method posix.listdir}
       72    0.002    0.000    0.002    0.000 {built-in method posix.lstat}
        7    0.000    0.000    0.000    0.000 {built-in method posix.mkdir}
       15    0.001    0.000    0.001    0.000 {built-in method posix.open}
        3    0.000    0.000    0.000    0.000 {built-in method posix.pipe}
        3    0.006    0.002    0.006    0.002 {built-in method posix.read}
        4    0.000    0.000    0.000    0.000 {built-in method posix.register_at_fork}
       12    0.000    0.000    0.000    0.000 {built-in method posix.scandir}
      341    0.003    0.000    0.003    0.000 {built-in method posix.stat}
        1    0.000    0.000    0.000    0.000 {built-in method posix.urandom}
        3  632.343  210.781  632.343  210.781 {built-in method posix.waitpid}
        6    0.000    0.000    0.000    0.000 {built-in method sys._getframe}
      201    0.000    0.000    0.000    0.000 {built-in method sys.intern}
        1    0.000    0.000    0.000    0.000 {built-in method time.time}
        1    0.000    0.000    0.000    0.000 {function Random.seed at 0x10b11bd08}
       31    0.000    0.000    0.000    0.000 {method '__contains__' of 'frozenset' objects}
        1    0.000    0.000    0.000    0.000 {method '__enter__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 {method '__exit__' of '_thread.lock' objects}
        5    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.RLock' objects}
        2    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.lock' objects}
      203    0.000    0.000    0.000    0.000 {method 'add' of 'set' objects}
     1090    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'bit_length' of 'int' objects}
        3    0.000    0.000    0.000    0.000 {method 'count' of 'list' objects}
        3    0.000    0.000    0.000    0.000 {method 'decode' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       33    0.000    0.000    0.000    0.000 {method 'encode' of 'str' objects}
       27    0.000    0.000    0.000    0.000 {method 'endswith' of 'bytes' objects}
       82    0.000    0.000    0.000    0.000 {method 'endswith' of 'str' objects}
       84    0.000    0.000    0.000    0.000 {method 'extend' of 'bytearray' objects}
       26    0.000    0.000    0.000    0.000 {method 'extend' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
       62    0.000    0.000    0.000    0.000 {method 'find' of 'bytearray' objects}
       25    0.000    0.000    0.000    0.000 {method 'format' of 'str' objects}
      171    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
      120    0.000    0.000    0.000    0.000 {method 'get' of 'mappingproxy' objects}
       61    0.000    0.000    0.000    0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
        3    0.000    0.000    0.000    0.000 {method 'insert' of 'list' objects}
       70    0.000    0.000    0.000    0.000 {method 'is_dir' of 'posix.DirEntry' objects}
       35    0.000    0.000    0.000    0.000 {method 'isidentifier' of 'str' objects}
      949    0.000    0.000    0.000    0.000 {method 'isupper' of 'str' objects}
       71    0.000    0.000    0.000    0.000 {method 'items' of 'collections.OrderedDict' objects}
       10    0.000    0.000    0.000    0.000 {method 'items' of 'dict' objects}
       37    0.000    0.000    0.000    0.000 {method 'items' of 'mappingproxy' objects}
     1188    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       63    0.000    0.000    0.000    0.000 {method 'lower' of 'str' objects}
        5    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
      102    0.000    0.000    0.000    0.000 {method 'match' of 're.Pattern' objects}
        7    0.000    0.000    0.000    0.000 {method 'mro' of 'type' objects}
       22    0.000    0.000    0.000    0.000 {method 'pop' of 'dict' objects}
      508   14.499    0.029   14.499    0.029 {method 'read' of '_io.BufferedReader' objects}
       39    0.001    0.000    0.001    0.000 {method 'read' of '_io.FileIO' objects}
        5    0.000    0.000    0.000    0.000 {method 'release' of '_thread.RLock' objects}
        3    0.000    0.000    0.000    0.000 {method 'remove' of 'list' objects}
       74    0.000    0.000    0.000    0.000 {method 'replace' of 'str' objects}
      203    0.000    0.000    0.000    0.000 {method 'reverse' of 'list' objects}
        3    0.000    0.000    0.000    0.000 {method 'rfind' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
      501    0.000    0.000    0.000    0.000 {method 'rpartition' of 'str' objects}
     1838    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'setdefault' of 'dict' objects}
       10    0.000    0.000    0.000    0.000 {method 'setter' of 'property' objects}
        8    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
       25    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
       27    0.000    0.000    0.000    0.000 {method 'startswith' of 'bytes' objects}
      896    0.000    0.000    0.000    0.000 {method 'startswith' of 'str' objects}
       63    0.000    0.000    0.000    0.000 {method 'to_bytes' of 'int' objects}
        6    0.000    0.000    0.000    0.000 {method 'translate' of 'bytearray' objects}
        1    0.000    0.000    0.000    0.000 {method 'translate' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'union' of 'set' objects}
      447   53.564    0.120   53.564    0.120 {method 'update' of '_hashlib.HASH' objects}
       19    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
       36    0.000    0.000    0.000    0.000 {method 'upper' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'values' of 'dict' objects}
       61    0.000    0.000    0.000    0.000 {method 'write' of '_io.TextIOWrapper' objects}

4GB splitting, unencrypted

         46901 function calls (46352 primitive calls) in 792.070 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    82/59    0.000    0.000    0.014    0.000 <frozen importlib._bootstrap>:1009(_handle_fromlist)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:103(release)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:143(__init__)
       64    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:147(__enter__)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:151(__exit__)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:157(_get_module_lock)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:176(cb)
        9    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:194(_lock_unlock_module)
    108/3    0.000    0.000    0.072    0.024 <frozen importlib._bootstrap>:211(_call_with_frames_removed)
      965    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:222(_verbose_message)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:232(_requires_builtin_wrapper)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:307(__init__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:311(__enter__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:318(__exit__)
      232    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:321(<genexpr>)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:35(_new_module)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:369(__init__)
       94    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:403(cached)
       70    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:416(parent)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:424(has_location)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:433(spec_from_loader)
       58    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:504(_init_module_attrs)
       58    0.000    0.000    0.006    0.000 <frozen importlib._bootstrap>:576(module_from_spec)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:58(__init__)
     58/3    0.000    0.000    0.072    0.024 <frozen importlib._bootstrap>:663(_load_unlocked)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:719(find_spec)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:740(create_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:748(exec_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:765(is_package)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:78(acquire)
       59    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:792(find_spec)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:855(__enter__)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:859(__exit__)
       62    0.000    0.000    0.008    0.000 <frozen importlib._bootstrap>:882(_find_spec)
     64/2    0.000    0.000    0.073    0.036 <frozen importlib._bootstrap>:948(_find_and_load_unlocked)
     64/2    0.000    0.000    0.073    0.036 <frozen importlib._bootstrap>:978(_find_and_load)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1029(__init__)
       16    0.000    0.000    0.005    0.000 <frozen importlib._bootstrap_external>:1040(create_module)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1048(exec_module)
       15    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:105(_write_atomic)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1190(_path_hooks)
      227    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:1203(_path_importer_cache)
       59    0.000    0.000    0.008    0.000 <frozen importlib._bootstrap_external>:1240(_get_spec)
       59    0.000    0.000    0.008    0.000 <frozen importlib._bootstrap_external>:1272(find_spec)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1319(__init__)
       32    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1325(<genexpr>)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1351(_get_spec)
      179    0.001    0.000    0.005    0.000 <frozen importlib._bootstrap_external>:1356(find_spec)
        5    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1404(_fill_cache)
        5    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1433(<setcomp>)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1445(path_hook_for_FileFinder)
       78    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:271(cache_from_source)
      179    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:36(_relax_case)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:369(_get_cached)
       21    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:381(_calc_mode)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:401(_check_name_wrapper)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:438(_classify_pyc)
       63    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:46(_w_long)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:471(_validate_timestamp_pyc)
       54    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:51(_r_long)
       18    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:523(_compile_bytecode)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:536(_code_to_timestamp_pyc)
      880    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:56(_path_join)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:574(spec_from_file_location)
      880    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:58(<listcomp>)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:62(_path_split)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:719(create_module)
     39/3    0.000    0.000    0.072    0.024 <frozen importlib._bootstrap_external>:722(exec_module)
      337    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:74(_path_stat)
       21    0.000    0.000    0.039    0.002 <frozen importlib._bootstrap_external>:785(source_to_code)
       39    0.000    0.000    0.047    0.001 <frozen importlib._bootstrap_external>:793(get_code)
       98    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:84(_path_is_mode_type)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:884(__init__)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:909(get_filename)
       60    0.002    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:914(get_data)
       67    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:93(_path_isfile)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:951(path_stats)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:956(_cache_bytecode)
       21    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:961(set_data)
       31    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:98(_path_isdir)
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1000(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1070(FileHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1139(_StderrHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1145(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1163(PlaceHolder)
        1    0.000    0.000    0.000    0.000 __init__.py:1205(Manager)
        1    0.000    0.000    0.000    0.000 __init__.py:1210(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1326(Logger)
        1    0.000    0.000    0.000    0.000 __init__.py:1341(__init__)
       18    0.000    0.000    0.000    0.000 __init__.py:1373(info)
        1    0.000    0.000    0.013    0.013 __init__.py:15(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1531(addHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1605(getEffectiveLevel)
       18    0.000    0.000    0.000    0.000 __init__.py:1619(isEnabledFor)
        1    0.000    0.000    0.000    0.000 __init__.py:1667(RootLogger)
        1    0.000    0.000    0.000    0.000 __init__.py:1673(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1684(LoggerAdapter)
        1    0.000    0.000    0.000    0.000 __init__.py:1832(basicConfig)
        3    0.000    0.000    0.000    0.000 __init__.py:187(_checkLevel)
       18    0.000    0.000    0.000    0.000 __init__.py:1986(info)
        1    0.000    0.000    0.000    0.000 __init__.py:2059(NullHandler)
        5    0.000    0.000    0.000    0.000 __init__.py:212(_acquireLock)
       37    0.000    0.000    0.000    0.000 __init__.py:22(<genexpr>)
        5    0.000    0.000    0.000    0.000 __init__.py:221(_releaseLock)
        1    0.000    0.000    0.001    0.001 __init__.py:24(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:246(_register_at_fork_acquire_release)
        1    0.000    0.000    0.000    0.000 __init__.py:281(LogRecord)
        6    0.000    0.000    0.001    0.000 __init__.py:316(namedtuple)
       31    0.000    0.000    0.000    0.000 __init__.py:388(<genexpr>)
        1    0.000    0.000    0.000    0.000 __init__.py:420(PercentStyle)
        2    0.000    0.000    0.000    0.000 __init__.py:426(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:435(StrFormatStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:444(StringTemplateStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:468(Formatter)
        2    0.000    0.000    0.000    0.000 __init__.py:513(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:643(BufferingFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:685(Filter)
        1    0.000    0.000    0.000    0.000 __init__.py:722(Filterer)
        3    0.000    0.000    0.000    0.000 __init__.py:727(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:794(_addHandlerRef)
        1    0.000    0.000    0.000    0.000 __init__.py:804(Handler)
        2    0.000    0.000    0.000    0.000 __init__.py:813(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:842(createLock)
        1    0.000    0.000    0.000    0.000 __init__.py:910(setFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:991(StreamHandler)
       25    0.000    0.000    0.000    0.000 _bootlocale.py:33(getpreferredencoding)
        1    0.000    0.000    0.000    0.000 _bootlocale.py:5(<module>)
       29    0.000    0.000    0.000    0.000 _collections_abc.py:659(get)
       43    0.000    0.000    0.000    0.000 _compat_pickle.py:165(<genexpr>)
       85    0.000    0.000    0.000    0.000 _compat_pickle.py:167(<genexpr>)
        1    0.000    0.000    0.000    0.000 _compat_pickle.py:9(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:1(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:33(DecompressReader)
        1    0.000    0.000    0.000    0.000 _compression.py:9(BaseStream)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:36(__init__)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:81(add)
        1    0.000    0.000    0.000    0.000 abc.py:1(<module>)
       14    0.000    0.000    0.000    0.000 abc.py:125(__new__)
        1    0.000    0.000    0.000    0.000 abc.py:130(register)
        1    0.000    0.000    0.000    0.000 abc.py:141(__subclasscheck__)
        4    0.000    0.000    0.000    0.000 abc.py:7(abstractmethod)
        1    0.000    0.000    0.071    0.071 archive.py:1(<module>)
        5    0.148    0.030   38.148    7.630 archive.py:113(hashes_for_path_list)
        5    0.000    0.000   19.358    3.872 archive.py:128(create_tar_archive)
        5    0.001    0.000   19.357    3.871 archive.py:140(create_tar_archive_from_list)
        5    0.000    0.000    0.005    0.001 archive.py:141(<listcomp>)
        5    0.000    0.000    0.000    0.000 archive.py:142(<listcomp>)
        5    0.000    0.000    0.059    0.012 archive.py:154(create_archive_listing)
        5    0.000    0.000  694.599  138.920 archive.py:162(compress_using_lzip)
        5    0.001    0.000   34.871    6.974 archive.py:174(create_and_write_archive_hash)
        5    0.002    0.000    4.905    0.981 archive.py:180(create_and_write_compressed_archive_hash)
        1    0.000    0.000  791.998  791.998 archive.py:35(create_archive)
        1    0.001    0.001  791.997  791.997 archive.py:71(create_split_archive)
        5    0.001    0.000   38.150    7.630 archive.py:96(create_file_listing_hash)
        1    0.000    0.000    0.000    0.000 bisect.py:1(<module>)
        1    0.000    0.000    0.000    0.000 bz2.py:28(BZ2File)
        1    0.000    0.000    0.001    0.001 bz2.py:5(<module>)
       25    0.000    0.000    0.000    0.000 codecs.py:186(__init__)
        1    0.000    0.000    0.000    0.000 constants.py:1(<module>)
        1    0.000    0.000    0.011    0.011 context.py:1(<module>)
        1    0.000    0.000    0.000    0.000 context.py:14(ProcessError)
        1    0.000    0.000    0.000    0.000 context.py:17(BufferTooShort)
        1    0.000    0.000    0.000    0.000 context.py:20(TimeoutError)
        1    0.000    0.000    0.000    0.000 context.py:202(reducer)
        1    0.000    0.000    0.000    0.000 context.py:219(Process)
        1    0.000    0.000    0.000    0.000 context.py:225(DefaultContext)
        1    0.000    0.000    0.000    0.000 context.py:228(__init__)
        1    0.000    0.000    0.000    0.000 context.py:23(AuthenticationError)
        1    0.000    0.000    0.000    0.000 context.py:264(<listcomp>)
        1    0.000    0.000    0.000    0.000 context.py:272(ForkProcess)
        1    0.000    0.000    0.000    0.000 context.py:279(SpawnProcess)
        1    0.000    0.000    0.000    0.000 context.py:286(ForkServerProcess)
        1    0.000    0.000    0.000    0.000 context.py:293(ForkContext)
        1    0.000    0.000    0.000    0.000 context.py:297(SpawnContext)
        1    0.000    0.000    0.000    0.000 context.py:30(BaseContext)
        1    0.000    0.000    0.000    0.000 context.py:301(ForkServerContext)
        1    0.000    0.000    0.000    0.000 encryption.py:1(<module>)
        7    0.000    0.000    0.000    0.000 enum.py:125(__prepare__)
        7    0.000    0.000    0.001    0.000 enum.py:135(__new__)
        7    0.000    0.000    0.000    0.000 enum.py:152(<dictcomp>)
        7    0.000    0.000    0.000    0.000 enum.py:177(<setcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:18(_is_descriptor)
       21    0.000    0.000    0.000    0.000 enum.py:198(<genexpr>)
       85    0.000    0.000    0.000    0.000 enum.py:26(_is_dunder)
       25    0.000    0.000    0.002    0.000 enum.py:284(__call__)
        7    0.000    0.000    0.000    0.000 enum.py:335(__getattr__)
       85    0.000    0.000    0.000    0.000 enum.py:34(_is_sunder)
        7    0.000    0.000    0.000    0.000 enum.py:360(__members__)
      120    0.000    0.000    0.000    0.000 enum.py:376(__setattr__)
        7    0.000    0.000    0.002    0.000 enum.py:389(_create_)
       21    0.000    0.000    0.000    0.000 enum.py:442(_get_mixins_)
       21    0.000    0.000    0.000    0.000 enum.py:453(_find_data_type)
        7    0.000    0.000    0.000    0.000 enum.py:474(_find_new_)
       18    0.000    0.000    0.000    0.000 enum.py:526(__new__)
       11    0.000    0.000    0.000    0.000 enum.py:623(name)
        4    0.000    0.000    0.000    0.000 enum.py:628(value)
        7    0.000    0.000    0.002    0.000 enum.py:633(_convert)
        7    0.000    0.000    0.000    0.000 enum.py:64(__init__)
        7    0.000    0.000    0.001    0.000 enum.py:654(<listcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:659(<lambda>)
       85    0.000    0.000    0.000    0.000 enum.py:70(__setitem__)
        1    0.000    0.000    0.000    0.000 enum.py:793(_missing_)
        1    0.000    0.000    0.000    0.000 enum.py:800(_create_pseudo_member_)
        1    0.000    0.000    0.000    0.000 enum.py:830(__or__)
        8    0.000    0.000    0.000    0.000 enum.py:836(__and__)
        1    0.000    0.000    0.000    0.000 enum.py:855(_high_bit)
        1    0.000    0.000    0.000    0.000 enum.py:872(_decompose)
        1    0.000    0.000    0.000    0.000 enum.py:890(<listcomp>)
        2    0.000    0.000    0.000    0.000 enum.py:901(<lambda>)
        2    0.000    0.000    0.000    0.000 enum.py:907(_power_of_two)
        1    0.000    0.000    0.000    0.000 fnmatch.py:11(<module>)
        7    0.000    0.000    0.000    0.000 functools.py:37(update_wrapper)
        2    0.000    0.000    0.000    0.000 functools.py:445(lru_cache)
        2    0.000    0.000    0.000    0.000 functools.py:479(decorating_function)
        5    0.000    0.000    0.000    0.000 functools.py:67(wraps)
        5    0.000    0.000    0.000    0.000 genericpath.py:87(samestat)
       14    0.000    0.000    0.001    0.000 hashlib.py:116(__get_openssl_constructor)
        1    0.000    0.000    0.002    0.002 hashlib.py:54(<module>)
        8    0.000    0.000    0.001    0.000 hashlib.py:73(__get_builtin_constructor)
        1    0.000    0.000    0.014    0.014 helpers.py:1(<module>)
       11    0.000    0.000    0.042    0.004 helpers.py:147(get_size_of_path)
       11    0.000    0.000    0.041    0.004 helpers.py:161(get_size_of_directory)
       11    0.000    0.000    0.000    0.000 helpers.py:176(plattform_is_linux)
       11    0.000    0.000    0.001    0.000 helpers.py:183(get_bytes_in_string_with_unit)
       11    0.000    0.000    0.000    0.000 helpers.py:190(<listcomp>)
        1    0.000    0.000    0.000    0.000 helpers.py:254(handle_destination_directory_creation)
        1    0.000    0.000    0.000    0.000 helpers.py:290(terminate_if_path_nonexistent)
        2    0.000    0.000    0.000    0.000 helpers.py:35(get_absolute_path_string)
       10    0.024    0.002   39.772    3.977 helpers.py:39(create_and_write_file_hash)
       69    1.923    0.028   77.717    1.126 helpers.py:48(get_file_hash_from_path)
      520    0.002    0.000   15.957    0.031 helpers.py:56(<lambda>)
        3    0.025    0.008    0.623    0.208 helpers.py:70(hash_listing_for_files_in_folder)
        1    0.000    0.000    0.002    0.002 linecache.py:6(<module>)
        1    0.000    0.000    0.000    0.000 lzma.py:38(LZMAFile)
        1    0.000    0.000    0.000    0.000 lzma.py:9(<module>)
        1    0.000    0.000    0.001    0.001 ntpath.py:6(<module>)
        1    0.000    0.000    0.000    0.000 os.py:1076(__subclasshook__)
    42/16    0.000    0.000    0.007    0.000 os.py:278(walk)
        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>)
       26    0.001    0.000    0.002    0.000 os.py:616(get_exec_path)
       55    0.000    0.000    0.000    0.000 os.py:673(__getitem__)
       55    0.000    0.000    0.000    0.000 os.py:751(encode)
       27    0.000    0.000    0.000    0.000 os.py:755(decode)
        3    0.000    0.000    0.000    0.000 os.py:769(getenv)
      260    0.000    0.000    0.000    0.000 os.py:803(fsencode)
        1    0.000    0.000    0.000    0.000 parse.py:126(_ResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:134(_ResultMixinBytes)
        1    0.000    0.000    0.000    0.000 parse.py:142(_NetlocResultMixinBase)
        1    0.000    0.000    0.000    0.000 parse.py:175(_NetlocResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:205(_NetlocResultMixinBytes)
        1    0.000    0.000    0.001    0.001 parse.py:28(<module>)
        1    0.000    0.000    0.000    0.000 parse.py:310(DefragResult)
        1    0.000    0.000    0.000    0.000 parse.py:318(SplitResult)
        1    0.000    0.000    0.000    0.000 parse.py:323(ParseResult)
        1    0.000    0.000    0.000    0.000 parse.py:329(DefragResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:337(SplitResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:342(ParseResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:348(_fix_result_transcoding)
        1    0.000    0.000    0.000    0.000 parse.py:757(Quoter)
        1    0.000    0.000    0.009    0.009 pathlib.py:1(<module>)
      122    0.000    0.000    0.000    0.000 pathlib.py:100(join_parsed_parts)
       68    0.000    0.000    0.002    0.000 pathlib.py:1000(__new__)
      477    0.000    0.000    0.000    0.000 pathlib.py:1010(_init)
      117    0.000    0.000    0.005    0.000 pathlib.py:1118(absolute)
      158    0.000    0.000    0.003    0.000 pathlib.py:1156(stat)
        1    0.000    0.000    0.000    0.000 pathlib.py:118(_WindowsFlavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:1244(mkdir)
       69    0.000    0.000    0.001    0.000 pathlib.py:1297(lstat)
       50    0.000    0.000    0.001    0.000 pathlib.py:1334(exists)
        1    0.000    0.000    0.000    0.000 pathlib.py:134(<setcomp>)
       61    0.000    0.000    0.002    0.000 pathlib.py:1346(is_dir)
        1    0.000    0.000    0.000    0.000 pathlib.py:135(<setcomp>)
       69    0.000    0.000    0.001    0.000 pathlib.py:1394(is_symlink)
        1    0.000    0.000    0.000    0.000 pathlib.py:1470(PosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:1477(WindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:282(_PosixFlavour)
      914    0.001    0.000    0.001    0.000 pathlib.py:290(splitroot)
      100    0.000    0.000    0.000    0.000 pathlib.py:308(casefold_parts)
        1    0.000    0.000    0.000    0.000 pathlib.py:385(_Accessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:390(_NormalAccessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:44(_ignore_error)
        1    0.000    0.000    0.000    0.000 pathlib.py:463(_Selector)
        1    0.000    0.000    0.000    0.000 pathlib.py:488(_TerminatingSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:494(_PreciseSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:510(_WildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:533(_RecursiveWildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:55(_Flavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:576(_PathParents)
        2    0.000    0.000    0.000    0.000 pathlib.py:59(__init__)
        1    0.000    0.000    0.000    0.000 pathlib.py:604(PurePath)
      416    0.002    0.000    0.004    0.000 pathlib.py:62(parse_parts)
      416    0.002    0.000    0.006    0.000 pathlib.py:633(_parse_args)
      185    0.000    0.000    0.004    0.000 pathlib.py:653(_from_parts)
      292    0.000    0.000    0.001    0.000 pathlib.py:666(_from_parsed_parts)
      229    0.000    0.000    0.000    0.000 pathlib.py:676(_format_parsed_parts)
      122    0.001    0.000    0.003    0.000 pathlib.py:687(_make_child)
      473    0.001    0.000    0.001    0.000 pathlib.py:693(__str__)
      352    0.000    0.000    0.001    0.000 pathlib.py:703(__fspath__)
      121    0.000    0.000    0.001    0.000 pathlib.py:706(as_posix)
        1    0.000    0.000    0.000    0.000 pathlib.py:779(name)
      109    0.001    0.000    0.002    0.000 pathlib.py:848(relative_to)
      117    0.000    0.000    0.003    0.000 pathlib.py:892(joinpath)
        5    0.000    0.000    0.000    0.000 pathlib.py:900(__truediv__)
       61    0.000    0.000    0.000    0.000 pathlib.py:906(parent)
      117    0.000    0.000    0.000    0.000 pathlib.py:921(is_absolute)
        1    0.000    0.000    0.000    0.000 pathlib.py:963(PurePosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:973(PureWindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:986(Path)
        1    0.000    0.000    0.000    0.000 pickle.py:1021(_Unpickler)
        1    0.000    0.000    0.000    0.000 pickle.py:181(<listcomp>)
        1    0.000    0.000    0.000    0.000 pickle.py:184(_Framer)
        1    0.000    0.000    0.002    0.002 pickle.py:24(<module>)
        1    0.000    0.000    0.000    0.000 pickle.py:247(_Unframer)
        1    0.000    0.000    0.000    0.000 pickle.py:372(_Pickler)
        1    0.000    0.000    0.000    0.000 pickle.py:64(PickleError)
        1    0.000    0.000    0.000    0.000 pickle.py:68(PicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:75(UnpicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:88(_Stop)
       26    0.000    0.000    0.000    0.000 posixpath.py:154(dirname)
        8    0.000    0.000    0.000    0.000 posixpath.py:168(islink)
        2    0.000    0.000    0.000    0.000 posixpath.py:338(normpath)
        2    0.000    0.000    0.000    0.000 posixpath.py:376(abspath)
      281    0.000    0.000    0.000    0.000 posixpath.py:41(_get_sep)
        1    0.000    0.000    0.000    0.000 posixpath.py:52(normcase)
        2    0.000    0.000    0.000    0.000 posixpath.py:64(isabs)
      253    0.001    0.000    0.001    0.000 posixpath.py:75(join)
        1    0.000    0.000    0.000    0.000 process.py:10(<module>)
        1    0.000    0.000    0.000    0.000 process.py:325(AuthenticationString)
        1    0.000    0.000    0.000    0.000 process.py:339(_MainProcess)
        1    0.000    0.000    0.000    0.000 process.py:341(__init__)
        1    0.000    0.000    0.000    0.000 process.py:63(BaseProcess)
        1    0.000    0.000  792.070  792.070 profiler.py:1(<module>)
       48    0.000    0.000    0.000    0.000 random.py:224(_randbelow)
       48    0.000    0.000    0.000    0.000 random.py:256(choice)
        1    0.000    0.000    0.001    0.001 random.py:38(<module>)
        1    0.000    0.000    0.000    0.000 random.py:669(SystemRandom)
        1    0.000    0.000    0.000    0.000 random.py:72(Random)
        3    0.000    0.000    0.000    0.000 random.py:88(__init__)
        3    0.000    0.000    0.000    0.000 random.py:97(seed)
      113    0.000    0.000    0.000    0.000 re.py:170(match)
       11    0.000    0.000    0.001    0.000 re.py:185(sub)
       11    0.000    0.000    0.001    0.000 re.py:205(split)
        4    0.000    0.000    0.001    0.000 re.py:232(compile)
        1    0.000    0.000    0.000    0.000 re.py:252(escape)
      139    0.000    0.000    0.002    0.000 re.py:271(_compile)
        1    0.000    0.000    0.000    0.000 re.py:297(_compile_repl)
       11    0.000    0.000    0.000    0.000 re.py:307(_subx)
       11    0.000    0.000    0.000    0.000 re.py:313(filter)
        1    0.000    0.000    0.008    0.008 reduction.py:10(<module>)
        1    0.000    0.000    0.000    0.000 reduction.py:207(_C)
        1    0.000    0.000    0.000    0.000 reduction.py:247(AbstractReducer)
        1    0.000    0.000    0.000    0.000 reduction.py:33(ForkingPickler)
        5    0.000    0.000    0.000    0.000 reduction.py:43(register)
        1    0.000    0.000    0.000    0.000 selectors.py:206(_BaseSelectorImpl)
        1    0.000    0.000    0.000    0.000 selectors.py:290(SelectSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:341(_PollLikeSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:433(PollSelector)
        1    0.000    0.000    0.002    0.002 selectors.py:5(<module>)
        1    0.000    0.000    0.000    0.000 selectors.py:506(KqueueSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:60(_SelectorMapping)
        1    0.000    0.000    0.000    0.000 selectors.py:80(BaseSelector)
        5    0.000    0.000    0.001    0.000 shutil.py:404(_rmtree_safe_fd)
        5    0.000    0.000    0.006    0.001 shutil.py:456(rmtree)
        1    0.000    0.000    0.005    0.005 shutil.py:5(<module>)
        1    0.000    0.000    0.000    0.000 shutil.py:55(Error)
        1    0.000    0.000    0.000    0.000 shutil.py:58(SameFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:61(SpecialFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:65(ExecError)
        1    0.000    0.000    0.000    0.000 shutil.py:68(ReadError)
        1    0.000    0.000    0.000    0.000 shutil.py:71(RegistryError)
        1    0.000    0.000    0.001    0.001 signal.py:1(<module>)
       67    0.000    0.000    0.000    0.000 signal.py:10(<lambda>)
       68    0.000    0.000    0.000    0.000 signal.py:17(<lambda>)
       69    0.000    0.000    0.000    0.000 signal.py:22(<lambda>)
        1    0.000    0.000    0.000    0.000 socket.py:130(_GiveupOnSendfile)
        1    0.000    0.000    0.000    0.000 socket.py:133(socket)
        1    0.000    0.000    0.002    0.002 socket.py:47(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:546(SocketIO)
      219    0.000    0.000    0.000    0.000 socket.py:76(<lambda>)
      220    0.000    0.000    0.000    0.000 socket.py:81(<lambda>)
      221    0.000    0.000    0.000    0.000 socket.py:86(<lambda>)
      222    0.000    0.000    0.000    0.000 socket.py:91(<lambda>)
        1    0.000    0.000    0.000    0.000 splitter.py:1(<module>)
        9    0.000    0.000    0.000    0.000 splitter.py:30(<listcomp>)
        6    0.001    0.000    0.053    0.009 splitter.py:7(split_directory)
       16    0.000    0.000    0.000    0.000 sre_compile.py:249(_compile_charset)
       16    0.000    0.000    0.000    0.000 sre_compile.py:276(_optimize_charset)
        8    0.000    0.000    0.000    0.000 sre_compile.py:411(_mk_bitmap)
        8    0.000    0.000    0.000    0.000 sre_compile.py:413(<listcomp>)
       11    0.000    0.000    0.000    0.000 sre_compile.py:423(_simple)
        2    0.000    0.000    0.000    0.000 sre_compile.py:432(_generate_overlap_table)
       14    0.000    0.000    0.000    0.000 sre_compile.py:453(_get_iscased)
      9/7    0.000    0.000    0.000    0.000 sre_compile.py:461(_get_literal_prefix)
        5    0.000    0.000    0.000    0.000 sre_compile.py:492(_get_charset_prefix)
        8    0.000    0.000    0.000    0.000 sre_compile.py:536(_compile_info)
       16    0.000    0.000    0.000    0.000 sre_compile.py:595(isstring)
        8    0.000    0.000    0.001    0.000 sre_compile.py:598(_code)
       13    0.000    0.000    0.000    0.000 sre_compile.py:65(_combine_flags)
     36/8    0.000    0.000    0.001    0.000 sre_compile.py:71(_compile)
        8    0.000    0.000    0.002    0.000 sre_compile.py:759(compile)
       11    0.000    0.000    0.000    0.000 sre_parse.py:1036(expand_template)
       38    0.000    0.000    0.000    0.000 sre_parse.py:111(__init__)
       70    0.000    0.000    0.000    0.000 sre_parse.py:160(__len__)
      174    0.000    0.000    0.000    0.000 sre_parse.py:164(__getitem__)
       13    0.000    0.000    0.000    0.000 sre_parse.py:168(__setitem__)
       48    0.000    0.000    0.000    0.000 sre_parse.py:172(append)
    43/15    0.000    0.000    0.000    0.000 sre_parse.py:174(getwidth)
        9    0.000    0.000    0.000    0.000 sre_parse.py:224(__init__)
      425    0.000    0.000    0.000    0.000 sre_parse.py:233(__next)
      117    0.000    0.000    0.000    0.000 sre_parse.py:249(match)
      347    0.000    0.000    0.000    0.000 sre_parse.py:254(get)
        4    0.000    0.000    0.000    0.000 sre_parse.py:267(getuntil)
       57    0.000    0.000    0.000    0.000 sre_parse.py:286(tell)
        1    0.000    0.000    0.000    0.000 sre_parse.py:288(seek)
        8    0.000    0.000    0.000    0.000 sre_parse.py:295(_class_escape)
        3    0.000    0.000    0.000    0.000 sre_parse.py:343(_escape)
       15    0.000    0.000    0.000    0.000 sre_parse.py:408(_uniq)
     19/8    0.000    0.000    0.001    0.000 sre_parse.py:417(_parse_sub)
     24/8    0.000    0.000    0.001    0.000 sre_parse.py:475(_parse)
        8    0.000    0.000    0.000    0.000 sre_parse.py:76(__init__)
       30    0.000    0.000    0.000    0.000 sre_parse.py:81(groups)
        7    0.000    0.000    0.000    0.000 sre_parse.py:84(opengroup)
        2    0.000    0.000    0.000    0.000 sre_parse.py:843(_parse_flags)
        8    0.000    0.000    0.000    0.000 sre_parse.py:903(fix_flags)
        8    0.000    0.000    0.001    0.000 sre_parse.py:919(parse)
        1    0.000    0.000    0.000    0.000 sre_parse.py:951(parse_template)
        7    0.000    0.000    0.000    0.000 sre_parse.py:96(closegroup)
        1    0.000    0.000    0.000    0.000 sre_parse.py:960(addgroup)
        1    0.000    0.000    0.001    0.001 string.py:15(<module>)
        1    0.000    0.000    0.000    0.000 string.py:175(Formatter)
        1    0.000    0.000    0.000    0.000 string.py:55(_TemplateMetaclass)
        1    0.000    0.000    0.001    0.001 string.py:65(__init__)
        1    0.000    0.000    0.000    0.000 string.py:78(Template)
        1    0.000    0.000    0.000    0.000 struct.py:3(<module>)
       26    0.000    0.000    0.000    0.000 subprocess.py:1329(_get_handles)
       26    0.003    0.000    0.053    0.002 subprocess.py:1383(_execute_child)
      260    0.000    0.000    0.001    0.000 subprocess.py:1442(<genexpr>)
       26    0.000    0.000    0.000    0.000 subprocess.py:1526(_handle_exitstatus)
       52    0.000    0.000    0.000    0.000 subprocess.py:1544(_internal_poll)
       26    0.000    0.000  713.956   27.460 subprocess.py:1579(_try_wait)
       52    0.001    0.000  713.957   13.730 subprocess.py:1592(_wait)
       26    0.000    0.000    0.000    0.000 subprocess.py:226(_cleanup)
       11    0.000    0.000    0.039    0.004 subprocess.py:351(check_output)
        1    0.000    0.000    0.000    0.000 subprocess.py:398(CompletedProcess)
       26    0.000    0.000    0.000    0.000 subprocess.py:409(__init__)
        1    0.000    0.000    0.013    0.013 subprocess.py:42(<module>)
       26    0.002    0.000  714.038   27.463 subprocess.py:431(run)
        1    0.000    0.000    0.000    0.000 subprocess.py:57(SubprocessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:60(CalledProcessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:608(Popen)
       26    0.002    0.000    0.056    0.002 subprocess.py:656(__init__)
       26    0.000    0.000    0.000    0.000 subprocess.py:819(__enter__)
       26    0.000    0.000    0.000    0.000 subprocess.py:822(__exit__)
       26    0.000    0.000    0.000    0.000 subprocess.py:850(__del__)
       26    0.001    0.000  713.979   27.461 subprocess.py:895(communicate)
       26    0.001    0.000    0.001    0.000 subprocess.py:963(poll)
        1    0.000    0.000    0.000    0.000 subprocess.py:97(TimeoutExpired)
       52    0.000    0.000  713.958   13.730 subprocess.py:985(wait)
        5    0.000    0.000    0.001    0.000 tempfile.py:114(_sanitize_params)
        1    0.000    0.000    0.000    0.000 tempfile.py:132(_RandomNameSequence)
        6    0.000    0.000    0.000    0.000 tempfile.py:142(rng)
        6    0.000    0.000    0.000    0.000 tempfile.py:153(__next__)
        6    0.000    0.000    0.000    0.000 tempfile.py:156(<listcomp>)
        1    0.000    0.000    0.000    0.000 tempfile.py:159(_candidate_tempdir_list)
        1    0.000    0.000    0.001    0.001 tempfile.py:186(_get_default_tempdir)
        5    0.000    0.000    0.000    0.000 tempfile.py:233(_get_candidate_names)
        1    0.000    0.000    0.014    0.014 tempfile.py:24(<module>)
        5    0.000    0.000    0.001    0.000 tempfile.py:287(gettempdir)
        5    0.000    0.000    0.002    0.000 tempfile.py:343(mkdtemp)
        1    0.000    0.000    0.000    0.000 tempfile.py:414(_TemporaryFileCloser)
        1    0.000    0.000    0.000    0.000 tempfile.py:457(_TemporaryFileWrapper)
        1    0.000    0.000    0.000    0.000 tempfile.py:627(SpooledTemporaryFile)
        1    0.000    0.000    0.000    0.000 tempfile.py:775(TemporaryDirectory)
        5    0.000    0.000    0.002    0.000 tempfile.py:787(__init__)
        5    0.000    0.000    0.000    0.000 tempfile.py:798(__repr__)
        5    0.000    0.000    0.000    0.000 tempfile.py:801(__enter__)
        5    0.000    0.000    0.006    0.001 tempfile.py:804(__exit__)
        5    0.000    0.000    0.006    0.001 tempfile.py:807(cleanup)
        5    0.000    0.000    0.000    0.000 tempfile.py:93(_infer_return_type)
        1    0.000    0.000    0.003    0.003 threading.py:1(<module>)
        1    0.000    0.000    0.000    0.000 threading.py:1142(Timer)
        1    0.000    0.000    0.000    0.000 threading.py:1172(_MainThread)
        1    0.000    0.000    0.000    0.000 threading.py:1174(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:1191(_DummyThread)
        1    0.000    0.000    0.000    0.000 threading.py:204(Condition)
        1    0.000    0.000    0.000    0.000 threading.py:216(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:240(__enter__)
        1    0.000    0.000    0.000    0.000 threading.py:243(__exit__)
        1    0.000    0.000    0.000    0.000 threading.py:255(_is_owned)
        1    0.000    0.000    0.000    0.000 threading.py:335(notify)
        1    0.000    0.000    0.000    0.000 threading.py:358(notify_all)
        1    0.000    0.000    0.000    0.000 threading.py:370(Semaphore)
        1    0.000    0.000    0.000    0.000 threading.py:450(BoundedSemaphore)
        1    0.000    0.000    0.000    0.000 threading.py:488(Event)
        1    0.000    0.000    0.000    0.000 threading.py:499(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:513(set)
        1    0.000    0.000    0.000    0.000 threading.py:567(Barrier)
        1    0.000    0.000    0.000    0.000 threading.py:721(BrokenBarrierError)
        1    0.000    0.000    0.000    0.000 threading.py:739(Thread)
        3    0.000    0.000    0.000    0.000 threading.py:75(RLock)
        1    0.000    0.000    0.000    0.000 threading.py:758(__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:891(_set_ident)
        1    0.000    0.000    0.000    0.000 threading.py:894(_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:78(<dictcomp>)
       20    0.000    0.000    0.000    0.000 tokenize.py:107(group)
        1    0.000    0.000    0.000    0.000 tokenize.py:108(any)
        2    0.000    0.000    0.000    0.000 tokenize.py:109(maybe)
        3    0.000    0.000    0.000    0.000 tokenize.py:132(_all_string_prefixes)
       24    0.000    0.000    0.000    0.000 tokenize.py:143(<listcomp>)
        1    0.000    0.000    0.001    0.001 tokenize.py:21(<module>)
        1    0.000    0.000    0.000    0.000 tokenize.py:212(TokenError)
        1    0.000    0.000    0.000    0.000 tokenize.py:214(StopTokenizing)
        1    0.000    0.000    0.000    0.000 tokenize.py:217(Untokenizer)
        1    0.000    0.000    0.000    0.000 tokenize.py:94(TokenInfo)
        1    0.000    0.000    0.002    0.002 traceback.py:1(<module>)
        1    0.000    0.000    0.000    0.000 traceback.py:227(FrameSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:315(StackSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:437(TracebackException)
       15    0.000    0.000    0.000    0.000 types.py:164(__get__)
       26    0.000    0.000    0.000    0.000 warnings.py:165(simplefilter)
       26    0.000    0.000    0.000    0.000 warnings.py:181(_add_filter)
       26    0.000    0.000    0.000    0.000 warnings.py:453(__init__)
       26    0.000    0.000    0.000    0.000 warnings.py:474(__enter__)
       26    0.000    0.000    0.000    0.000 warnings.py:493(__exit__)
        1    0.000    0.000    0.000    0.000 weakref.py:102(__init__)
        1    0.000    0.000    0.000    0.000 weakref.py:290(update)
        5    0.000    0.000    0.000    0.000 weakref.py:530(__init__)
        5    0.000    0.000    0.000    0.000 weakref.py:554(detach)
      570    0.001    0.000    0.001    0.000 {built-in method __new__ of type object at 0x105e13ec0}
       14    0.000    0.000    0.000    0.000 {built-in method _abc._abc_init}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_register}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_subclasscheck}
       70    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_md5}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha1}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha224}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha256}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha384}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha512}
       18    0.000    0.000    0.000    0.000 {built-in method _imp._fix_co_filename}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.acquire_lock}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.create_builtin}
       16    0.005    0.000    0.005    0.000 {built-in method _imp.create_dynamic}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.exec_builtin}
       16    0.000    0.000    0.000    0.000 {built-in method _imp.exec_dynamic}
       52    0.000    0.000    0.000    0.000 {built-in method _imp.is_builtin}
       59    0.000    0.000    0.000    0.000 {built-in method _imp.is_frozen}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.release_lock}
       25    0.000    0.000    0.000    0.000 {built-in method _locale.nl_langinfo}
       26    0.019    0.001    0.019    0.001 {built-in method _posixsubprocess.fork_exec}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_iscased}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_tolower}
        8    0.000    0.000    0.000    0.000 {built-in method _sre.compile}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.unicode_iscased}
       61    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISDIR}
       77    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISLNK}
        1    0.000    0.000    0.000    0.000 {built-in method _thread._set_sentinel}
      157    0.000    0.000    0.000    0.000 {built-in method _thread.allocate_lock}
      147    0.000    0.000    0.000    0.000 {built-in method _thread.get_ident}
       78    0.000    0.000    0.000    0.000 {built-in method _warnings._filters_mutated}
        2    0.000    0.000    0.000    0.000 {built-in method atexit.register}
      127    0.002    0.000    0.003    0.000 {built-in method builtins.__build_class__}
     10/4    0.000    0.000    0.015    0.004 {built-in method builtins.__import__}
       69    0.000    0.000    0.000    0.000 {built-in method builtins.any}
       21    0.039    0.002    0.039    0.002 {built-in method builtins.compile}
        3    0.000    0.000    0.000    0.000 {built-in method builtins.dir}
     46/1    0.000    0.000  792.070  792.070 {built-in method builtins.exec}
      588    0.000    0.000    0.000    0.000 {built-in method builtins.getattr}
       19    0.000    0.000    0.000    0.000 {built-in method builtins.globals}
      704    0.000    0.000    0.000    0.000 {built-in method builtins.hasattr}
       15    0.000    0.000    0.000    0.000 {built-in method builtins.id}
     3898    0.001    0.000    0.001    0.000 {built-in method builtins.isinstance}
       63    0.000    0.000    0.000    0.000 {built-in method builtins.issubclass}
       69    0.000    0.000    0.000    0.000 {built-in method builtins.iter}
1355/1316    0.000    0.000    0.000    0.000 {built-in method builtins.len}
        8    0.000    0.000    0.000    0.000 {built-in method builtins.max}
       87    0.000    0.000    0.000    0.000 {built-in method builtins.min}
       93    0.006    0.000    0.007    0.000 {built-in method builtins.next}
       54    0.000    0.000    0.000    0.000 {built-in method builtins.ord}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.repr}
      118    0.000    0.000    0.000    0.000 {built-in method builtins.setattr}
       26    0.000    0.000    0.000    0.000 {built-in method builtins.sorted}
        7    0.000    0.000    0.000    0.000 {built-in method builtins.vars}
       54    0.000    0.000    0.000    0.000 {built-in method from_bytes}
      106    0.008    0.000    0.009    0.000 {built-in method io.open}
       21    0.001    0.000    0.001    0.000 {built-in method marshal.dumps}
       18    0.001    0.000    0.001    0.000 {built-in method marshal.loads}
        1    0.000    0.000    0.000    0.000 {built-in method math.exp}
        2    0.000    0.000    0.000    0.000 {built-in method math.log}
        1    0.000    0.000    0.000    0.000 {built-in method math.sqrt}
       26    0.000    0.000    0.000    0.000 {built-in method posix.WEXITSTATUS}
       26    0.000    0.000    0.000    0.000 {built-in method posix.WIFEXITED}
       26    0.000    0.000    0.000    0.000 {built-in method posix.WIFSIGNALED}
       69    0.000    0.000    0.000    0.000 {built-in method posix.close}
     1305    0.000    0.000    0.000    0.000 {built-in method posix.fspath}
        5    0.000    0.000    0.000    0.000 {built-in method posix.fstat}
      168    0.004    0.000    0.004    0.000 {built-in method posix.getcwd}
        6    0.000    0.000    0.000    0.000 {built-in method posix.getpid}
        5    0.000    0.000    0.000    0.000 {built-in method posix.listdir}
       82    0.001    0.000    0.001    0.000 {built-in method posix.lstat}
       12    0.001    0.000    0.001    0.000 {built-in method posix.mkdir}
       21    0.001    0.000    0.001    0.000 {built-in method posix.open}
       37    0.000    0.000    0.000    0.000 {built-in method posix.pipe}
       26    0.027    0.001    0.027    0.001 {built-in method posix.read}
        4    0.000    0.000    0.000    0.000 {built-in method posix.register_at_fork}
        5    0.004    0.001    0.004    0.001 {built-in method posix.rmdir}
       17    0.001    0.000    0.001    0.000 {built-in method posix.scandir}
      495    0.005    0.000    0.006    0.000 {built-in method posix.stat}
        6    0.001    0.000    0.001    0.000 {built-in method posix.unlink}
        1    0.000    0.000    0.000    0.000 {built-in method posix.urandom}
       26  713.956   27.460  713.956   27.460 {built-in method posix.waitpid}
        6    0.000    0.000    0.000    0.000 {built-in method sys._getframe}
     1509    0.001    0.000    0.001    0.000 {built-in method sys.intern}
        1    0.000    0.000    0.000    0.000 {built-in method time.time}
        3    0.000    0.000    0.000    0.000 {function Random.seed at 0x106258d08}
       31    0.000    0.000    0.000    0.000 {method '__contains__' of 'frozenset' objects}
        1    0.000    0.000    0.000    0.000 {method '__enter__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 {method '__exit__' of '_thread.lock' objects}
        5    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.RLock' objects}
        4    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.lock' objects}
      226    0.000    0.000    0.000    0.000 {method 'add' of 'set' objects}
     3174    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
       49    0.000    0.000    0.000    0.000 {method 'bit_length' of 'int' objects}
       22    0.000    0.000    0.000    0.000 {method 'close' of '_io.BufferedReader' objects}
       26    0.000    0.000    0.000    0.000 {method 'count' of 'list' objects}
       38    0.000    0.000    0.000    0.000 {method 'decode' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
      289    0.000    0.000    0.000    0.000 {method 'encode' of 'str' objects}
      234    0.000    0.000    0.000    0.000 {method 'endswith' of 'bytes' objects}
       90    0.000    0.000    0.000    0.000 {method 'endswith' of 'str' objects}
       84    0.000    0.000    0.000    0.000 {method 'extend' of 'bytearray' objects}
       32    0.000    0.000    0.000    0.000 {method 'extend' of 'list' objects}
        5    0.000    0.000    0.000    0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
       72    0.000    0.000    0.000    0.000 {method 'find' of 'bytearray' objects}
    35/30    0.000    0.000    0.000    0.000 {method 'format' of 'str' objects}
      178    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
      120    0.000    0.000    0.000    0.000 {method 'get' of 'mappingproxy' objects}
       89    0.000    0.000    0.000    0.000 {method 'getrandbits' of '_random.Random' objects}
       11    0.000    0.000    0.000    0.000 {method 'group' of 're.Match' objects}
       69    0.001    0.000    0.001    0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
       26    0.000    0.000    0.000    0.000 {method 'insert' of 'list' objects}
       75    0.000    0.000    0.000    0.000 {method 'is_dir' of 'posix.DirEntry' objects}
       35    0.000    0.000    0.000    0.000 {method 'isidentifier' of 'str' objects}
      949    0.000    0.000    0.000    0.000 {method 'isupper' of 'str' objects}
       71    0.000    0.000    0.000    0.000 {method 'items' of 'collections.OrderedDict' objects}
       13    0.000    0.000    0.000    0.000 {method 'items' of 'dict' objects}
       37    0.000    0.000    0.000    0.000 {method 'items' of 'mappingproxy' objects}
     1310    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       64    0.000    0.000    0.000    0.000 {method 'lower' of 'str' objects}
      183    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
      113    0.000    0.000    0.000    0.000 {method 'match' of 're.Pattern' objects}
        7    0.000    0.000    0.000    0.000 {method 'mro' of 'type' objects}
       27    0.000    0.000    0.000    0.000 {method 'pop' of 'dict' objects}
      531   15.975    0.030   15.975    0.030 {method 'read' of '_io.BufferedReader' objects}
       39    0.000    0.000    0.000    0.000 {method 'read' of '_io.FileIO' objects}
        5    0.000    0.000    0.000    0.000 {method 'release' of '_thread.RLock' objects}
        2    0.000    0.000    0.000    0.000 {method 'release' of '_thread.lock' objects}
       26    0.000    0.000    0.000    0.000 {method 'remove' of 'list' objects}
      132    0.000    0.000    0.000    0.000 {method 'replace' of 'str' objects}
      416    0.000    0.000    0.000    0.000 {method 'reverse' of 'list' objects}
       26    0.000    0.000    0.000    0.000 {method 'rfind' of 'bytes' objects}
      501    0.000    0.000    0.000    0.000 {method 'rpartition' of 'str' objects}
     1838    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'setdefault' of 'dict' objects}
       10    0.000    0.000    0.000    0.000 {method 'setter' of 'property' objects}
        8    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
       11    0.000    0.000    0.000    0.000 {method 'split' of 're.Pattern' objects}
      221    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
      234    0.000    0.000    0.000    0.000 {method 'startswith' of 'bytes' objects}
      907    0.000    0.000    0.000    0.000 {method 'startswith' of 'str' objects}
       22    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
       11    0.000    0.000    0.001    0.000 {method 'sub' of 're.Pattern' objects}
       63    0.000    0.000    0.000    0.000 {method 'to_bytes' of 'int' objects}
        8    0.000    0.000    0.000    0.000 {method 'translate' of 'bytearray' objects}
        1    0.000    0.000    0.000    0.000 {method 'translate' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'union' of 'set' objects}
      451   59.831    0.133   59.831    0.133 {method 'update' of '_hashlib.HASH' objects}
       19    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
       47    0.000    0.000    0.000    0.000 {method 'upper' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'values' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'write' of '_io.BufferedWriter' objects}
       74    0.000    0.000    0.000    0.000 {method 'write' of '_io.TextIOWrapper' objects}

No Splitting, encrypted

         32091 function calls (31560 primitive calls) in 763.139 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    82/59    0.000    0.000    0.037    0.001 <frozen importlib._bootstrap>:1009(_handle_fromlist)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:103(release)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:143(__init__)
       64    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:147(__enter__)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:151(__exit__)
       73    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:157(_get_module_lock)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:176(cb)
        9    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:194(_lock_unlock_module)
    108/3    0.000    0.000    0.167    0.056 <frozen importlib._bootstrap>:211(_call_with_frames_removed)
      965    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:222(_verbose_message)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:232(_requires_builtin_wrapper)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:307(__init__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:311(__enter__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:318(__exit__)
      232    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:321(<genexpr>)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:35(_new_module)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:369(__init__)
       94    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:403(cached)
       70    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:416(parent)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:424(has_location)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:433(spec_from_loader)
       58    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:504(_init_module_attrs)
       58    0.000    0.000    0.056    0.001 <frozen importlib._bootstrap>:576(module_from_spec)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:58(__init__)
     58/3    0.000    0.000    0.169    0.056 <frozen importlib._bootstrap>:663(_load_unlocked)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:719(find_spec)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:740(create_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:748(exec_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:765(is_package)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:78(acquire)
       59    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:792(find_spec)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:855(__enter__)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:859(__exit__)
       62    0.000    0.000    0.016    0.000 <frozen importlib._bootstrap>:882(_find_spec)
     64/2    0.000    0.000    0.172    0.086 <frozen importlib._bootstrap>:948(_find_and_load_unlocked)
     64/2    0.000    0.000    0.172    0.086 <frozen importlib._bootstrap>:978(_find_and_load)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1029(__init__)
       16    0.000    0.000    0.054    0.003 <frozen importlib._bootstrap_external>:1040(create_module)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1048(exec_module)
       15    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:105(_write_atomic)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1190(_path_hooks)
      227    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:1203(_path_importer_cache)
       59    0.000    0.000    0.015    0.000 <frozen importlib._bootstrap_external>:1240(_get_spec)
       59    0.000    0.000    0.015    0.000 <frozen importlib._bootstrap_external>:1272(find_spec)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1319(__init__)
       32    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1325(<genexpr>)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1351(_get_spec)
      179    0.002    0.000    0.012    0.000 <frozen importlib._bootstrap_external>:1356(find_spec)
        5    0.000    0.000    0.003    0.001 <frozen importlib._bootstrap_external>:1404(_fill_cache)
        5    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1433(<setcomp>)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1445(path_hook_for_FileFinder)
       78    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:271(cache_from_source)
      179    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:36(_relax_case)
       55    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:369(_get_cached)
       21    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:381(_calc_mode)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:401(_check_name_wrapper)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:438(_classify_pyc)
       63    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:46(_w_long)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:471(_validate_timestamp_pyc)
       54    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:51(_r_long)
       18    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:523(_compile_bytecode)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:536(_code_to_timestamp_pyc)
      880    0.001    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:56(_path_join)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:574(spec_from_file_location)
      880    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:58(<listcomp>)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:62(_path_split)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:719(create_module)
     39/3    0.000    0.000    0.169    0.056 <frozen importlib._bootstrap_external>:722(exec_module)
      337    0.000    0.000    0.006    0.000 <frozen importlib._bootstrap_external>:74(_path_stat)
       21    0.000    0.000    0.043    0.002 <frozen importlib._bootstrap_external>:785(source_to_code)
       39    0.001    0.000    0.087    0.002 <frozen importlib._bootstrap_external>:793(get_code)
       98    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:84(_path_is_mode_type)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:884(__init__)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:909(get_filename)
       60    0.010    0.000    0.034    0.001 <frozen importlib._bootstrap_external>:914(get_data)
       67    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:93(_path_isfile)
       39    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:951(path_stats)
       21    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap_external>:956(_cache_bytecode)
       21    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap_external>:961(set_data)
       31    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:98(_path_isdir)
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1000(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1070(FileHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1139(_StderrHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1145(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1163(PlaceHolder)
        1    0.000    0.000    0.000    0.000 __init__.py:1205(Manager)
        1    0.000    0.000    0.000    0.000 __init__.py:1210(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1326(Logger)
        1    0.000    0.000    0.000    0.000 __init__.py:1341(__init__)
        8    0.000    0.000    0.000    0.000 __init__.py:1373(info)
        1    0.000    0.000    0.030    0.030 __init__.py:15(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1531(addHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1605(getEffectiveLevel)
        8    0.000    0.000    0.000    0.000 __init__.py:1619(isEnabledFor)
        1    0.000    0.000    0.000    0.000 __init__.py:1667(RootLogger)
        1    0.000    0.000    0.000    0.000 __init__.py:1673(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1684(LoggerAdapter)
        1    0.000    0.000    0.000    0.000 __init__.py:1832(basicConfig)
        3    0.000    0.000    0.000    0.000 __init__.py:187(_checkLevel)
        8    0.000    0.000    0.000    0.000 __init__.py:1986(info)
        1    0.000    0.000    0.000    0.000 __init__.py:2059(NullHandler)
        5    0.000    0.000    0.000    0.000 __init__.py:212(_acquireLock)
       37    0.000    0.000    0.000    0.000 __init__.py:22(<genexpr>)
        5    0.000    0.000    0.000    0.000 __init__.py:221(_releaseLock)
        1    0.000    0.000    0.002    0.002 __init__.py:24(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:246(_register_at_fork_acquire_release)
        1    0.000    0.000    0.000    0.000 __init__.py:281(LogRecord)
        6    0.000    0.000    0.001    0.000 __init__.py:316(namedtuple)
       31    0.000    0.000    0.000    0.000 __init__.py:388(<genexpr>)
        1    0.000    0.000    0.000    0.000 __init__.py:420(PercentStyle)
        2    0.000    0.000    0.000    0.000 __init__.py:426(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:435(StrFormatStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:444(StringTemplateStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:468(Formatter)
        2    0.000    0.000    0.000    0.000 __init__.py:513(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:643(BufferingFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:685(Filter)
        1    0.000    0.000    0.000    0.000 __init__.py:722(Filterer)
        3    0.000    0.000    0.000    0.000 __init__.py:727(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:794(_addHandlerRef)
        1    0.000    0.000    0.000    0.000 __init__.py:804(Handler)
        2    0.000    0.000    0.000    0.000 __init__.py:813(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:842(createLock)
        1    0.000    0.000    0.000    0.000 __init__.py:910(setFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:991(StreamHandler)
        5    0.000    0.000    0.000    0.000 _bootlocale.py:33(getpreferredencoding)
        1    0.000    0.000    0.000    0.000 _bootlocale.py:5(<module>)
        4    0.000    0.000    0.000    0.000 _collections_abc.py:659(get)
       43    0.000    0.000    0.000    0.000 _compat_pickle.py:165(<genexpr>)
       85    0.000    0.000    0.000    0.000 _compat_pickle.py:167(<genexpr>)
        1    0.000    0.000    0.000    0.000 _compat_pickle.py:9(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:1(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:33(DecompressReader)
        1    0.000    0.000    0.000    0.000 _compression.py:9(BaseStream)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:36(__init__)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:81(add)
        1    0.000    0.000    0.000    0.000 abc.py:1(<module>)
       14    0.000    0.000    0.000    0.000 abc.py:125(__new__)
        1    0.000    0.000    0.000    0.000 abc.py:130(register)
        1    0.000    0.000    0.000    0.000 abc.py:141(__subclasscheck__)
        4    0.000    0.000    0.000    0.000 abc.py:7(abstractmethod)
        1    0.000    0.000    0.165    0.165 archive.py:1(<module>)
        1    0.000    0.000   35.585   35.585 archive.py:113(hashes_for_path_list)
        1    0.000    0.000   25.225   25.225 archive.py:128(create_tar_archive)
        1    0.000    0.000    0.039    0.039 archive.py:154(create_archive_listing)
        1    0.000    0.000  654.489  654.489 archive.py:162(compress_using_lzip)
        1    0.000    0.000   33.909   33.909 archive.py:174(create_and_write_archive_hash)
        1    0.000    0.000    3.702    3.702 archive.py:180(create_and_write_compressed_archive_hash)
        1    0.001    0.001  762.971  762.971 archive.py:35(create_archive)
        1    0.000    0.000   35.590   35.590 archive.py:96(create_file_listing_hash)
        1    0.000    0.000    0.002    0.002 bisect.py:1(<module>)
        1    0.000    0.000    0.000    0.000 bz2.py:28(BZ2File)
        1    0.000    0.000    0.004    0.004 bz2.py:5(<module>)
        5    0.000    0.000    0.000    0.000 codecs.py:186(__init__)
        1    0.000    0.000    0.000    0.000 constants.py:1(<module>)
        1    0.000    0.000    0.027    0.027 context.py:1(<module>)
        1    0.000    0.000    0.000    0.000 context.py:14(ProcessError)
        1    0.000    0.000    0.000    0.000 context.py:17(BufferTooShort)
        1    0.000    0.000    0.000    0.000 context.py:20(TimeoutError)
        1    0.000    0.000    0.000    0.000 context.py:202(reducer)
        1    0.000    0.000    0.000    0.000 context.py:219(Process)
        1    0.000    0.000    0.000    0.000 context.py:225(DefaultContext)
        1    0.000    0.000    0.000    0.000 context.py:228(__init__)
        1    0.000    0.000    0.000    0.000 context.py:23(AuthenticationError)
        1    0.000    0.000    0.000    0.000 context.py:264(<listcomp>)
        1    0.000    0.000    0.000    0.000 context.py:272(ForkProcess)
        1    0.000    0.000    0.000    0.000 context.py:279(SpawnProcess)
        1    0.000    0.000    0.000    0.000 context.py:286(ForkServerProcess)
        1    0.000    0.000    0.000    0.000 context.py:293(ForkContext)
        1    0.000    0.000    0.000    0.000 context.py:297(SpawnContext)
        1    0.000    0.000    0.000    0.000 context.py:30(BaseContext)
        1    0.000    0.000    0.000    0.000 context.py:301(ForkServerContext)
        1    0.000    0.000    0.000    0.000 encryption.py:1(<module>)
        1    0.000    0.000   10.017   10.017 encryption.py:10(encrypt_list_of_archives)
        1    0.000    0.000    6.913    6.913 encryption.py:18(encrypt_archive)
        7    0.000    0.000    0.000    0.000 enum.py:125(__prepare__)
        7    0.001    0.000    0.001    0.000 enum.py:135(__new__)
        7    0.000    0.000    0.000    0.000 enum.py:152(<dictcomp>)
        7    0.000    0.000    0.000    0.000 enum.py:177(<setcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:18(_is_descriptor)
       21    0.000    0.000    0.000    0.000 enum.py:198(<genexpr>)
       85    0.000    0.000    0.000    0.000 enum.py:26(_is_dunder)
       19    0.000    0.000    0.002    0.000 enum.py:284(__call__)
        7    0.000    0.000    0.000    0.000 enum.py:335(__getattr__)
       85    0.000    0.000    0.000    0.000 enum.py:34(_is_sunder)
        7    0.000    0.000    0.000    0.000 enum.py:360(__members__)
      120    0.000    0.000    0.000    0.000 enum.py:376(__setattr__)
        7    0.000    0.000    0.002    0.000 enum.py:389(_create_)
       21    0.000    0.000    0.000    0.000 enum.py:442(_get_mixins_)
       21    0.000    0.000    0.000    0.000 enum.py:453(_find_data_type)
        7    0.000    0.000    0.000    0.000 enum.py:474(_find_new_)
       12    0.000    0.000    0.000    0.000 enum.py:526(__new__)
       11    0.000    0.000    0.000    0.000 enum.py:623(name)
        4    0.000    0.000    0.000    0.000 enum.py:628(value)
        7    0.000    0.000    0.003    0.000 enum.py:633(_convert)
        7    0.000    0.000    0.000    0.000 enum.py:64(__init__)
        7    0.000    0.000    0.001    0.000 enum.py:654(<listcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:659(<lambda>)
       85    0.000    0.000    0.000    0.000 enum.py:70(__setitem__)
        1    0.000    0.000    0.000    0.000 enum.py:793(_missing_)
        1    0.000    0.000    0.000    0.000 enum.py:800(_create_pseudo_member_)
        1    0.000    0.000    0.000    0.000 enum.py:830(__or__)
        5    0.000    0.000    0.000    0.000 enum.py:836(__and__)
        1    0.000    0.000    0.000    0.000 enum.py:855(_high_bit)
        1    0.000    0.000    0.000    0.000 enum.py:872(_decompose)
        1    0.000    0.000    0.000    0.000 enum.py:890(<listcomp>)
        2    0.000    0.000    0.000    0.000 enum.py:901(<lambda>)
        2    0.000    0.000    0.000    0.000 enum.py:907(_power_of_two)
        1    0.000    0.000    0.000    0.000 fnmatch.py:11(<module>)
        7    0.000    0.000    0.000    0.000 functools.py:37(update_wrapper)
        2    0.000    0.000    0.000    0.000 functools.py:445(lru_cache)
        2    0.000    0.000    0.000    0.000 functools.py:479(decorating_function)
        5    0.000    0.000    0.000    0.000 functools.py:67(wraps)
       14    0.000    0.000    0.007    0.000 hashlib.py:116(__get_openssl_constructor)
        1    0.000    0.000    0.027    0.027 hashlib.py:54(<module>)
        8    0.000    0.000    0.007    0.001 hashlib.py:73(__get_builtin_constructor)
        1    0.000    0.000    0.034    0.034 helpers.py:1(<module>)
        1    0.000    0.000    0.000    0.000 helpers.py:200(add_suffix_to_path)
        1    0.000    0.000    0.000    0.000 helpers.py:254(handle_destination_directory_creation)
        1    0.000    0.000    0.000    0.000 helpers.py:290(terminate_if_path_nonexistent)
        1    0.000    0.000    0.000    0.000 helpers.py:300(terminate_if_file_nonexistent)
        1    0.000    0.000    0.000    0.000 helpers.py:319(encryption_keys_must_exist)
        3    0.000    0.000    0.000    0.000 helpers.py:35(get_absolute_path_string)
        3    0.008    0.003   40.713   13.571 helpers.py:39(create_and_write_file_hash)
       62    2.424    0.039   76.076    1.227 helpers.py:48(get_file_hash_from_path)
      530    0.002    0.000   16.527    0.031 helpers.py:56(<lambda>)
        1    0.202    0.202   35.585   35.585 helpers.py:70(hash_listing_for_files_in_folder)
        1    0.000    0.000    0.003    0.003 linecache.py:6(<module>)
        1    0.000    0.000    0.000    0.000 lzma.py:38(LZMAFile)
        1    0.000    0.000    0.003    0.003 lzma.py:9(<module>)
        1    0.000    0.000    0.001    0.001 ntpath.py:6(<module>)
        1    0.000    0.000    0.000    0.000 os.py:1076(__subclasshook__)
    48/13    0.000    0.000    0.006    0.000 os.py:278(walk)
        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.000    0.000 os.py:616(get_exec_path)
        8    0.000    0.000    0.000    0.000 os.py:673(__getitem__)
        8    0.000    0.000    0.000    0.000 os.py:751(encode)
        4    0.000    0.000    0.000    0.000 os.py:755(decode)
       40    0.000    0.000    0.000    0.000 os.py:803(fsencode)
        1    0.000    0.000    0.000    0.000 parse.py:126(_ResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:134(_ResultMixinBytes)
        1    0.000    0.000    0.000    0.000 parse.py:142(_NetlocResultMixinBase)
        1    0.000    0.000    0.000    0.000 parse.py:175(_NetlocResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:205(_NetlocResultMixinBytes)
        1    0.000    0.000    0.001    0.001 parse.py:28(<module>)
        1    0.000    0.000    0.000    0.000 parse.py:310(DefragResult)
        1    0.000    0.000    0.000    0.000 parse.py:318(SplitResult)
        1    0.000    0.000    0.000    0.000 parse.py:323(ParseResult)
        1    0.000    0.000    0.000    0.000 parse.py:329(DefragResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:337(SplitResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:342(ParseResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:348(_fix_result_transcoding)
        1    0.000    0.000    0.000    0.000 parse.py:757(Quoter)
        1    0.000    0.000    0.016    0.016 pathlib.py:1(<module>)
      127    0.000    0.000    0.000    0.000 pathlib.py:100(join_parsed_parts)
       17    0.000    0.000    0.000    0.000 pathlib.py:1000(__new__)
      214    0.000    0.000    0.000    0.000 pathlib.py:1010(_init)
        7    0.000    0.000    0.001    0.000 pathlib.py:1118(absolute)
        5    0.000    0.000    0.000    0.000 pathlib.py:1156(stat)
        1    0.000    0.000    0.000    0.000 pathlib.py:118(_WindowsFlavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:1244(mkdir)
       62    0.000    0.000    0.002    0.000 pathlib.py:1297(lstat)
        3    0.000    0.000    0.000    0.000 pathlib.py:1334(exists)
        1    0.000    0.000    0.000    0.000 pathlib.py:134(<setcomp>)
        1    0.000    0.000    0.000    0.000 pathlib.py:1346(is_dir)
        1    0.000    0.000    0.000    0.000 pathlib.py:135(<setcomp>)
        1    0.000    0.000    0.000    0.000 pathlib.py:1359(is_file)
       62    0.000    0.000    0.002    0.000 pathlib.py:1394(is_symlink)
        1    0.000    0.000    0.000    0.000 pathlib.py:1470(PosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:1477(WindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:282(_PosixFlavour)
      161    0.000    0.000    0.000    0.000 pathlib.py:290(splitroot)
        1    0.000    0.000    0.000    0.000 pathlib.py:385(_Accessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:390(_NormalAccessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:44(_ignore_error)
        1    0.000    0.000    0.000    0.000 pathlib.py:463(_Selector)
        1    0.000    0.000    0.000    0.000 pathlib.py:488(_TerminatingSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:494(_PreciseSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:510(_WildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:533(_RecursiveWildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:55(_Flavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:576(_PathParents)
        2    0.000    0.000    0.000    0.000 pathlib.py:59(__init__)
        1    0.000    0.000    0.000    0.000 pathlib.py:604(PurePath)
      210    0.001    0.000    0.001    0.000 pathlib.py:62(parse_parts)
      210    0.001    0.000    0.003    0.000 pathlib.py:633(_parse_args)
       24    0.000    0.000    0.001    0.000 pathlib.py:653(_from_parts)
      190    0.000    0.000    0.000    0.000 pathlib.py:666(_from_parsed_parts)
      136    0.000    0.000    0.000    0.000 pathlib.py:676(_format_parsed_parts)
      127    0.000    0.000    0.002    0.000 pathlib.py:687(_make_child)
      206    0.000    0.000    0.001    0.000 pathlib.py:693(__str__)
      139    0.000    0.000    0.000    0.000 pathlib.py:703(__fspath__)
       66    0.000    0.000    0.001    0.000 pathlib.py:706(as_posix)
        3    0.000    0.000    0.000    0.000 pathlib.py:779(name)
        1    0.000    0.000    0.000    0.000 pathlib.py:806(stem)
       59    0.000    0.000    0.001    0.000 pathlib.py:848(relative_to)
      126    0.000    0.000    0.002    0.000 pathlib.py:892(joinpath)
        1    0.000    0.000    0.000    0.000 pathlib.py:900(__truediv__)
        4    0.000    0.000    0.000    0.000 pathlib.py:906(parent)
        7    0.000    0.000    0.000    0.000 pathlib.py:921(is_absolute)
        1    0.000    0.000    0.000    0.000 pathlib.py:963(PurePosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:973(PureWindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:986(Path)
        1    0.000    0.000    0.000    0.000 pickle.py:1021(_Unpickler)
        1    0.000    0.000    0.000    0.000 pickle.py:181(<listcomp>)
        1    0.000    0.000    0.000    0.000 pickle.py:184(_Framer)
        1    0.000    0.000    0.008    0.008 pickle.py:24(<module>)
        1    0.000    0.000    0.000    0.000 pickle.py:247(_Unframer)
        1    0.000    0.000    0.000    0.000 pickle.py:372(_Pickler)
        1    0.000    0.000    0.000    0.000 pickle.py:64(PickleError)
        1    0.000    0.000    0.000    0.000 pickle.py:68(PicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:75(UnpicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:88(_Stop)
        4    0.000    0.000    0.000    0.000 posixpath.py:154(dirname)
       11    0.000    0.000    0.000    0.000 posixpath.py:168(islink)
        1    0.000    0.000    0.000    0.000 posixpath.py:338(normpath)
        1    0.000    0.000    0.000    0.000 posixpath.py:376(abspath)
       52    0.000    0.000    0.000    0.000 posixpath.py:41(_get_sep)
        1    0.000    0.000    0.000    0.000 posixpath.py:52(normcase)
        1    0.000    0.000    0.000    0.000 posixpath.py:64(isabs)
       47    0.000    0.000    0.000    0.000 posixpath.py:75(join)
        1    0.000    0.000    0.000    0.000 process.py:10(<module>)
        1    0.000    0.000    0.000    0.000 process.py:325(AuthenticationString)
        1    0.000    0.000    0.000    0.000 process.py:339(_MainProcess)
        1    0.000    0.000    0.000    0.000 process.py:341(__init__)
        1    0.000    0.000    0.000    0.000 process.py:63(BaseProcess)
        1    0.000    0.000  763.139  763.139 profiler.py:1(<module>)
        1    0.000    0.000    0.005    0.005 random.py:38(<module>)
        1    0.000    0.000    0.000    0.000 random.py:669(SystemRandom)
        1    0.000    0.000    0.000    0.000 random.py:72(Random)
        1    0.000    0.000    0.000    0.000 random.py:88(__init__)
        1    0.000    0.000    0.000    0.000 random.py:97(seed)
      102    0.000    0.000    0.000    0.000 re.py:170(match)
        4    0.000    0.000    0.001    0.000 re.py:232(compile)
        1    0.000    0.000    0.000    0.000 re.py:252(escape)
      106    0.000    0.000    0.002    0.000 re.py:271(_compile)
        1    0.000    0.000    0.022    0.022 reduction.py:10(<module>)
        1    0.000    0.000    0.000    0.000 reduction.py:207(_C)
        1    0.000    0.000    0.000    0.000 reduction.py:247(AbstractReducer)
        1    0.000    0.000    0.000    0.000 reduction.py:33(ForkingPickler)
        5    0.000    0.000    0.000    0.000 reduction.py:43(register)
        1    0.000    0.000    0.000    0.000 selectors.py:206(_BaseSelectorImpl)
        1    0.000    0.000    0.000    0.000 selectors.py:290(SelectSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:341(_PollLikeSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:433(PollSelector)
        1    0.000    0.000    0.005    0.005 selectors.py:5(<module>)
        1    0.000    0.000    0.000    0.000 selectors.py:506(KqueueSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:60(_SelectorMapping)
        1    0.000    0.000    0.000    0.000 selectors.py:80(BaseSelector)
        1    0.000    0.000    0.017    0.017 shutil.py:5(<module>)
        1    0.000    0.000    0.000    0.000 shutil.py:55(Error)
        1    0.000    0.000    0.000    0.000 shutil.py:58(SameFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:61(SpecialFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:65(ExecError)
        1    0.000    0.000    0.000    0.000 shutil.py:68(ReadError)
        1    0.000    0.000    0.000    0.000 shutil.py:71(RegistryError)
        1    0.000    0.000    0.002    0.002 signal.py:1(<module>)
       67    0.000    0.000    0.000    0.000 signal.py:10(<lambda>)
       68    0.000    0.000    0.000    0.000 signal.py:17(<lambda>)
       69    0.000    0.000    0.000    0.000 signal.py:22(<lambda>)
        1    0.000    0.000    0.000    0.000 socket.py:130(_GiveupOnSendfile)
        1    0.000    0.000    0.000    0.000 socket.py:133(socket)
        1    0.000    0.000    0.005    0.005 socket.py:47(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:546(SocketIO)
      219    0.000    0.000    0.000    0.000 socket.py:76(<lambda>)
      220    0.000    0.000    0.000    0.000 socket.py:81(<lambda>)
      221    0.000    0.000    0.000    0.000 socket.py:86(<lambda>)
      222    0.000    0.000    0.000    0.000 socket.py:91(<lambda>)
        1    0.000    0.000    0.000    0.000 splitter.py:1(<module>)
       14    0.000    0.000    0.000    0.000 sre_compile.py:249(_compile_charset)
       14    0.000    0.000    0.000    0.000 sre_compile.py:276(_optimize_charset)
        6    0.000    0.000    0.000    0.000 sre_compile.py:411(_mk_bitmap)
        6    0.000    0.000    0.000    0.000 sre_compile.py:413(<listcomp>)
        9    0.000    0.000    0.000    0.000 sre_compile.py:423(_simple)
        1    0.000    0.000    0.000    0.000 sre_compile.py:432(_generate_overlap_table)
        8    0.000    0.000    0.000    0.000 sre_compile.py:453(_get_iscased)
      5/4    0.000    0.000    0.000    0.000 sre_compile.py:461(_get_literal_prefix)
        3    0.000    0.000    0.000    0.000 sre_compile.py:492(_get_charset_prefix)
        5    0.000    0.000    0.000    0.000 sre_compile.py:536(_compile_info)
       10    0.000    0.000    0.000    0.000 sre_compile.py:595(isstring)
        5    0.000    0.000    0.001    0.000 sre_compile.py:598(_code)
       10    0.000    0.000    0.000    0.000 sre_compile.py:65(_combine_flags)
     28/5    0.000    0.000    0.000    0.000 sre_compile.py:71(_compile)
        5    0.000    0.000    0.002    0.000 sre_compile.py:759(compile)
       30    0.000    0.000    0.000    0.000 sre_parse.py:111(__init__)
       55    0.000    0.000    0.000    0.000 sre_parse.py:160(__len__)
      144    0.000    0.000    0.000    0.000 sre_parse.py:164(__getitem__)
       11    0.000    0.000    0.000    0.000 sre_parse.py:168(__setitem__)
       41    0.000    0.000    0.000    0.000 sre_parse.py:172(append)
    34/11    0.000    0.000    0.000    0.000 sre_parse.py:174(getwidth)
        5    0.000    0.000    0.000    0.000 sre_parse.py:224(__init__)
      398    0.000    0.000    0.000    0.000 sre_parse.py:233(__next)
       98    0.000    0.000    0.000    0.000 sre_parse.py:249(match)
      326    0.000    0.000    0.000    0.000 sre_parse.py:254(get)
        4    0.000    0.000    0.000    0.000 sre_parse.py:267(getuntil)
       48    0.000    0.000    0.000    0.000 sre_parse.py:286(tell)
        1    0.000    0.000    0.000    0.000 sre_parse.py:288(seek)
        8    0.000    0.000    0.000    0.000 sre_parse.py:295(_class_escape)
        2    0.000    0.000    0.000    0.000 sre_parse.py:343(_escape)
       13    0.000    0.000    0.000    0.000 sre_parse.py:408(_uniq)
     15/5    0.000    0.000    0.001    0.000 sre_parse.py:417(_parse_sub)
     19/5    0.000    0.000    0.001    0.000 sre_parse.py:475(_parse)
        5    0.000    0.000    0.000    0.000 sre_parse.py:76(__init__)
       22    0.000    0.000    0.000    0.000 sre_parse.py:81(groups)
        6    0.000    0.000    0.000    0.000 sre_parse.py:84(opengroup)
        2    0.000    0.000    0.000    0.000 sre_parse.py:843(_parse_flags)
        5    0.000    0.000    0.000    0.000 sre_parse.py:903(fix_flags)
        5    0.000    0.000    0.001    0.000 sre_parse.py:919(parse)
        6    0.000    0.000    0.000    0.000 sre_parse.py:96(closegroup)
        1    0.000    0.000    0.001    0.001 string.py:15(<module>)
        1    0.000    0.000    0.000    0.000 string.py:175(Formatter)
        1    0.000    0.000    0.000    0.000 string.py:55(_TemplateMetaclass)
        1    0.000    0.000    0.001    0.001 string.py:65(__init__)
        1    0.000    0.000    0.000    0.000 string.py:78(Template)
        1    0.000    0.000    0.004    0.004 struct.py:3(<module>)
        4    0.000    0.000    0.000    0.000 subprocess.py:1329(_get_handles)
        4    0.001    0.000    0.022    0.006 subprocess.py:1383(_execute_child)
       40    0.000    0.000    0.000    0.000 subprocess.py:1442(<genexpr>)
        4    0.000    0.000    0.000    0.000 subprocess.py:1526(_handle_exitstatus)
        8    0.000    0.000    0.000    0.000 subprocess.py:1544(_internal_poll)
        4    0.000    0.000  679.734  169.934 subprocess.py:1579(_try_wait)
        8    0.000    0.000  679.735   84.967 subprocess.py:1592(_wait)
        4    0.000    0.000    0.000    0.000 subprocess.py:226(_cleanup)
        1    0.000    0.000    6.912    6.912 subprocess.py:351(check_output)
        1    0.000    0.000    0.000    0.000 subprocess.py:398(CompletedProcess)
        4    0.000    0.000    0.000    0.000 subprocess.py:409(__init__)
        1    0.000    0.000    0.028    0.028 subprocess.py:42(<module>)
        4    0.001    0.000  686.664  171.666 subprocess.py:431(run)
        1    0.000    0.000    0.000    0.000 subprocess.py:57(SubprocessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:60(CalledProcessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:608(Popen)
        4    0.001    0.000    0.023    0.006 subprocess.py:656(__init__)
        4    0.000    0.000    0.000    0.000 subprocess.py:819(__enter__)
        4    0.000    0.000    0.000    0.000 subprocess.py:822(__exit__)
        4    0.000    0.000    0.000    0.000 subprocess.py:850(__del__)
        4    0.000    0.000  686.641  171.660 subprocess.py:895(communicate)
        4    0.000    0.000    0.000    0.000 subprocess.py:963(poll)
        1    0.000    0.000    0.000    0.000 subprocess.py:97(TimeoutExpired)
        8    0.000    0.000  679.735   84.967 subprocess.py:985(wait)
        1    0.000    0.000    0.000    0.000 tempfile.py:132(_RandomNameSequence)
        1    0.000    0.000    0.032    0.032 tempfile.py:24(<module>)
        1    0.000    0.000    0.000    0.000 tempfile.py:414(_TemporaryFileCloser)
        1    0.000    0.000    0.000    0.000 tempfile.py:457(_TemporaryFileWrapper)
        1    0.000    0.000    0.000    0.000 tempfile.py:627(SpooledTemporaryFile)
        1    0.000    0.000    0.000    0.000 tempfile.py:775(TemporaryDirectory)
        1    0.000    0.000    0.006    0.006 threading.py:1(<module>)
        1    0.000    0.000    0.000    0.000 threading.py:1142(Timer)
        1    0.000    0.000    0.000    0.000 threading.py:1172(_MainThread)
        1    0.000    0.000    0.000    0.000 threading.py:1174(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:1191(_DummyThread)
        1    0.000    0.000    0.000    0.000 threading.py:204(Condition)
        1    0.000    0.000    0.000    0.000 threading.py:216(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:240(__enter__)
        1    0.000    0.000    0.000    0.000 threading.py:243(__exit__)
        1    0.000    0.000    0.000    0.000 threading.py:255(_is_owned)
        1    0.000    0.000    0.000    0.000 threading.py:335(notify)
        1    0.000    0.000    0.000    0.000 threading.py:358(notify_all)
        1    0.000    0.000    0.000    0.000 threading.py:370(Semaphore)
        1    0.000    0.000    0.000    0.000 threading.py:450(BoundedSemaphore)
        1    0.000    0.000    0.000    0.000 threading.py:488(Event)
        1    0.000    0.000    0.000    0.000 threading.py:499(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:513(set)
        1    0.000    0.000    0.000    0.000 threading.py:567(Barrier)
        1    0.000    0.000    0.000    0.000 threading.py:721(BrokenBarrierError)
        1    0.000    0.000    0.000    0.000 threading.py:739(Thread)
        3    0.000    0.000    0.000    0.000 threading.py:75(RLock)
        1    0.000    0.000    0.000    0.000 threading.py:758(__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:891(_set_ident)
        1    0.000    0.000    0.000    0.000 threading.py:894(_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:78(<dictcomp>)
       20    0.000    0.000    0.000    0.000 tokenize.py:107(group)
        1    0.000    0.000    0.000    0.000 tokenize.py:108(any)
        2    0.000    0.000    0.000    0.000 tokenize.py:109(maybe)
        3    0.000    0.000    0.000    0.000 tokenize.py:132(_all_string_prefixes)
       24    0.000    0.000    0.000    0.000 tokenize.py:143(<listcomp>)
        1    0.000    0.000    0.002    0.002 tokenize.py:21(<module>)
        1    0.000    0.000    0.000    0.000 tokenize.py:212(TokenError)
        1    0.000    0.000    0.000    0.000 tokenize.py:214(StopTokenizing)
        1    0.000    0.000    0.000    0.000 tokenize.py:217(Untokenizer)
        1    0.000    0.000    0.000    0.000 tokenize.py:94(TokenInfo)
        1    0.000    0.000    0.004    0.004 traceback.py:1(<module>)
        1    0.000    0.000    0.000    0.000 traceback.py:227(FrameSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:315(StackSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:437(TracebackException)
       15    0.000    0.000    0.000    0.000 types.py:164(__get__)
        4    0.000    0.000    0.000    0.000 warnings.py:165(simplefilter)
        4    0.000    0.000    0.000    0.000 warnings.py:181(_add_filter)
        4    0.000    0.000    0.000    0.000 warnings.py:453(__init__)
        4    0.000    0.000    0.000    0.000 warnings.py:474(__enter__)
        4    0.000    0.000    0.000    0.000 warnings.py:493(__exit__)
        1    0.000    0.000    0.000    0.000 weakref.py:102(__init__)
        1    0.000    0.000    0.000    0.000 weakref.py:290(update)
      307    0.001    0.000    0.001    0.000 {built-in method __new__ of type object at 0x104c99ec0}
       14    0.000    0.000    0.000    0.000 {built-in method _abc._abc_init}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_register}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_subclasscheck}
       63    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_md5}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha1}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha224}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha256}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha384}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha512}
       18    0.000    0.000    0.000    0.000 {built-in method _imp._fix_co_filename}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.acquire_lock}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.create_builtin}
       16    0.054    0.003    0.054    0.003 {built-in method _imp.create_dynamic}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.exec_builtin}
       16    0.000    0.000    0.000    0.000 {built-in method _imp.exec_dynamic}
       52    0.000    0.000    0.000    0.000 {built-in method _imp.is_builtin}
       59    0.000    0.000    0.000    0.000 {built-in method _imp.is_frozen}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.release_lock}
        5    0.000    0.000    0.000    0.000 {built-in method _locale.nl_langinfo}
        4    0.004    0.001    0.004    0.001 {built-in method _posixsubprocess.fork_exec}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_iscased}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_tolower}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.compile}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.unicode_iscased}
        1    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISDIR}
       73    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISLNK}
        1    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISREG}
        1    0.000    0.000    0.000    0.000 {built-in method _thread._set_sentinel}
      135    0.000    0.000    0.000    0.000 {built-in method _thread.allocate_lock}
      147    0.000    0.000    0.000    0.000 {built-in method _thread.get_ident}
       12    0.000    0.000    0.000    0.000 {built-in method _warnings._filters_mutated}
        1    0.000    0.000    0.000    0.000 {built-in method atexit.register}
      127    0.002    0.000    0.003    0.000 {built-in method builtins.__build_class__}
     10/4    0.000    0.000    0.040    0.010 {built-in method builtins.__import__}
       69    0.000    0.000    0.000    0.000 {built-in method builtins.any}
       21    0.043    0.002    0.043    0.002 {built-in method builtins.compile}
        3    0.000    0.000    0.000    0.000 {built-in method builtins.dir}
     46/1    0.000    0.000  763.139  763.139 {built-in method builtins.exec}
      560    0.000    0.000    0.000    0.000 {built-in method builtins.getattr}
       19    0.000    0.000    0.000    0.000 {built-in method builtins.globals}
      704    0.000    0.000    0.000    0.000 {built-in method builtins.hasattr}
       15    0.000    0.000    0.000    0.000 {built-in method builtins.id}
     2261    0.000    0.000    0.000    0.000 {built-in method builtins.isinstance}
       63    0.000    0.000    0.000    0.000 {built-in method builtins.issubclass}
       62    0.000    0.000    0.000    0.000 {built-in method builtins.iter}
  770/739    0.000    0.000    0.000    0.000 {built-in method builtins.len}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.max}
       66    0.000    0.000    0.000    0.000 {built-in method builtins.min}
       82    0.005    0.000    0.005    0.000 {built-in method builtins.next}
       44    0.000    0.000    0.000    0.000 {built-in method builtins.ord}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.repr}
      118    0.000    0.000    0.000    0.000 {built-in method builtins.setattr}
        4    0.000    0.000    0.000    0.000 {built-in method builtins.sorted}
        7    0.000    0.000    0.000    0.000 {built-in method builtins.vars}
       54    0.000    0.000    0.000    0.000 {built-in method from_bytes}
       68    0.004    0.000    0.009    0.000 {built-in method io.open}
       21    0.002    0.000    0.002    0.000 {built-in method marshal.dumps}
       18    0.002    0.000    0.002    0.000 {built-in method marshal.loads}
        1    0.000    0.000    0.000    0.000 {built-in method math.exp}
        2    0.000    0.000    0.000    0.000 {built-in method math.log}
        1    0.000    0.000    0.000    0.000 {built-in method math.sqrt}
        4    0.000    0.000    0.000    0.000 {built-in method posix.WEXITSTATUS}
        4    0.000    0.000    0.000    0.000 {built-in method posix.WIFEXITED}
        4    0.000    0.000    0.000    0.000 {built-in method posix.WIFSIGNALED}
        9    0.000    0.000    0.000    0.000 {built-in method posix.close}
      399    0.000    0.000    0.000    0.000 {built-in method posix.fspath}
       57    0.003    0.000    0.003    0.000 {built-in method posix.getcwd}
        5    0.003    0.001    0.003    0.001 {built-in method posix.listdir}
       73    0.002    0.000    0.002    0.000 {built-in method posix.lstat}
        7    0.002    0.000    0.002    0.000 {built-in method posix.mkdir}
       15    0.001    0.000    0.001    0.000 {built-in method posix.open}
        5    0.000    0.000    0.000    0.000 {built-in method posix.pipe}
        4    0.017    0.004    0.017    0.004 {built-in method posix.read}
        4    0.000    0.000    0.000    0.000 {built-in method posix.register_at_fork}
       12    0.000    0.000    0.000    0.000 {built-in method posix.scandir}
      342    0.006    0.000    0.006    0.000 {built-in method posix.stat}
        1    0.000    0.000    0.000    0.000 {built-in method posix.urandom}
        4  679.734  169.934  679.734  169.934 {built-in method posix.waitpid}
        6    0.000    0.000    0.000    0.000 {built-in method sys._getframe}
      219    0.000    0.000    0.000    0.000 {built-in method sys.intern}
        1    0.000    0.000    0.000    0.000 {built-in method time.time}
        1    0.000    0.000    0.000    0.000 {function Random.seed at 0x105362d08}
       31    0.000    0.000    0.000    0.000 {method '__contains__' of 'frozenset' objects}
        1    0.000    0.000    0.000    0.000 {method '__enter__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 {method '__exit__' of '_thread.lock' objects}
        5    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.RLock' objects}
        2    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.lock' objects}
      204    0.000    0.000    0.000    0.000 {method 'add' of 'set' objects}
     1120    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'bit_length' of 'int' objects}
        2    0.000    0.000    0.000    0.000 {method 'close' of '_io.BufferedReader' objects}
        4    0.000    0.000    0.000    0.000 {method 'count' of 'list' objects}
        4    0.000    0.000    0.000    0.000 {method 'decode' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
       44    0.000    0.000    0.000    0.000 {method 'encode' of 'str' objects}
       36    0.000    0.000    0.000    0.000 {method 'endswith' of 'bytes' objects}
       82    0.000    0.000    0.000    0.000 {method 'endswith' of 'str' objects}
       84    0.000    0.000    0.000    0.000 {method 'extend' of 'bytearray' objects}
       26    0.000    0.000    0.000    0.000 {method 'extend' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
       62    0.000    0.000    0.000    0.000 {method 'find' of 'bytearray' objects}
       25    0.000    0.000    0.000    0.000 {method 'format' of 'str' objects}
      171    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
      120    0.000    0.000    0.000    0.000 {method 'get' of 'mappingproxy' objects}
       62    0.000    0.000    0.000    0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
        4    0.000    0.000    0.000    0.000 {method 'insert' of 'list' objects}
       70    0.000    0.000    0.000    0.000 {method 'is_dir' of 'posix.DirEntry' objects}
       35    0.000    0.000    0.000    0.000 {method 'isidentifier' of 'str' objects}
      949    0.000    0.000    0.000    0.000 {method 'isupper' of 'str' objects}
       71    0.000    0.000    0.000    0.000 {method 'items' of 'collections.OrderedDict' objects}
       10    0.000    0.000    0.000    0.000 {method 'items' of 'dict' objects}
       37    0.000    0.000    0.000    0.000 {method 'items' of 'mappingproxy' objects}
     1193    0.000    0.000    0.000    0.000 {method 'join' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       65    0.000    0.000    0.000    0.000 {method 'lower' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
      102    0.000    0.000    0.000    0.000 {method 'match' of 're.Pattern' objects}
        7    0.000    0.000    0.000    0.000 {method 'mro' of 'type' objects}
       22    0.000    0.000    0.000    0.000 {method 'pop' of 'dict' objects}
      531   23.430    0.044   23.430    0.044 {method 'read' of '_io.BufferedReader' objects}
       39    0.024    0.001    0.024    0.001 {method 'read' of '_io.FileIO' objects}
        5    0.000    0.000    0.000    0.000 {method 'release' of '_thread.RLock' objects}
        4    0.000    0.000    0.000    0.000 {method 'remove' of 'list' objects}
       77    0.000    0.000    0.000    0.000 {method 'replace' of 'str' objects}
      210    0.000    0.000    0.000    0.000 {method 'reverse' of 'list' objects}
        4    0.000    0.000    0.000    0.000 {method 'rfind' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'rfind' of 'str' objects}
      501    0.000    0.000    0.000    0.000 {method 'rpartition' of 'str' objects}
     1838    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'setdefault' of 'dict' objects}
       10    0.000    0.000    0.000    0.000 {method 'setter' of 'property' objects}
        8    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
       28    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
       36    0.000    0.000    0.000    0.000 {method 'startswith' of 'bytes' objects}
      896    0.000    0.000    0.000    0.000 {method 'startswith' of 'str' objects}
       63    0.000    0.000    0.000    0.000 {method 'to_bytes' of 'int' objects}
        6    0.000    0.000    0.000    0.000 {method 'translate' of 'bytearray' objects}
        1    0.000    0.000    0.000    0.000 {method 'translate' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'union' of 'set' objects}
      468   57.119    0.122   57.119    0.122 {method 'update' of '_hashlib.HASH' objects}
       19    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
       36    0.000    0.000    0.000    0.000 {method 'upper' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'values' of 'dict' objects}
       62    0.000    0.000    0.000    0.000 {method 'write' of '_io.TextIOWrapper' objects}

4GB splitting, encrypted

         48826 function calls (48277 primitive calls) in 717.724 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
    82/59    0.000    0.000    0.038    0.001 <frozen importlib._bootstrap>:1009(_handle_fromlist)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:103(release)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:143(__init__)
       64    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:147(__enter__)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:151(__exit__)
       73    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:157(_get_module_lock)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:176(cb)
        9    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:194(_lock_unlock_module)
    108/3    0.000    0.000    0.179    0.060 <frozen importlib._bootstrap>:211(_call_with_frames_removed)
      965    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:222(_verbose_message)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:232(_requires_builtin_wrapper)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:307(__init__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:311(__enter__)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:318(__exit__)
      232    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:321(<genexpr>)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:35(_new_module)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:369(__init__)
       94    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:403(cached)
       70    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:416(parent)
       58    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:424(has_location)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:433(spec_from_loader)
       58    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap>:504(_init_module_attrs)
       58    0.000    0.000    0.060    0.001 <frozen importlib._bootstrap>:576(module_from_spec)
       64    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:58(__init__)
     58/3    0.000    0.000    0.182    0.061 <frozen importlib._bootstrap>:663(_load_unlocked)
       62    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:719(find_spec)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:740(create_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:748(exec_module)
        3    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:765(is_package)
       73    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:78(acquire)
       59    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:792(find_spec)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:855(__enter__)
      180    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap>:859(__exit__)
       62    0.001    0.000    0.015    0.000 <frozen importlib._bootstrap>:882(_find_spec)
     64/2    0.000    0.000    0.183    0.092 <frozen importlib._bootstrap>:948(_find_and_load_unlocked)
     64/2    0.000    0.000    0.183    0.092 <frozen importlib._bootstrap>:978(_find_and_load)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1029(__init__)
       16    0.000    0.000    0.058    0.004 <frozen importlib._bootstrap_external>:1040(create_module)
       16    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1048(exec_module)
       15    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:105(_write_atomic)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1190(_path_hooks)
      227    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:1203(_path_importer_cache)
       59    0.000    0.000    0.014    0.000 <frozen importlib._bootstrap_external>:1240(_get_spec)
       59    0.000    0.000    0.014    0.000 <frozen importlib._bootstrap_external>:1272(find_spec)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1319(__init__)
       32    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1325(<genexpr>)
       55    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:1351(_get_spec)
      179    0.002    0.000    0.011    0.000 <frozen importlib._bootstrap_external>:1356(find_spec)
        5    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:1404(_fill_cache)
        5    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1433(<setcomp>)
        4    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:1445(path_hook_for_FileFinder)
       78    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:271(cache_from_source)
      179    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:36(_relax_case)
       55    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:369(_get_cached)
       21    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:381(_calc_mode)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:401(_check_name_wrapper)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:438(_classify_pyc)
       63    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:46(_w_long)
       18    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:471(_validate_timestamp_pyc)
       54    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:51(_r_long)
       18    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:523(_compile_bytecode)
       21    0.000    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:536(_code_to_timestamp_pyc)
      880    0.001    0.000    0.002    0.000 <frozen importlib._bootstrap_external>:56(_path_join)
       55    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:574(spec_from_file_location)
      880    0.001    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:58(<listcomp>)
      105    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:62(_path_split)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:719(create_module)
     39/3    0.000    0.000    0.182    0.061 <frozen importlib._bootstrap_external>:722(exec_module)
      337    0.000    0.000    0.007    0.000 <frozen importlib._bootstrap_external>:74(_path_stat)
       21    0.000    0.000    0.046    0.002 <frozen importlib._bootstrap_external>:785(source_to_code)
       39    0.001    0.000    0.094    0.002 <frozen importlib._bootstrap_external>:793(get_code)
       98    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap_external>:84(_path_is_mode_type)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:884(__init__)
       39    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:909(get_filename)
       60    0.010    0.000    0.037    0.001 <frozen importlib._bootstrap_external>:914(get_data)
       67    0.000    0.000    0.003    0.000 <frozen importlib._bootstrap_external>:93(_path_isfile)
       39    0.000    0.000    0.001    0.000 <frozen importlib._bootstrap_external>:951(path_stats)
       21    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap_external>:956(_cache_bytecode)
       21    0.000    0.000    0.004    0.000 <frozen importlib._bootstrap_external>:961(set_data)
       31    0.000    0.000    0.000    0.000 <frozen importlib._bootstrap_external>:98(_path_isdir)
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:1(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1000(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1070(FileHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1139(_StderrHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1145(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1163(PlaceHolder)
        1    0.000    0.000    0.000    0.000 __init__.py:1205(Manager)
        1    0.000    0.000    0.000    0.000 __init__.py:1210(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1326(Logger)
        1    0.000    0.000    0.000    0.000 __init__.py:1341(__init__)
       33    0.000    0.000    0.000    0.000 __init__.py:1373(info)
        1    0.000    0.000    0.032    0.032 __init__.py:15(<module>)
        1    0.000    0.000    0.000    0.000 __init__.py:1531(addHandler)
        1    0.000    0.000    0.000    0.000 __init__.py:1605(getEffectiveLevel)
       33    0.000    0.000    0.000    0.000 __init__.py:1619(isEnabledFor)
        1    0.000    0.000    0.000    0.000 __init__.py:1667(RootLogger)
        1    0.000    0.000    0.000    0.000 __init__.py:1673(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:1684(LoggerAdapter)
        1    0.000    0.000    0.000    0.000 __init__.py:1832(basicConfig)
        3    0.000    0.000    0.000    0.000 __init__.py:187(_checkLevel)
       33    0.000    0.000    0.001    0.000 __init__.py:1986(info)
        1    0.000    0.000    0.000    0.000 __init__.py:2059(NullHandler)
        5    0.000    0.000    0.000    0.000 __init__.py:212(_acquireLock)
       37    0.000    0.000    0.000    0.000 __init__.py:22(<genexpr>)
        5    0.000    0.000    0.000    0.000 __init__.py:221(_releaseLock)
        1    0.000    0.000    0.002    0.002 __init__.py:24(<module>)
        2    0.000    0.000    0.000    0.000 __init__.py:246(_register_at_fork_acquire_release)
        1    0.000    0.000    0.000    0.000 __init__.py:281(LogRecord)
        6    0.000    0.000    0.001    0.000 __init__.py:316(namedtuple)
       31    0.000    0.000    0.000    0.000 __init__.py:388(<genexpr>)
        1    0.000    0.000    0.000    0.000 __init__.py:420(PercentStyle)
        2    0.000    0.000    0.000    0.000 __init__.py:426(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:435(StrFormatStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:444(StringTemplateStyle)
        1    0.000    0.000    0.000    0.000 __init__.py:468(Formatter)
        2    0.000    0.000    0.000    0.000 __init__.py:513(__init__)
        1    0.000    0.000    0.000    0.000 __init__.py:643(BufferingFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:685(Filter)
        1    0.000    0.000    0.000    0.000 __init__.py:722(Filterer)
        3    0.000    0.000    0.000    0.000 __init__.py:727(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:794(_addHandlerRef)
        1    0.000    0.000    0.000    0.000 __init__.py:804(Handler)
        2    0.000    0.000    0.000    0.000 __init__.py:813(__init__)
        2    0.000    0.000    0.000    0.000 __init__.py:842(createLock)
        1    0.000    0.000    0.000    0.000 __init__.py:910(setFormatter)
        1    0.000    0.000    0.000    0.000 __init__.py:991(StreamHandler)
       30    0.000    0.000    0.001    0.000 _bootlocale.py:33(getpreferredencoding)
        1    0.000    0.000    0.000    0.000 _bootlocale.py:5(<module>)
       34    0.000    0.000    0.000    0.000 _collections_abc.py:659(get)
       43    0.000    0.000    0.000    0.000 _compat_pickle.py:165(<genexpr>)
       85    0.000    0.000    0.000    0.000 _compat_pickle.py:167(<genexpr>)
        1    0.000    0.000    0.000    0.000 _compat_pickle.py:9(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:1(<module>)
        1    0.000    0.000    0.000    0.000 _compression.py:33(DecompressReader)
        1    0.000    0.000    0.000    0.000 _compression.py:9(BaseStream)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:36(__init__)
        3    0.000    0.000    0.000    0.000 _weakrefset.py:81(add)
        1    0.000    0.000    0.000    0.000 abc.py:1(<module>)
       14    0.000    0.000    0.000    0.000 abc.py:125(__new__)
        1    0.000    0.000    0.000    0.000 abc.py:130(register)
        1    0.000    0.000    0.000    0.000 abc.py:141(__subclasscheck__)
        4    0.000    0.000    0.000    0.000 abc.py:7(abstractmethod)
        1    0.000    0.000    0.177    0.177 archive.py:1(<module>)
        5    0.130    0.026   35.928    7.186 archive.py:113(hashes_for_path_list)
        5    0.000    0.000   18.345    3.669 archive.py:128(create_tar_archive)
        5    0.001    0.000   18.344    3.669 archive.py:140(create_tar_archive_from_list)
        5    0.000    0.000    0.006    0.001 archive.py:141(<listcomp>)
        5    0.000    0.000    0.000    0.000 archive.py:142(<listcomp>)
        5    0.000    0.000    0.100    0.020 archive.py:154(create_archive_listing)
        5    0.000    0.000  612.496  122.499 archive.py:162(compress_using_lzip)
        5    0.001    0.000   33.209    6.642 archive.py:174(create_and_write_archive_hash)
        5    0.001    0.000    4.495    0.899 archive.py:180(create_and_write_compressed_archive_hash)
        1    0.000    0.000  717.544  717.544 archive.py:35(create_archive)
        1    0.002    0.002  717.543  717.543 archive.py:71(create_split_archive)
        5    0.001    0.000   35.933    7.187 archive.py:96(create_file_listing_hash)
        1    0.000    0.000    0.002    0.002 bisect.py:1(<module>)
        1    0.000    0.000    0.000    0.000 bz2.py:28(BZ2File)
        1    0.000    0.000    0.004    0.004 bz2.py:5(<module>)
       30    0.000    0.000    0.000    0.000 codecs.py:186(__init__)
        1    0.000    0.000    0.000    0.000 constants.py:1(<module>)
        1    0.000    0.000    0.028    0.028 context.py:1(<module>)
        1    0.000    0.000    0.000    0.000 context.py:14(ProcessError)
        1    0.000    0.000    0.000    0.000 context.py:17(BufferTooShort)
        1    0.000    0.000    0.000    0.000 context.py:20(TimeoutError)
        1    0.000    0.000    0.000    0.000 context.py:202(reducer)
        1    0.000    0.000    0.000    0.000 context.py:219(Process)
        1    0.000    0.000    0.000    0.000 context.py:225(DefaultContext)
        1    0.000    0.000    0.000    0.000 context.py:228(__init__)
        1    0.000    0.000    0.000    0.000 context.py:23(AuthenticationError)
        1    0.000    0.000    0.000    0.000 context.py:264(<listcomp>)
        1    0.000    0.000    0.000    0.000 context.py:272(ForkProcess)
        1    0.000    0.000    0.000    0.000 context.py:279(SpawnProcess)
        1    0.000    0.000    0.000    0.000 context.py:286(ForkServerProcess)
        1    0.000    0.000    0.000    0.000 context.py:293(ForkContext)
        1    0.000    0.000    0.000    0.000 context.py:297(SpawnContext)
        1    0.000    0.000    0.000    0.000 context.py:30(BaseContext)
        1    0.000    0.000    0.000    0.000 context.py:301(ForkServerContext)
        1    0.000    0.000    0.000    0.000 encryption.py:1(<module>)
        5    0.001    0.000   12.904    2.581 encryption.py:10(encrypt_list_of_archives)
        5    0.000    0.000    9.243    1.849 encryption.py:18(encrypt_archive)
        7    0.000    0.000    0.000    0.000 enum.py:125(__prepare__)
        7    0.001    0.000    0.001    0.000 enum.py:135(__new__)
        7    0.000    0.000    0.000    0.000 enum.py:152(<dictcomp>)
        7    0.000    0.000    0.000    0.000 enum.py:177(<setcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:18(_is_descriptor)
       21    0.000    0.000    0.000    0.000 enum.py:198(<genexpr>)
       85    0.000    0.000    0.000    0.000 enum.py:26(_is_dunder)
       25    0.000    0.000    0.002    0.000 enum.py:284(__call__)
        7    0.000    0.000    0.000    0.000 enum.py:335(__getattr__)
       85    0.000    0.000    0.000    0.000 enum.py:34(_is_sunder)
        7    0.000    0.000    0.000    0.000 enum.py:360(__members__)
      120    0.000    0.000    0.000    0.000 enum.py:376(__setattr__)
        7    0.000    0.000    0.002    0.000 enum.py:389(_create_)
       21    0.000    0.000    0.000    0.000 enum.py:442(_get_mixins_)
       21    0.000    0.000    0.000    0.000 enum.py:453(_find_data_type)
        7    0.000    0.000    0.000    0.000 enum.py:474(_find_new_)
       18    0.000    0.000    0.000    0.000 enum.py:526(__new__)
       11    0.000    0.000    0.000    0.000 enum.py:623(name)
        4    0.000    0.000    0.000    0.000 enum.py:628(value)
        7    0.000    0.000    0.003    0.000 enum.py:633(_convert)
        7    0.000    0.000    0.000    0.000 enum.py:64(__init__)
        7    0.000    0.000    0.001    0.000 enum.py:654(<listcomp>)
       71    0.000    0.000    0.000    0.000 enum.py:659(<lambda>)
       85    0.000    0.000    0.000    0.000 enum.py:70(__setitem__)
        1    0.000    0.000    0.000    0.000 enum.py:793(_missing_)
        1    0.000    0.000    0.000    0.000 enum.py:800(_create_pseudo_member_)
        1    0.000    0.000    0.000    0.000 enum.py:830(__or__)
        8    0.000    0.000    0.000    0.000 enum.py:836(__and__)
        1    0.000    0.000    0.000    0.000 enum.py:855(_high_bit)
        1    0.000    0.000    0.000    0.000 enum.py:872(_decompose)
        1    0.000    0.000    0.000    0.000 enum.py:890(<listcomp>)
        2    0.000    0.000    0.000    0.000 enum.py:901(<lambda>)
        2    0.000    0.000    0.000    0.000 enum.py:907(_power_of_two)
        1    0.000    0.000    0.000    0.000 fnmatch.py:11(<module>)
        7    0.000    0.000    0.000    0.000 functools.py:37(update_wrapper)
        2    0.000    0.000    0.000    0.000 functools.py:445(lru_cache)
        2    0.000    0.000    0.000    0.000 functools.py:479(decorating_function)
        5    0.000    0.000    0.000    0.000 functools.py:67(wraps)
        5    0.000    0.000    0.000    0.000 genericpath.py:87(samestat)
       14    0.000    0.000    0.006    0.000 hashlib.py:116(__get_openssl_constructor)
        1    0.000    0.000    0.029    0.029 hashlib.py:54(<module>)
        8    0.000    0.000    0.006    0.001 hashlib.py:73(__get_builtin_constructor)
        1    0.000    0.000    0.035    0.035 helpers.py:1(<module>)
       11    0.000    0.000    0.043    0.004 helpers.py:147(get_size_of_path)
       11    0.000    0.000    0.043    0.004 helpers.py:161(get_size_of_directory)
       11    0.000    0.000    0.000    0.000 helpers.py:176(plattform_is_linux)
       11    0.000    0.000    0.001    0.000 helpers.py:183(get_bytes_in_string_with_unit)
       11    0.000    0.000    0.000    0.000 helpers.py:190(<listcomp>)
        5    0.000    0.000    0.000    0.000 helpers.py:200(add_suffix_to_path)
        1    0.000    0.000    0.000    0.000 helpers.py:254(handle_destination_directory_creation)
        1    0.000    0.000    0.000    0.000 helpers.py:290(terminate_if_path_nonexistent)
        1    0.000    0.000    0.000    0.000 helpers.py:300(terminate_if_file_nonexistent)
        1    0.000    0.000    0.000    0.000 helpers.py:319(encryption_keys_must_exist)
        7    0.000    0.000    0.001    0.000 helpers.py:35(get_absolute_path_string)
       15    0.034    0.002   41.360    2.757 helpers.py:39(create_and_write_file_hash)
       74    1.875    0.025   77.088    1.042 helpers.py:48(get_file_hash_from_path)
      548    0.002    0.000   15.639    0.029 helpers.py:56(<lambda>)
        3    0.026    0.009    0.679    0.226 helpers.py:70(hash_listing_for_files_in_folder)
        1    0.000    0.000    0.004    0.004 linecache.py:6(<module>)
        1    0.000    0.000    0.000    0.000 lzma.py:38(LZMAFile)
        1    0.000    0.000    0.003    0.003 lzma.py:9(<module>)
        1    0.000    0.000    0.001    0.001 ntpath.py:6(<module>)
        1    0.000    0.000    0.000    0.000 os.py:1076(__subclasshook__)
    42/16    0.000    0.000    0.012    0.001 os.py:278(walk)
        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>)
       31    0.001    0.000    0.002    0.000 os.py:616(get_exec_path)
       65    0.000    0.000    0.001    0.000 os.py:673(__getitem__)
       65    0.000    0.000    0.000    0.000 os.py:751(encode)
       32    0.000    0.000    0.000    0.000 os.py:755(decode)
        3    0.000    0.000    0.000    0.000 os.py:769(getenv)
      310    0.000    0.000    0.001    0.000 os.py:803(fsencode)
        1    0.000    0.000    0.000    0.000 parse.py:126(_ResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:134(_ResultMixinBytes)
        1    0.000    0.000    0.000    0.000 parse.py:142(_NetlocResultMixinBase)
        1    0.000    0.000    0.000    0.000 parse.py:175(_NetlocResultMixinStr)
        1    0.000    0.000    0.000    0.000 parse.py:205(_NetlocResultMixinBytes)
        1    0.000    0.000    0.001    0.001 parse.py:28(<module>)
        1    0.000    0.000    0.000    0.000 parse.py:310(DefragResult)
        1    0.000    0.000    0.000    0.000 parse.py:318(SplitResult)
        1    0.000    0.000    0.000    0.000 parse.py:323(ParseResult)
        1    0.000    0.000    0.000    0.000 parse.py:329(DefragResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:337(SplitResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:342(ParseResultBytes)
        1    0.000    0.000    0.000    0.000 parse.py:348(_fix_result_transcoding)
        1    0.000    0.000    0.000    0.000 parse.py:757(Quoter)
        1    0.000    0.000    0.017    0.017 pathlib.py:1(<module>)
      132    0.000    0.000    0.000    0.000 pathlib.py:100(join_parsed_parts)
       75    0.000    0.000    0.002    0.000 pathlib.py:1000(__new__)
      509    0.000    0.000    0.000    0.000 pathlib.py:1010(_init)
      127    0.000    0.000    0.007    0.000 pathlib.py:1118(absolute)
      159    0.000    0.000    0.003    0.000 pathlib.py:1156(stat)
        1    0.000    0.000    0.000    0.000 pathlib.py:118(_WindowsFlavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:1244(mkdir)
       74    0.000    0.000    0.001    0.000 pathlib.py:1297(lstat)
       50    0.000    0.000    0.001    0.000 pathlib.py:1334(exists)
        1    0.000    0.000    0.000    0.000 pathlib.py:134(<setcomp>)
       61    0.000    0.000    0.002    0.000 pathlib.py:1346(is_dir)
        1    0.000    0.000    0.000    0.000 pathlib.py:135(<setcomp>)
        1    0.000    0.000    0.000    0.000 pathlib.py:1359(is_file)
       74    0.000    0.000    0.002    0.000 pathlib.py:1394(is_symlink)
        1    0.000    0.000    0.000    0.000 pathlib.py:1470(PosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:1477(WindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:282(_PosixFlavour)
      956    0.001    0.000    0.001    0.000 pathlib.py:290(splitroot)
      100    0.000    0.000    0.000    0.000 pathlib.py:308(casefold_parts)
        1    0.000    0.000    0.000    0.000 pathlib.py:385(_Accessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:390(_NormalAccessor)
        1    0.000    0.000    0.000    0.000 pathlib.py:44(_ignore_error)
        1    0.000    0.000    0.000    0.000 pathlib.py:463(_Selector)
        1    0.000    0.000    0.000    0.000 pathlib.py:488(_TerminatingSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:494(_PreciseSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:510(_WildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:533(_RecursiveWildcardSelector)
        1    0.000    0.000    0.000    0.000 pathlib.py:55(_Flavour)
        1    0.000    0.000    0.000    0.000 pathlib.py:576(_PathParents)
        2    0.000    0.000    0.000    0.000 pathlib.py:59(__init__)
        1    0.000    0.000    0.000    0.000 pathlib.py:604(PurePath)
      443    0.003    0.000    0.004    0.000 pathlib.py:62(parse_parts)
      443    0.002    0.000    0.007    0.000 pathlib.py:633(_parse_args)
      202    0.000    0.000    0.004    0.000 pathlib.py:653(_from_parts)
      307    0.000    0.000    0.001    0.000 pathlib.py:666(_from_parsed_parts)
      250    0.000    0.000    0.000    0.000 pathlib.py:676(_format_parsed_parts)
      132    0.001    0.000    0.003    0.000 pathlib.py:687(_make_child)
      514    0.001    0.000    0.001    0.000 pathlib.py:693(__str__)
      373    0.001    0.000    0.001    0.000 pathlib.py:703(__fspath__)
      136    0.000    0.000    0.001    0.000 pathlib.py:706(as_posix)
        6    0.000    0.000    0.000    0.000 pathlib.py:779(name)
      109    0.001    0.000    0.002    0.000 pathlib.py:848(relative_to)
      122    0.000    0.000    0.003    0.000 pathlib.py:892(joinpath)
       10    0.000    0.000    0.000    0.000 pathlib.py:900(__truediv__)
       66    0.000    0.000    0.000    0.000 pathlib.py:906(parent)
      127    0.000    0.000    0.000    0.000 pathlib.py:921(is_absolute)
        1    0.000    0.000    0.000    0.000 pathlib.py:963(PurePosixPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:973(PureWindowsPath)
        1    0.000    0.000    0.000    0.000 pathlib.py:986(Path)
        1    0.000    0.000    0.000    0.000 pickle.py:1021(_Unpickler)
        1    0.000    0.000    0.000    0.000 pickle.py:181(<listcomp>)
        1    0.000    0.000    0.000    0.000 pickle.py:184(_Framer)
        1    0.000    0.000    0.008    0.008 pickle.py:24(<module>)
        1    0.000    0.000    0.000    0.000 pickle.py:247(_Unframer)
        1    0.000    0.000    0.000    0.000 pickle.py:372(_Pickler)
        1    0.000    0.000    0.000    0.000 pickle.py:64(PickleError)
        1    0.000    0.000    0.000    0.000 pickle.py:68(PicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:75(UnpicklingError)
        1    0.000    0.000    0.000    0.000 pickle.py:88(_Stop)
       31    0.000    0.000    0.000    0.000 posixpath.py:154(dirname)
        8    0.000    0.000    0.000    0.000 posixpath.py:168(islink)
        2    0.000    0.000    0.000    0.000 posixpath.py:338(normpath)
        2    0.000    0.000    0.000    0.000 posixpath.py:376(abspath)
      331    0.000    0.000    0.000    0.000 posixpath.py:41(_get_sep)
        1    0.000    0.000    0.000    0.000 posixpath.py:52(normcase)
        2    0.000    0.000    0.000    0.000 posixpath.py:64(isabs)
      298    0.001    0.000    0.001    0.000 posixpath.py:75(join)
        1    0.000    0.000    0.000    0.000 process.py:10(<module>)
        1    0.000    0.000    0.000    0.000 process.py:325(AuthenticationString)
        1    0.000    0.000    0.000    0.000 process.py:339(_MainProcess)
        1    0.000    0.000    0.000    0.000 process.py:341(__init__)
        1    0.000    0.000    0.000    0.000 process.py:63(BaseProcess)
        1    0.000    0.000  717.724  717.724 profiler.py:1(<module>)
       48    0.000    0.000    0.000    0.000 random.py:224(_randbelow)
       48    0.000    0.000    0.000    0.000 random.py:256(choice)
        1    0.000    0.000    0.005    0.005 random.py:38(<module>)
        1    0.000    0.000    0.000    0.000 random.py:669(SystemRandom)
        1    0.000    0.000    0.000    0.000 random.py:72(Random)
        3    0.000    0.000    0.000    0.000 random.py:88(__init__)
        3    0.000    0.000    0.000    0.000 random.py:97(seed)
      113    0.000    0.000    0.001    0.000 re.py:170(match)
       11    0.000    0.000    0.001    0.000 re.py:185(sub)
       11    0.000    0.000    0.001    0.000 re.py:205(split)
        4    0.000    0.000    0.002    0.000 re.py:232(compile)
        1    0.000    0.000    0.000    0.000 re.py:252(escape)
      139    0.000    0.000    0.003    0.000 re.py:271(_compile)
        1    0.000    0.000    0.000    0.000 re.py:297(_compile_repl)
       11    0.000    0.000    0.000    0.000 re.py:307(_subx)
       11    0.000    0.000    0.000    0.000 re.py:313(filter)
        1    0.000    0.000    0.023    0.023 reduction.py:10(<module>)
        1    0.000    0.000    0.000    0.000 reduction.py:207(_C)
        1    0.000    0.000    0.000    0.000 reduction.py:247(AbstractReducer)
        1    0.000    0.000    0.000    0.000 reduction.py:33(ForkingPickler)
        5    0.000    0.000    0.000    0.000 reduction.py:43(register)
        1    0.000    0.000    0.000    0.000 selectors.py:206(_BaseSelectorImpl)
        1    0.000    0.000    0.000    0.000 selectors.py:290(SelectSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:341(_PollLikeSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:433(PollSelector)
        1    0.000    0.000    0.006    0.006 selectors.py:5(<module>)
        1    0.000    0.000    0.000    0.000 selectors.py:506(KqueueSelector)
        1    0.000    0.000    0.000    0.000 selectors.py:60(_SelectorMapping)
        1    0.000    0.000    0.000    0.000 selectors.py:80(BaseSelector)
        5    0.000    0.000    0.001    0.000 shutil.py:404(_rmtree_safe_fd)
        5    0.000    0.000    0.006    0.001 shutil.py:456(rmtree)
        1    0.000    0.000    0.018    0.018 shutil.py:5(<module>)
        1    0.000    0.000    0.000    0.000 shutil.py:55(Error)
        1    0.000    0.000    0.000    0.000 shutil.py:58(SameFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:61(SpecialFileError)
        1    0.000    0.000    0.000    0.000 shutil.py:65(ExecError)
        1    0.000    0.000    0.000    0.000 shutil.py:68(ReadError)
        1    0.000    0.000    0.000    0.000 shutil.py:71(RegistryError)
        1    0.000    0.000    0.001    0.001 signal.py:1(<module>)
       67    0.000    0.000    0.000    0.000 signal.py:10(<lambda>)
       68    0.000    0.000    0.000    0.000 signal.py:17(<lambda>)
       69    0.000    0.000    0.000    0.000 signal.py:22(<lambda>)
        1    0.000    0.000    0.000    0.000 socket.py:130(_GiveupOnSendfile)
        1    0.000    0.000    0.000    0.000 socket.py:133(socket)
        1    0.000    0.000    0.005    0.005 socket.py:47(<module>)
        1    0.000    0.000    0.000    0.000 socket.py:546(SocketIO)
      219    0.000    0.000    0.000    0.000 socket.py:76(<lambda>)
      220    0.000    0.000    0.000    0.000 socket.py:81(<lambda>)
      221    0.000    0.000    0.000    0.000 socket.py:86(<lambda>)
      222    0.000    0.000    0.000    0.000 socket.py:91(<lambda>)
        1    0.000    0.000    0.000    0.000 splitter.py:1(<module>)
        9    0.000    0.000    0.000    0.000 splitter.py:30(<listcomp>)
        6    0.001    0.000    0.058    0.010 splitter.py:7(split_directory)
       16    0.000    0.000    0.000    0.000 sre_compile.py:249(_compile_charset)
       16    0.000    0.000    0.000    0.000 sre_compile.py:276(_optimize_charset)
        8    0.000    0.000    0.000    0.000 sre_compile.py:411(_mk_bitmap)
        8    0.000    0.000    0.000    0.000 sre_compile.py:413(<listcomp>)
       11    0.000    0.000    0.000    0.000 sre_compile.py:423(_simple)
        2    0.000    0.000    0.000    0.000 sre_compile.py:432(_generate_overlap_table)
       14    0.000    0.000    0.000    0.000 sre_compile.py:453(_get_iscased)
      9/7    0.000    0.000    0.000    0.000 sre_compile.py:461(_get_literal_prefix)
        5    0.000    0.000    0.000    0.000 sre_compile.py:492(_get_charset_prefix)
        8    0.000    0.000    0.000    0.000 sre_compile.py:536(_compile_info)
       16    0.000    0.000    0.000    0.000 sre_compile.py:595(isstring)
        8    0.000    0.000    0.001    0.000 sre_compile.py:598(_code)
       13    0.000    0.000    0.000    0.000 sre_compile.py:65(_combine_flags)
     36/8    0.000    0.000    0.001    0.000 sre_compile.py:71(_compile)
        8    0.000    0.000    0.002    0.000 sre_compile.py:759(compile)
       11    0.000    0.000    0.000    0.000 sre_parse.py:1036(expand_template)
       38    0.000    0.000    0.000    0.000 sre_parse.py:111(__init__)
       70    0.000    0.000    0.000    0.000 sre_parse.py:160(__len__)
      174    0.000    0.000    0.000    0.000 sre_parse.py:164(__getitem__)
       13    0.000    0.000    0.000    0.000 sre_parse.py:168(__setitem__)
       48    0.000    0.000    0.000    0.000 sre_parse.py:172(append)
    43/15    0.000    0.000    0.000    0.000 sre_parse.py:174(getwidth)
        9    0.000    0.000    0.000    0.000 sre_parse.py:224(__init__)
      425    0.000    0.000    0.000    0.000 sre_parse.py:233(__next)
      117    0.000    0.000    0.000    0.000 sre_parse.py:249(match)
      347    0.000    0.000    0.000    0.000 sre_parse.py:254(get)
        4    0.000    0.000    0.000    0.000 sre_parse.py:267(getuntil)
       57    0.000    0.000    0.000    0.000 sre_parse.py:286(tell)
        1    0.000    0.000    0.000    0.000 sre_parse.py:288(seek)
        8    0.000    0.000    0.000    0.000 sre_parse.py:295(_class_escape)
        3    0.000    0.000    0.000    0.000 sre_parse.py:343(_escape)
       15    0.000    0.000    0.000    0.000 sre_parse.py:408(_uniq)
     19/8    0.000    0.000    0.001    0.000 sre_parse.py:417(_parse_sub)
     24/8    0.000    0.000    0.001    0.000 sre_parse.py:475(_parse)
        8    0.000    0.000    0.000    0.000 sre_parse.py:76(__init__)
       30    0.000    0.000    0.000    0.000 sre_parse.py:81(groups)
        7    0.000    0.000    0.000    0.000 sre_parse.py:84(opengroup)
        2    0.000    0.000    0.000    0.000 sre_parse.py:843(_parse_flags)
        8    0.000    0.000    0.000    0.000 sre_parse.py:903(fix_flags)
        8    0.000    0.000    0.001    0.000 sre_parse.py:919(parse)
        1    0.000    0.000    0.000    0.000 sre_parse.py:951(parse_template)
        7    0.000    0.000    0.000    0.000 sre_parse.py:96(closegroup)
        1    0.000    0.000    0.000    0.000 sre_parse.py:960(addgroup)
        1    0.000    0.000    0.001    0.001 string.py:15(<module>)
        1    0.000    0.000    0.000    0.000 string.py:175(Formatter)
        1    0.000    0.000    0.000    0.000 string.py:55(_TemplateMetaclass)
        1    0.000    0.000    0.001    0.001 string.py:65(__init__)
        1    0.000    0.000    0.000    0.000 string.py:78(Template)
        1    0.000    0.000    0.004    0.004 struct.py:3(<module>)
       31    0.000    0.000    0.000    0.000 subprocess.py:1329(_get_handles)
       31    0.004    0.000    0.102    0.003 subprocess.py:1383(_execute_child)
      310    0.000    0.000    0.002    0.000 subprocess.py:1442(<genexpr>)
       31    0.000    0.000    0.000    0.000 subprocess.py:1526(_handle_exitstatus)
       62    0.000    0.000    0.000    0.000 subprocess.py:1544(_internal_poll)
       31    0.000    0.000  630.853   20.350 subprocess.py:1579(_try_wait)
       62    0.001    0.000  630.854   10.175 subprocess.py:1592(_wait)
       31    0.000    0.000    0.000    0.000 subprocess.py:226(_cleanup)
       16    0.000    0.000    9.282    0.580 subprocess.py:351(check_output)
        1    0.000    0.000    0.000    0.000 subprocess.py:398(CompletedProcess)
       31    0.000    0.000    0.000    0.000 subprocess.py:409(__init__)
        1    0.000    0.000    0.031    0.031 subprocess.py:42(<module>)
       31    0.003    0.000  640.199   20.652 subprocess.py:431(run)
        1    0.000    0.000    0.000    0.000 subprocess.py:57(SubprocessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:60(CalledProcessError)
        1    0.000    0.000    0.000    0.000 subprocess.py:608(Popen)
       31    0.003    0.000    0.106    0.003 subprocess.py:656(__init__)
       31    0.000    0.000    0.000    0.000 subprocess.py:819(__enter__)
       31    0.000    0.000    0.000    0.000 subprocess.py:822(__exit__)
       31    0.000    0.000    0.000    0.000 subprocess.py:850(__del__)
       31    0.001    0.000  640.090   20.648 subprocess.py:895(communicate)
       31    0.000    0.000    0.000    0.000 subprocess.py:963(poll)
        1    0.000    0.000    0.000    0.000 subprocess.py:97(TimeoutExpired)
       62    0.000    0.000  630.855   10.175 subprocess.py:985(wait)
        5    0.000    0.000    0.002    0.000 tempfile.py:114(_sanitize_params)
        1    0.000    0.000    0.000    0.000 tempfile.py:132(_RandomNameSequence)
        6    0.000    0.000    0.000    0.000 tempfile.py:142(rng)
        6    0.000    0.000    0.000    0.000 tempfile.py:153(__next__)
        6    0.000    0.000    0.000    0.000 tempfile.py:156(<listcomp>)
        1    0.000    0.000    0.000    0.000 tempfile.py:159(_candidate_tempdir_list)
        1    0.000    0.000    0.002    0.002 tempfile.py:186(_get_default_tempdir)
        5    0.000    0.000    0.000    0.000 tempfile.py:233(_get_candidate_names)
        1    0.000    0.000    0.034    0.034 tempfile.py:24(<module>)
        5    0.000    0.000    0.002    0.000 tempfile.py:287(gettempdir)
        5    0.000    0.000    0.007    0.001 tempfile.py:343(mkdtemp)
        1    0.000    0.000    0.000    0.000 tempfile.py:414(_TemporaryFileCloser)
        1    0.000    0.000    0.000    0.000 tempfile.py:457(_TemporaryFileWrapper)
        1    0.000    0.000    0.000    0.000 tempfile.py:627(SpooledTemporaryFile)
        1    0.000    0.000    0.000    0.000 tempfile.py:775(TemporaryDirectory)
        5    0.000    0.000    0.008    0.002 tempfile.py:787(__init__)
        5    0.000    0.000    0.000    0.000 tempfile.py:798(__repr__)
        5    0.000    0.000    0.000    0.000 tempfile.py:801(__enter__)
        5    0.000    0.000    0.007    0.001 tempfile.py:804(__exit__)
        5    0.000    0.000    0.007    0.001 tempfile.py:807(cleanup)
        5    0.000    0.000    0.000    0.000 tempfile.py:93(_infer_return_type)
        1    0.000    0.000    0.007    0.007 threading.py:1(<module>)
        1    0.000    0.000    0.000    0.000 threading.py:1142(Timer)
        1    0.000    0.000    0.000    0.000 threading.py:1172(_MainThread)
        1    0.000    0.000    0.000    0.000 threading.py:1174(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:1191(_DummyThread)
        1    0.000    0.000    0.000    0.000 threading.py:204(Condition)
        1    0.000    0.000    0.000    0.000 threading.py:216(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:240(__enter__)
        1    0.000    0.000    0.000    0.000 threading.py:243(__exit__)
        1    0.000    0.000    0.000    0.000 threading.py:255(_is_owned)
        1    0.000    0.000    0.000    0.000 threading.py:335(notify)
        1    0.000    0.000    0.000    0.000 threading.py:358(notify_all)
        1    0.000    0.000    0.000    0.000 threading.py:370(Semaphore)
        1    0.000    0.000    0.000    0.000 threading.py:450(BoundedSemaphore)
        1    0.000    0.000    0.000    0.000 threading.py:488(Event)
        1    0.000    0.000    0.000    0.000 threading.py:499(__init__)
        1    0.000    0.000    0.000    0.000 threading.py:513(set)
        1    0.000    0.000    0.000    0.000 threading.py:567(Barrier)
        1    0.000    0.000    0.000    0.000 threading.py:721(BrokenBarrierError)
        1    0.000    0.000    0.000    0.000 threading.py:739(Thread)
        3    0.000    0.000    0.000    0.000 threading.py:75(RLock)
        1    0.000    0.000    0.000    0.000 threading.py:758(__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:891(_set_ident)
        1    0.000    0.000    0.000    0.000 threading.py:894(_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:78(<dictcomp>)
       20    0.000    0.000    0.000    0.000 tokenize.py:107(group)
        1    0.000    0.000    0.000    0.000 tokenize.py:108(any)
        2    0.000    0.000    0.000    0.000 tokenize.py:109(maybe)
        3    0.000    0.000    0.000    0.000 tokenize.py:132(_all_string_prefixes)
       24    0.000    0.000    0.000    0.000 tokenize.py:143(<listcomp>)
        1    0.000    0.000    0.002    0.002 tokenize.py:21(<module>)
        1    0.000    0.000    0.000    0.000 tokenize.py:212(TokenError)
        1    0.000    0.000    0.000    0.000 tokenize.py:214(StopTokenizing)
        1    0.000    0.000    0.000    0.000 tokenize.py:217(Untokenizer)
        1    0.000    0.000    0.000    0.000 tokenize.py:94(TokenInfo)
        1    0.000    0.000    0.005    0.005 traceback.py:1(<module>)
        1    0.000    0.000    0.000    0.000 traceback.py:227(FrameSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:315(StackSummary)
        1    0.000    0.000    0.000    0.000 traceback.py:437(TracebackException)
       15    0.000    0.000    0.000    0.000 types.py:164(__get__)
       31    0.000    0.000    0.000    0.000 warnings.py:165(simplefilter)
       31    0.000    0.000    0.000    0.000 warnings.py:181(_add_filter)
       31    0.000    0.000    0.000    0.000 warnings.py:453(__init__)
       31    0.000    0.000    0.000    0.000 warnings.py:474(__enter__)
       31    0.000    0.000    0.000    0.000 warnings.py:493(__exit__)
        1    0.000    0.000    0.000    0.000 weakref.py:102(__init__)
        1    0.000    0.000    0.000    0.000 weakref.py:290(update)
        5    0.000    0.000    0.000    0.000 weakref.py:530(__init__)
        5    0.000    0.000    0.000    0.000 weakref.py:554(detach)
      602    0.001    0.000    0.001    0.000 {built-in method __new__ of type object at 0x102e76ec0}
       14    0.000    0.000    0.000    0.000 {built-in method _abc._abc_init}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_register}
        1    0.000    0.000    0.000    0.000 {built-in method _abc._abc_subclasscheck}
       75    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_md5}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha1}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha224}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha256}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha384}
        1    0.000    0.000    0.000    0.000 {built-in method _hashlib.openssl_sha512}
       18    0.000    0.000    0.000    0.000 {built-in method _imp._fix_co_filename}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.acquire_lock}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.create_builtin}
       16    0.058    0.004    0.058    0.004 {built-in method _imp.create_dynamic}
        3    0.000    0.000    0.000    0.000 {built-in method _imp.exec_builtin}
       16    0.000    0.000    0.000    0.000 {built-in method _imp.exec_dynamic}
       52    0.000    0.000    0.000    0.000 {built-in method _imp.is_builtin}
       59    0.000    0.000    0.000    0.000 {built-in method _imp.is_frozen}
      317    0.000    0.000    0.000    0.000 {built-in method _imp.release_lock}
       30    0.001    0.000    0.001    0.000 {built-in method _locale.nl_langinfo}
       31    0.028    0.001    0.028    0.001 {built-in method _posixsubprocess.fork_exec}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_iscased}
        4    0.000    0.000    0.000    0.000 {built-in method _sre.ascii_tolower}
        8    0.000    0.000    0.000    0.000 {built-in method _sre.compile}
        5    0.000    0.000    0.000    0.000 {built-in method _sre.unicode_iscased}
       61    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISDIR}
       82    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISLNK}
        1    0.000    0.000    0.000    0.000 {built-in method _stat.S_ISREG}
        1    0.000    0.000    0.000    0.000 {built-in method _thread._set_sentinel}
      162    0.000    0.000    0.000    0.000 {built-in method _thread.allocate_lock}
      147    0.000    0.000    0.000    0.000 {built-in method _thread.get_ident}
       93    0.000    0.000    0.000    0.000 {built-in method _warnings._filters_mutated}
        2    0.000    0.000    0.000    0.000 {built-in method atexit.register}
      127    0.002    0.000    0.004    0.000 {built-in method builtins.__build_class__}
     10/4    0.000    0.000    0.042    0.011 {built-in method builtins.__import__}
       69    0.000    0.000    0.000    0.000 {built-in method builtins.any}
       21    0.046    0.002    0.046    0.002 {built-in method builtins.compile}
        3    0.000    0.000    0.000    0.000 {built-in method builtins.dir}
     46/1    0.001    0.000  717.724  717.724 {built-in method builtins.exec}
      593    0.000    0.000    0.000    0.000 {built-in method builtins.getattr}
       19    0.000    0.000    0.000    0.000 {built-in method builtins.globals}
      704    0.000    0.000    0.000    0.000 {built-in method builtins.hasattr}
       15    0.000    0.000    0.000    0.000 {built-in method builtins.id}
     4106    0.001    0.000    0.001    0.000 {built-in method builtins.isinstance}
       63    0.000    0.000    0.000    0.000 {built-in method builtins.issubclass}
       74    0.000    0.000    0.000    0.000 {built-in method builtins.iter}
1400/1361    0.000    0.000    0.000    0.000 {built-in method builtins.len}
        8    0.000    0.000    0.000    0.000 {built-in method builtins.max}
       87    0.000    0.000    0.000    0.000 {built-in method builtins.min}
       93    0.011    0.000    0.011    0.000 {built-in method builtins.next}
       54    0.000    0.000    0.000    0.000 {built-in method builtins.ord}
        6    0.000    0.000    0.000    0.000 {built-in method builtins.repr}
      118    0.000    0.000    0.000    0.000 {built-in method builtins.setattr}
       31    0.000    0.000    0.000    0.000 {built-in method builtins.sorted}
        7    0.000    0.000    0.000    0.000 {built-in method builtins.vars}
       54    0.000    0.000    0.000    0.000 {built-in method from_bytes}
      121    0.010    0.000    0.015    0.000 {built-in method io.open}
       21    0.002    0.000    0.002    0.000 {built-in method marshal.dumps}
       18    0.002    0.000    0.002    0.000 {built-in method marshal.loads}
        1    0.000    0.000    0.000    0.000 {built-in method math.exp}
        2    0.000    0.000    0.000    0.000 {built-in method math.log}
        1    0.000    0.000    0.000    0.000 {built-in method math.sqrt}
       31    0.000    0.000    0.000    0.000 {built-in method posix.WEXITSTATUS}
       31    0.000    0.000    0.000    0.000 {built-in method posix.WIFEXITED}
       31    0.000    0.000    0.000    0.000 {built-in method posix.WIFSIGNALED}
       84    0.001    0.000    0.001    0.000 {built-in method posix.close}
     1441    0.000    0.000    0.000    0.000 {built-in method posix.fspath}
        5    0.000    0.000    0.000    0.000 {built-in method posix.fstat}
      178    0.006    0.000    0.006    0.000 {built-in method posix.getcwd}
        6    0.000    0.000    0.000    0.000 {built-in method posix.getpid}
        5    0.001    0.000    0.001    0.000 {built-in method posix.listdir}
       87    0.001    0.000    0.002    0.000 {built-in method posix.lstat}
       12    0.007    0.001    0.007    0.001 {built-in method posix.mkdir}
       21    0.002    0.000    0.002    0.000 {built-in method posix.open}
       47    0.000    0.000    0.000    0.000 {built-in method posix.pipe}
       31    0.065    0.002    0.065    0.002 {built-in method posix.read}
        4    0.000    0.000    0.000    0.000 {built-in method posix.register_at_fork}
        5    0.005    0.001    0.005    0.001 {built-in method posix.rmdir}
       17    0.001    0.000    0.001    0.000 {built-in method posix.scandir}
      496    0.009    0.000    0.009    0.000 {built-in method posix.stat}
        6    0.001    0.000    0.001    0.000 {built-in method posix.unlink}
        1    0.000    0.000    0.000    0.000 {built-in method posix.urandom}
       31  630.853   20.350  630.853   20.350 {built-in method posix.waitpid}
        6    0.000    0.000    0.000    0.000 {built-in method sys._getframe}
     1591    0.001    0.000    0.001    0.000 {built-in method sys.intern}
        1    0.000    0.000    0.000    0.000 {built-in method time.time}
        3    0.000    0.000    0.000    0.000 {function Random.seed at 0x1032bcd08}
       31    0.000    0.000    0.000    0.000 {method '__contains__' of 'frozenset' objects}
        1    0.000    0.000    0.000    0.000 {method '__enter__' of '_thread.lock' objects}
        1    0.000    0.000    0.000    0.000 {method '__exit__' of '_thread.lock' objects}
        5    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.RLock' objects}
        4    0.000    0.000    0.000    0.000 {method 'acquire' of '_thread.lock' objects}
      231    0.000    0.000    0.000    0.000 {method 'add' of 'set' objects}
     3312    0.000    0.000    0.000    0.000 {method 'append' of 'list' objects}
       49    0.000    0.000    0.000    0.000 {method 'bit_length' of 'int' objects}
       32    0.000    0.000    0.000    0.000 {method 'close' of '_io.BufferedReader' objects}
       31    0.000    0.000    0.000    0.000 {method 'count' of 'list' objects}
       43    0.000    0.000    0.000    0.000 {method 'decode' of 'bytes' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
      344    0.000    0.000    0.000    0.000 {method 'encode' of 'str' objects}
      279    0.000    0.000    0.000    0.000 {method 'endswith' of 'bytes' objects}
       90    0.000    0.000    0.000    0.000 {method 'endswith' of 'str' objects}
       84    0.000    0.000    0.000    0.000 {method 'extend' of 'bytearray' objects}
       32    0.000    0.000    0.000    0.000 {method 'extend' of 'list' objects}
        5    0.000    0.000    0.000    0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
       72    0.000    0.000    0.000    0.000 {method 'find' of 'bytearray' objects}
    35/30    0.000    0.000    0.000    0.000 {method 'format' of 'str' objects}
      178    0.000    0.000    0.000    0.000 {method 'get' of 'dict' objects}
      120    0.000    0.000    0.000    0.000 {method 'get' of 'mappingproxy' objects}
       83    0.000    0.000    0.000    0.000 {method 'getrandbits' of '_random.Random' objects}
       11    0.000    0.000    0.000    0.000 {method 'group' of 're.Match' objects}
       74    0.001    0.000    0.001    0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
       31    0.000    0.000    0.000    0.000 {method 'insert' of 'list' objects}
       75    0.000    0.000    0.000    0.000 {method 'is_dir' of 'posix.DirEntry' objects}
       35    0.000    0.000    0.000    0.000 {method 'isidentifier' of 'str' objects}
      949    0.000    0.000    0.000    0.000 {method 'isupper' of 'str' objects}
       71    0.000    0.000    0.000    0.000 {method 'items' of 'collections.OrderedDict' objects}
       13    0.000    0.000    0.000    0.000 {method 'items' of 'dict' objects}
       37    0.000    0.000    0.000    0.000 {method 'items' of 'mappingproxy' objects}
     1331    0.000    0.000    0.001    0.000 {method 'join' of 'str' objects}
        7    0.000    0.000    0.000    0.000 {method 'keys' of 'dict' objects}
       66    0.000    0.000    0.000    0.000 {method 'lower' of 'str' objects}
      193    0.000    0.000    0.000    0.000 {method 'lstrip' of 'str' objects}
      113    0.000    0.000    0.000    0.000 {method 'match' of 're.Pattern' objects}
        7    0.000    0.000    0.000    0.000 {method 'mro' of 'type' objects}
       27    0.000    0.000    0.000    0.000 {method 'pop' of 'dict' objects}
      564   24.871    0.044   24.871    0.044 {method 'read' of '_io.BufferedReader' objects}
       39    0.027    0.001    0.027    0.001 {method 'read' of '_io.FileIO' objects}
        5    0.000    0.000    0.000    0.000 {method 'release' of '_thread.RLock' objects}
        2    0.000    0.000    0.000    0.000 {method 'release' of '_thread.lock' objects}
       31    0.000    0.000    0.000    0.000 {method 'remove' of 'list' objects}
      147    0.000    0.000    0.000    0.000 {method 'replace' of 'str' objects}
      443    0.000    0.000    0.000    0.000 {method 'reverse' of 'list' objects}
       31    0.000    0.000    0.000    0.000 {method 'rfind' of 'bytes' objects}
      501    0.000    0.000    0.000    0.000 {method 'rpartition' of 'str' objects}
     1838    0.000    0.000    0.000    0.000 {method 'rstrip' of 'str' objects}
        8    0.000    0.000    0.000    0.000 {method 'setdefault' of 'dict' objects}
       10    0.000    0.000    0.000    0.000 {method 'setter' of 'property' objects}
        8    0.000    0.000    0.000    0.000 {method 'sort' of 'list' objects}
       11    0.000    0.000    0.000    0.000 {method 'split' of 're.Pattern' objects}
      236    0.000    0.000    0.000    0.000 {method 'split' of 'str' objects}
      279    0.000    0.000    0.000    0.000 {method 'startswith' of 'bytes' objects}
      907    0.000    0.000    0.000    0.000 {method 'startswith' of 'str' objects}
       22    0.000    0.000    0.000    0.000 {method 'strip' of 'str' objects}
       11    0.000    0.000    0.001    0.000 {method 'sub' of 're.Pattern' objects}
       63    0.000    0.000    0.000    0.000 {method 'to_bytes' of 'int' objects}
        8    0.000    0.000    0.000    0.000 {method 'translate' of 'bytearray' objects}
        1    0.000    0.000    0.000    0.000 {method 'translate' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'union' of 'set' objects}
      474   59.568    0.126   59.568    0.126 {method 'update' of '_hashlib.HASH' objects}
       19    0.000    0.000    0.000    0.000 {method 'update' of 'dict' objects}
       47    0.000    0.000    0.000    0.000 {method 'upper' of 'str' objects}
        1    0.000    0.000    0.000    0.000 {method 'values' of 'dict' objects}
        1    0.000    0.000    0.000    0.000 {method 'write' of '_io.BufferedWriter' objects}
       79    0.000    0.000    0.000    0.000 {method 'write' of '_io.TextIOWrapper' objects}
@fnoah fnoah added the enhancement New feature or request label Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant