mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
beast, not BEAST
This commit is contained in:
@@ -139,7 +139,7 @@ SystemStats::CPUFlags::CPUFlags()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
uint32 BEAST_millisecondsSinceStartup() noexcept
|
uint32 beast_millisecondsSinceStartup() noexcept
|
||||||
{
|
{
|
||||||
timespec t;
|
timespec t;
|
||||||
clock_gettime (CLOCK_MONOTONIC, &t);
|
clock_gettime (CLOCK_MONOTONIC, &t);
|
||||||
|
|||||||
Reference in New Issue
Block a user