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

Unified Diff: sky/tools/debugger/prompt/prompt.cc

Issue 812573006: Sky should symbolize pprof traces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | sky/tools/skydb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/prompt/prompt.cc
diff --git a/sky/tools/debugger/prompt/prompt.cc b/sky/tools/debugger/prompt/prompt.cc
index 0432d09f9df17183c7a52761d0fb12ea09caf0d6..23f1c5dfb8038f8da1d1dd79fa9f6e74a010669b 100644
--- a/sky/tools/debugger/prompt/prompt.cc
+++ b/sky/tools/debugger/prompt/prompt.cc
@@ -178,7 +178,7 @@ class Prompt : public mojo::ApplicationDelegate,
void StartProfiling(int connection_id) {
base::debug::StartProfiling("sky_viewer.pprof");
- Respond(connection_id, "Starting profiling (type 'stop_profiling' to stop");
+ Respond(connection_id, "Starting profiling (stop with 'stop_profiling')");
}
void StopProfiling(int connection_id) {
« no previous file with comments | « no previous file | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698