| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 321d4a13319316e3996ebc2118e58d630fa21e3d..3fd6fc6605194cbe9ced65b8ac5523050f234865 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -2085,6 +2085,11 @@ class V8EXPORT V8 {
|
| static void ResumeProfiler();
|
|
|
| /**
|
| + * Return whether profiler is currently paused.
|
| + */
|
| + static bool IsProfilerPaused();
|
| +
|
| + /**
|
| * If logging is performed into a memory buffer (via --logfile=*), allows to
|
| * retrieve previously written messages. This can be used for retrieving
|
| * profiler log data in the application. This function is thread-safe.
|
|
|