summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/platform/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/platform/time.h')
-rw-r--r--deps/v8/src/base/platform/time.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/src/base/platform/time.h b/deps/v8/src/base/platform/time.h
index 29300e5404..c8140efe4a 100644
--- a/deps/v8/src/base/platform/time.h
+++ b/deps/v8/src/base/platform/time.h
@@ -318,13 +318,6 @@ class TimeTicks final {
// Returns true if the high-resolution clock is working on this system.
static bool IsHighResolutionClockWorking();
- // Returns Linux kernel timestamp for generating profiler events. This method
- // returns null TimeTicks if the kernel cannot provide the timestamps (e.g.,
- // on non-Linux OS or if the kernel module for timestamps is not loaded).
-
- static TimeTicks KernelTimestampNow();
- static bool KernelTimestampAvailable();
-
// Returns true if this object has not been initialized.
bool IsNull() const { return ticks_ == 0; }