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

--speed option: duration is always in seconds, even if it is longer than a minute #241

Open
darkred opened this issue Jul 25, 2023 · 0 comments
Labels

Comments

@darkred
Copy link

darkred commented Jul 25, 2023

Currently RHash only shows seconds during the hashing process. I believe that for large files (several GB) it would be useful to show minutes as well. This would give a better sense of how long the process took.

Example (37 GB file / RHash 1.4.4 x64 / win 11) :

Currently:

> rhash --speed test.iso
test.iso 5E8A6FF7
Calculated in 430.593 sec, 88.67 MBps
Total 431.750 sec, 88.51 MBps

My suggestion:

> rhash --speed test.iso
test.iso 5E8A6FF7
Calculated in 7m:10s:593ms, 88.67 MBps
Total 7m:11s:750ms, 88.51 MBps

Thank you.

@rhash rhash added the FR label Jul 30, 2023
@darkred darkred changed the title --speed option to also display minutes, not only seconds (for large files) --speed option: duration is always displayed in seconds, even when it took longer than a minute(60 sec) Sep 24, 2023
@darkred darkred changed the title --speed option: duration is always displayed in seconds, even when it took longer than a minute(60 sec) --speed option: duration is always in seconds, even when it's longer than a minute(60 sec) Sep 24, 2023
@darkred darkred changed the title --speed option: duration is always in seconds, even when it's longer than a minute(60 sec) --speed option: duration is always in seconds, even when it's longer than a minute Sep 24, 2023
@darkred darkred changed the title --speed option: duration is always in seconds, even when it's longer than a minute --speed option: duration is always in seconds, even if it is longer than a minute May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants