Anatoly Myachev
Anatoly Myachev
## What do these changes do? - [x] first commit message and PR title follow format outlined [here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting) > **_NOTE:_** If you edit the PR title to match this format,...
For example: The situation can be improved with the help of the following workaround proposed [here](https://discuss.python.org/t/profiling-applications-with-decorators-how-to-improve-decorator-names/47885): ```python traceable_name = f"wrapped_fn_{fn.__name__}" wrapped_fn.__name__ = traceable_name ### PATCH - better profiling resolution wrapped_fn.__code__...