diff options
Diffstat (limited to 'deps/v8/src/runtime-profiler.h')
-rw-r--r-- | deps/v8/src/runtime-profiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/runtime-profiler.h b/deps/v8/src/runtime-profiler.h index 507535f0b4..ab6cb378ea 100644 --- a/deps/v8/src/runtime-profiler.h +++ b/deps/v8/src/runtime-profiler.h @@ -52,6 +52,8 @@ class RuntimeProfiler { void OptimizeNow(); + void NotifyTick(); + void SetUp(); void Reset(); void TearDown(); |