Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 936ea59ffb9d73c266ac861bb07d1f813cb5fe10..1932fb8cd767b16cbcb3faaf693283605be11381 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -57,21 +57,6 @@ class V8_EXPORT CpuProfileNode { |
*/ |
int GetLineNumber() const; |
- /** |
- * Returns total (self + children) execution time of the function, |
- * in milliseconds, estimated by samples count. |
- */ |
- V8_DEPRECATED(double GetTotalTime() const); |
- |
- /** |
- * Returns self execution time of the function, in milliseconds, |
- * estimated by samples count. |
- */ |
- V8_DEPRECATED(double GetSelfTime() const); |
- |
- /** Returns the count of samples where function exists. */ |
- V8_DEPRECATED(double GetTotalSamplesCount() const); |
- |
/** DEPRECATED. Please use GetHitCount instead. |
* Returns the count of samples where function was currently executing. |
*/ |