]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add tool for profiling (#364)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 21 Sep 2019 17:02:02 +0000 (19:02 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 21 Sep 2019 17:02:02 +0000 (12:02 -0500)
commite1da6b91947f3106cc6bfce2e10c8bfe4b3808ee
treeacbd99abf37e12f3a6ab6c0ea276f142b96bff13
parent08355c62f56b899af15967906aa45392cd45dbdd
Add tool for profiling (#364)
13 files changed:
noxfile.py
setup.cfg
tools/httpxprof/.gitignore [new file with mode: 0644]
tools/httpxprof/README.md [new file with mode: 0644]
tools/httpxprof/httpxprof/__init__.py [new file with mode: 0644]
tools/httpxprof/httpxprof/__main__.py [new file with mode: 0644]
tools/httpxprof/httpxprof/config.py [new file with mode: 0644]
tools/httpxprof/httpxprof/main.py [new file with mode: 0644]
tools/httpxprof/httpxprof/scripts/__init__.py [new file with mode: 0644]
tools/httpxprof/httpxprof/scripts/async.py [new file with mode: 0644]
tools/httpxprof/httpxprof/scripts/sync.py [new file with mode: 0644]
tools/httpxprof/httpxprof/utils.py [new file with mode: 0644]
tools/httpxprof/setup.py [new file with mode: 0644]