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 time to patcher cli #410

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Add time to patcher cli #410

merged 1 commit into from
Jul 13, 2024

Conversation

dyceron
Copy link
Collaborator

@dyceron dyceron commented Jul 12, 2024

Helpful information

@dyceron dyceron requested a review from ThanatosGit July 12, 2024 21:45
samus_returns_patcher.patch_extracted(
args.input_path,
args.input_exheader,
args.output_path,
configuration,
)
end = time.time()
print(f"Patcher took {end - start:.03f} seconds")
Copy link
Contributor

Choose a reason for hiding this comment

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

Methinks this should not be in release builds

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It exists for odr so 🤷‍♂️

Copy link
Member

Choose a reason for hiding this comment

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

Randovania doesn't use this function and it's convenient when running manually.

Copy link
Contributor

Choose a reason for hiding this comment

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

It still shows up in randovania builds via the cmd console that pops up on windows tho, no?

@ThanatosGit ThanatosGit merged commit d88582c into main Jul 13, 2024
7 checks passed
@dyceron dyceron deleted the time branch July 22, 2024 01:03
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.

4 participants