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

added tracking model run time #2

Merged
merged 8 commits into from
Oct 11, 2023
Merged

added tracking model run time #2

merged 8 commits into from
Oct 11, 2023

Conversation

ericwang1409
Copy link
Collaborator

Adding tracking for model run time by initializing a class variable in the RunTracker class and then adding a separate method to record the time before the model runs. Then when the track method is called it takes the difference between the current time and the initial time to find the time it took for the model to run.

ersilia/core/tracking.py Outdated Show resolved Hide resolved
ericwang1409 and others added 3 commits October 9, 2023 10:59
@AC-Dap
Copy link
Collaborator

AC-Dap commented Oct 10, 2023

@AC-Dap AC-Dap merged commit 2994463 into master Oct 11, 2023
18 checks passed
@ericwang1409 ericwang1409 deleted the eric/model-runtime branch October 11, 2023 00:17
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