osc_lib.session Module¶Subclass of keystoneauth1.session
osc_lib.session.TimingSession(**kwargs)¶Bases: keystoneauth1.session.Session
A Session that supports collection of timing data per Method URL
get_timings()¶Return collected API timing information.
| Returns: | List of RequestTiming objects. |
|---|
request(url, method, **kwargs)¶Wrap the usual request() method with the timers
reset_timings()¶Clear API timing information.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.