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

Unified Diff: src/runtime.h

Issue 7310025: Remove support for logging into a memory buffer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 5 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 | « src/log-utils.cc ('k') | src/runtime.cc » ('j') | src/runtime.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 0900fd36064af8d27cd7ea5233faf012cb195f26..8875939c15d942729ede0cc5c6373be5e8703114 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -430,7 +430,12 @@ namespace internal {
#ifdef ENABLE_LOGGING_AND_PROFILING
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \
F(ProfilerResume, 0, 1) \
- F(ProfilerPause, 0, 1)
+ F(ProfilerPause, 0, 1) \
+ /* Testing */ \
+ F(CreateClassWithCallback, 2, 1) \
+ F(CreateClassWithGetterAndSetter, 3, 1) \
+ F(LogCompiledFunctions, 0, 1) \
+ F(CollectGarbage2, 0, 1)
#else
#define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F)
#endif
« no previous file with comments | « src/log-utils.cc ('k') | src/runtime.cc » ('j') | src/runtime.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698