Chromium Code Reviews| Index: include/v8.h |
| =================================================================== |
| --- include/v8.h (revision 16936) |
| +++ include/v8.h (working copy) |
| @@ -4601,6 +4601,11 @@ |
| intptr_t change_in_bytes); |
| /** |
| + * Add a mark line to the profiler log. |
| + */ |
|
yurys
2013/09/27 09:31:37
v8::CpuProfiler may be a better place for this met
|
| + static void AddProfilerMark(char* mark); |
| + |
| + /** |
| * Forcefully terminate the current thread of JavaScript execution |
| * in the given isolate. If no isolate is provided, the default |
| * isolate is used. |