Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple profiling script #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add a simple profiling script #18

wants to merge 2 commits into from

Conversation

Ivoz
Copy link

@Ivoz Ivoz commented Oct 6, 2013

To be run like

python profile.py sig 400

which will run 400 cases of signature generation and display the cProfile results for the function calls made. Allows you to see which functions are spending the most time. Default (python profile.py) is to run signature validation 300 times, because validation is the most involved operation and 300 times lasts one or two seconds.

Base automatically changed from master to main February 13, 2021 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant