Mirror of mitogen
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.
 
 
 
Go to file
David Wilson b8a0e0f929 master: cache sent/forwarded module names
On 32x Docker run of issue_140__thread_pileup.yml

Before:

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
   384807    3.595    0.000   12.207    0.000 /home/dmw/src/mitogen/mitogen/master.py:896(_forward_one_module)
  1218352    4.867    0.000    7.302    0.000 /home/dmw/src/mitogen/mitogen/master.py:853(_send_module_and_related)

After:

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
   384807    3.839    0.000    6.543    0.000 /home/dmw/src/mitogen/mitogen/master.py:902(_forward_one_module)
  1218352    0.723    0.000    0.898    0.000 /home/dmw/src/mitogen/mitogen/master.py:856(_send_module_and_related)
7 years ago
.ci ci: fix incorrect partition/rpartition from 8a4caea84f 7 years ago
.github github: tweak issue template. 7 years ago
ansible_mitogen issue #527: catch new-style module tracebacks like vanilla. 7 years ago
docs Merge branch 'master' into cover-us 7 years ago
examples core: many docstring updates and an example substitute for Channel 7 years ago
mitogen master: cache sent/forwarded module names 7 years ago
scripts misc: rename to scripts. tab completion!! 7 years ago
tests issue #527: catch new-style module tracebacks like vanilla. 7 years ago
.gitignore Add venvs/ to gitignore 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml issue #477: travis.yml typo. 7 years ago
LICENSE Add license text everywhere. 8 years ago
README.md Motivational shame badges back in README 7 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 7 years ago
preamble_size.py add --dump to preamble_size.py. 7 years ago
run_tests Allow independant control of coverage erase and reporting 7 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py Drop 'alpha' trove classifier 7 years ago
tox.ini Aggregate code coverage data across tox all runs 7 years ago

README.md