| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index dec389a3a9aef26b9b4db8e33bfb3bee3964b32c..2e222d4ebf07b82636d41060384433914f2420ba 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -68,6 +68,7 @@ class PositionsRecorder;
|
| class Profiler;
|
| class Ticker;
|
| struct TickSample;
|
| +class RuntimeCallTimer;
|
|
|
| #undef LOG
|
| #define LOG(isolate, Call) \
|
| @@ -354,6 +355,7 @@ class Logger {
|
|
|
| // Emits a profiler tick event. Used by the profiler thread.
|
| void TickEvent(TickSample* sample, bool overflow);
|
| + void RuntimeCallTimerEvent();
|
|
|
| PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);
|
|
|
|
|