diff options
Diffstat (limited to 'deps/v8/src/d8/d8.h')
-rw-r--r-- | deps/v8/src/d8/d8.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/v8/src/d8/d8.h b/deps/v8/src/d8/d8.h index 00e71a12e0..3cfa31322d 100644 --- a/deps/v8/src/d8/d8.h +++ b/deps/v8/src/d8/d8.h @@ -540,7 +540,14 @@ class Shell : public i::AllStatic { static void AddHistogramSample(void* histogram, int sample); static void MapCounters(v8::Isolate* isolate, const char* name); + static double GetTimestamp(); + static int64_t GetTracingTimestampFromPerformanceTimestamp( + double performance_timestamp); + static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args); + static void PerformanceMark(const v8::FunctionCallbackInfo<v8::Value>& args); + static void PerformanceMeasure( + const v8::FunctionCallbackInfo<v8::Value>& args); static void PerformanceMeasureMemory( const v8::FunctionCallbackInfo<v8::Value>& args); |