mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
8 lines
192 B
C++
8 lines
192 B
C++
|
#include <DB/Common/ProfileEvents.h>
|
||
|
|
||
|
|
||
|
namespace ProfileEvents
|
||
|
{
|
||
|
size_t counters[Event::END]; /// Глобальная переменная - инициализируется нулями.
|
||
|
}
|