mirror of https://github.com/ByConity/ByConity
Addition to prev. revision
This commit is contained in:
parent
36746d85dd
commit
33ee957b5c
|
@ -34,7 +34,7 @@ template <typename ProfilerImpl>
|
|||
class QueryProfilerBase
|
||||
{
|
||||
public:
|
||||
QueryProfilerBase(const Int32 thread_id, const int clock_type, const UInt32 period, const int pause_signal = SIGALRM);
|
||||
QueryProfilerBase(const Int32 thread_id, const int clock_type, UInt32 period, const int pause_signal = SIGALRM);
|
||||
|
||||
~QueryProfilerBase();
|
||||
|
||||
|
|
Loading…
Reference in New Issue