mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
Merge pull request #65208 from ClickHouse/sync-profile-events
Sync ProfileEvents.h
This commit is contained in:
commit
9551f3b98a
@ -40,6 +40,7 @@ namespace ProfileEvents
|
|||||||
Timer(Counters & counters_, Event timer_event_, Event counter_event, Resolution resolution_);
|
Timer(Counters & counters_, Event timer_event_, Event counter_event, Resolution resolution_);
|
||||||
~Timer() { end(); }
|
~Timer() { end(); }
|
||||||
void cancel() { watch.reset(); }
|
void cancel() { watch.reset(); }
|
||||||
|
void restart() { watch.restart(); }
|
||||||
void end();
|
void end();
|
||||||
UInt64 get();
|
UInt64 get();
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ EXTERN_TYPES_EXCLUDES=(
|
|||||||
ProfileEvents::increment
|
ProfileEvents::increment
|
||||||
ProfileEvents::incrementForLogMessage
|
ProfileEvents::incrementForLogMessage
|
||||||
ProfileEvents::getName
|
ProfileEvents::getName
|
||||||
|
ProfileEvents::Timer
|
||||||
ProfileEvents::Type
|
ProfileEvents::Type
|
||||||
ProfileEvents::TypeEnum
|
ProfileEvents::TypeEnum
|
||||||
ProfileEvents::dumpToMapColumn
|
ProfileEvents::dumpToMapColumn
|
||||||
|
Loading…
Reference in New Issue
Block a user