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

Unified Diff: src/platform-linux.cc

Issue 6712062: Fix DevTools CPU profiler after isolates merge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 9 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/cpu-profiler.cc ('k') | src/platform-win32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-linux.cc
diff --git a/src/platform-linux.cc b/src/platform-linux.cc
index 50b0b67d891a3f506fe7243c5d5bc2e92b147423..0624dd97522df40952358af0bec02fca26ee76aa 100644
--- a/src/platform-linux.cc
+++ b/src/platform-linux.cc
@@ -950,6 +950,7 @@ class SignalSender : public Thread {
}
Sleep(FULL_INTERVAL);
}
+ state = SamplerRegistry::GetState();
Vitaly Repeshko 2011/03/21 17:16:10 *Facepalm* But please fix it in a slightly differ
}
}
« no previous file with comments | « src/cpu-profiler.cc ('k') | src/platform-win32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698