You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson 7ca927608c parent: synchronize get_core_source()
Single task 100 SSH target run, before:

        3533181 function calls (3533083 primitive calls) in 616.688 seconds
        User time (seconds): 32.52
        System time (seconds): 2.71
        Percent of CPU this job got: 64%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:54.88

After:

        451602 function calls (451504 primitive calls) in 570.746 seconds
        User time (seconds): 29.48
        System time (seconds): 2.81
        Percent of CPU this job got: 67%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:48.20
7 years ago
..
compat issue #408: fix mitogen.compat.tokenize 2.4 compatibility. 7 years ago
__init__.py core: tidy up existing profiling code and support MITOGEN_PROFILE_FMT 7 years ago
core.py core: tidy up existing profiling code and support MITOGEN_PROFILE_FMT 7 years ago
debug.py issue #61: remove duplicate method (reported by LGTM) 7 years ago
doas.py ssh: tidy up logs and stream names. 7 years ago
docker.py ssh: tidy up logs and stream names. 7 years ago
fakessh.py parent: handle masters with blank sys.executable; closes #356. 7 years ago
fork.py issue #477: make mitogen.fork unsupported on Py<2.6. 7 years ago
jail.py ssh: tidy up logs and stream names. 7 years ago
kubectl.py ssh: tidy up logs and stream names. 7 years ago
lxc.py ssh: tidy up logs and stream names. 7 years ago
lxd.py ssh: tidy up logs and stream names. 7 years ago
master.py master: set Router.profiling if MITOGEN_PROFILING variable present. 7 years ago
minify.py docs: many more fixes/merges. 7 years ago
parent.py parent: synchronize get_core_source() 7 years ago
profiler.py profiler: import from linear2 branch 7 years ago
select.py select: Python 2.x required __nonzero__ for bool(Select) 7 years ago
service.py service: use correct profile aggregation name. 7 years ago
setns.py ssh: tidy up logs and stream names. 7 years ago
ssh.py ssh: tidy up logs and stream names. 7 years ago
su.py ssh: tidy up logs and stream names. 7 years ago
sudo.py issue #429: fix sudo regression. 7 years ago
unix.py issue #488: 2.4-compatible syntax in unix.py. 7 years ago
utils.py ansible: new multiplexer/workers configuration 7 years ago