File: collect-timing-85f007f0d86c8b26.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (8 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
features:
  - |
    Added ``collect_timing`` option to ``keystoneauth1.session.Session``.
    The option, which is off by default, causes the ``Session`` to collect
    API timing information for every call it makes. Methods ``get_timings``
    and ``reset_timings`` have been added to allow getting and clearing the
    data.