Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ getRotationalPeriodFromConfig
Function
getRotationalPeriodFromConfig
lib/algorithms/readerwriter.cc:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
};
182
183
static nanoseconds_t getRotationalPeriodFromConfig()
184
{
185
return globalConfig()->drive().rotational_period_ms() * 1e6;
186
}
187
188
static nanoseconds_t measureDiskRotation()
189
{
Callers
2
measureDiskRotation
Function · 0.85
readDiskCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected