OpenStack cross service/project profiler
Go to file
Joshua Harlow 99c822530e Use a collections.deque which has thread safe pop/append
Incase of multithreading deques are inherently safe to do
pop/appends on while arrays may not be (but are likely). To
ensure this use the deque which is specified to be thread
safe for these operations.
2014-05-15 21:40:00 -07:00
osprofiler Use a collections.deque which has thread safe pop/append 2014-05-15 21:40:00 -07:00
tests Remove information about service in profiler 2014-05-09 21:57:17 +04:00
tools Init Strucutre of lib 2014-01-09 11:25:23 +04:00
.gitignore Init Strucutre of lib 2014-01-09 11:25:23 +04:00
.testr.conf Init Strucutre of lib 2014-01-09 11:25:23 +04:00
babel.cfg Init Strucutre of lib 2014-01-09 11:25:23 +04:00
LICENSE Init Strucutre of lib 2014-01-09 11:25:23 +04:00
README.rst Init Strucutre of lib 2014-01-09 11:25:23 +04:00
requirements.txt Update global requirments 2014-02-23 20:28:38 +04:00
setup.cfg Fix setup.cfg python 2.6 is supported as well 2014-05-09 02:59:35 +04:00
setup.py Init Strucutre of lib 2014-01-09 11:25:23 +04:00
test-requirements.txt Update global requirments 2014-02-23 20:28:38 +04:00
tox.ini Init Strucutre of lib 2014-01-09 11:25:23 +04:00

osprofiler

OpenStack profiler lib