Go to file
Takashi Kajinami c6839afe26 Replace own hacking checks by built-in ones
Recent hacking provides built-in checks to reject specific usage of
assertions. Replace the own hacking checks by built-in ones to
leverage the shared implementation.

Note that hacking_assert_is_none is enabled by default, so it's not
explicitly enabled.

Change-Id: I04233fb985f29cb7c1278042835e09a93f570ace
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-09-14 04:14:08 +09:00
2025-09-12 01:11:15 +09:00
2022-02-17 22:35:09 +00:00
2019-04-19 19:44:00 +00:00
2019-01-08 16:07:27 +01:00
2025-09-12 01:11:15 +09:00
2014-01-09 11:25:23 +04:00
2025-09-12 01:11:15 +09:00
2025-06-13 01:04:32 +09:00

OSProfiler -- Library for cross-project profiling

image

Latest Version

Downloads

OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues).

Description
OpenStack cross service/project profiler
Readme 4.9 MiB
Languages
Python 93.2%
HTML 4.9%
Shell 1.9%