neutron-lib/releasenotes/notes/rehome-timecost-90dcfc8c7f7280f5.yaml
Nate Johnston 492fd109ed Migrate timecost decorator to neutron-lib
There are a few functions in neutron-lib where timecost profiling would
be beneficial, so that means it is a good time to transition this
library to neutron-lib.

Change-Id: I7c84a83a2f836493f63b220f7ff0cbcc823374f2
2020-05-27 15:09:09 -04:00

7 lines
243 B
YAML

---
features:
- |
The ``timecost`` decorator is available in ``neutron_lib.utils.helpers``
now. This permits functions to be decorated with functionality that will
emit a debug log with the time it took to execute the function.