What's Changed
* Changing behavior of `out` parameter by in https://github.com/ancestor-mithril/timed-decorator/pull/5.
* Previous behavior: if `out` is passed to the decorator, the elapsed time is stored in the `dict` using the fully qualified name as key.
* New behavior: if `out` is passed to the decorator, the number of function calls, the elapsed time and the "own time" is stored using the fully qualified name as key.
**Full Changelog**: https://github.com/ancestor-mithril/timed-decorator/compare/1.4.0...1.5.0