Skip to content

Implement performance decorator for functions#997

Merged
canbula merged 3 commits intocanbula:masterfrom
elifyalvac:patch-6
Mar 23, 2026
Merged

Implement performance decorator for functions#997
canbula merged 3 commits intocanbula:masterfrom
elifyalvac:patch-6

Conversation

@elifyalvac
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

@canbula canbula merged commit b782188 into canbula:master Mar 23, 2026
1 check passed
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