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

Unified Diff: src/cpu-profiler.h

Issue 19724007: Logger: introduce abstract interface for CodeEvent listeners. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « no previous file | src/log.h » ('j') | src/log.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cpu-profiler.h
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
index 66e2b8bd18ca8b9d047a4f37585d2a9f07f5d4f8..e15ba8b483e68f91dc826b8250fe18116d1ef5cd 100644
--- a/src/cpu-profiler.h
+++ b/src/cpu-profiler.h
@@ -184,7 +184,7 @@ class ProfilerEventsProcessor : public Thread {
} while (false)
-class CpuProfiler {
+class CpuProfiler : public CodeEventLoggerBase {
yurys 2013/07/24 09:15:40 Should we add virtual to the overrides for clarity
public:
explicit CpuProfiler(Isolate* isolate);
« no previous file with comments | « no previous file | src/log.h » ('j') | src/log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698