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
7 lines
243 B
YAML
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.
|