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

Unified Diff: src/oprofile-agent.cc

Issue 125181: Added utility scripts for running oprofile (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 6 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 | tools/oprofile/annotate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/oprofile-agent.cc
===================================================================
--- src/oprofile-agent.cc (revision 2184)
+++ src/oprofile-agent.cc (working copy)
@@ -52,6 +52,10 @@
return true;
}
#else
+ if (FLAG_oprofile) {
+ OS::Print("Warning: --oprofile specified but binary compiled without "
+ "oprofile support.\n");
+ }
return true;
#endif
}
« no previous file with comments | « no previous file | tools/oprofile/annotate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698