| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index cf2834130053656f5ecd7d30d08d1f0627544d40..7a71bf10f2abebdd4910fe0bfed60fd7e0357f66 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -149,6 +149,18 @@ class V8EXPORT CpuProfile {
|
| const CpuProfileNode* GetSample(int index) const;
|
|
|
| /**
|
| + * Returns time when the profile recording started (in milliseconds
|
| + * since the Epoch).
|
| + */
|
| + double GetStartTime() const;
|
| +
|
| + /**
|
| + * Returns time when the profile recording was stopped (in milliseconds
|
| + * since the Epoch).
|
| + */
|
| + double GetEndTime() const;
|
| +
|
| + /**
|
| * Deletes the profile and removes it from CpuProfiler's list.
|
| * All pointers to nodes previously returned become invalid.
|
| * Profiles with the same uid but obtained using different
|
|
|