mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
Update formatReadable.cpp
This commit is contained in:
parent
73e72018fd
commit
deaba9f722
@ -13,8 +13,9 @@ namespace DB
|
||||
}
|
||||
}
|
||||
|
||||
// Marked ALWAYS_INLINE to prevent flappy performance tests.
|
||||
static void ALWAYS_INLINE formatReadable(double size, DB::WriteBuffer & out,
|
||||
// I wanted to make this ALWAYS_INLINE to prevent flappy performance tests,
|
||||
// but GCC complains it may not be inlined.
|
||||
static void formatReadable(double size, DB::WriteBuffer & out,
|
||||
int precision, const char ** units, size_t units_size, double delimiter)
|
||||
{
|
||||
size_t i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user