Skip to content

Implement performance decorator for functions#997

Open
elifyalvac wants to merge 3 commits intocanbula:masterfrom
elifyalvac:patch-6
Open

Implement performance decorator for functions#997
elifyalvac wants to merge 3 commits intocanbula:masterfrom
elifyalvac:patch-6

Conversation

@elifyalvac
Copy link
Contributor

Added a performance decorator to measure execution time and memory usage.

Describe your changes

Checklist

  • I have read the [CONTRIBUTING]
  • I have performed a self-review of my own code
  • I have run the code locally and it works as expected
  • I have commented my code, particularly in hard-to-understand areas

Screenshots (if appropriate)

Added a performance decorator to measure execution time and memory usage.
Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solve it without wraps.

Copy link
Contributor Author

@elifyalvac elifyalvac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Copy link
Owner

@canbula canbula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep only the function definition, remove the assignment statements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants