Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index f5b760a402538e7b2c6cffe3a5ffb06e9fd55805..309a0754e36dc813dd77a9ad7cb3702f28d91ab6 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -118,14 +118,12 @@ class V8_EXPORT CpuProfile { |
const CpuProfileNode* GetSample(int index) const; |
/** |
- * Returns time when the profile recording started (in microseconds |
- * since the Epoch). |
+ * Returns time when the profile recording was started (in microseconds). |
yurys
2014/04/18 12:43:30
Please add a note about the time base.
alph
2014/04/18 13:19:58
Done.
|
*/ |
int64_t GetStartTime() const; |
/** |
- * Returns time when the profile recording was stopped (in microseconds |
- * since the Epoch). |
+ * Returns time when the profile recording was stopped (in microseconds). |
*/ |
int64_t GetEndTime() const; |