Don't start profiler timer until disk is spun up #131
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I noticed that when I run the profiler on a dedicated disk that's in deep sleep, the first read is extra slow, but a subsequent read is faster:
(Changing nonces and threads here has no impact.)
Profiler should be smart enough to handle this case. It's probably as easy as having it perform one tiny "dummy read" before the timer starts, to make sure the disk is awake.
The text was updated successfully, but these errors were encountered: