Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: include/v8.h

Issue 24566004: Add an API for additional profile log records (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | test/mjsunit/tools/tickprocessor-test.ignore-unknown » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | src/api.cc » ('j') | test/mjsunit/tools/tickprocessor-test.ignore-unknown » ('J')

Powered by Google App Engine
This is Rietveld 408576698