| Index: runtime/vm/os_linux.cc
|
| diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc
|
| index 4ea36d2f50e24c7723c766ef4268e861a540d9b2..3c7495b46b0cc7ced5168cce75c97fd99d1ffe3f 100644
|
| --- a/runtime/vm/os_linux.cc
|
| +++ b/runtime/vm/os_linux.cc
|
| @@ -30,7 +30,7 @@ DEFINE_FLAG(bool, generate_gdb_symbols, false,
|
| DEFINE_FLAG(bool, generate_perf_events_symbols, false,
|
| "Generate events symbols for profiling with perf");
|
| DEFINE_FLAG(charp, generate_pprof_symbols, NULL,
|
| - "Generate events symbols for profiling with pprof");
|
| + "Writes pprof events symbols to the provided file");
|
|
|
| class PerfCodeObserver : public CodeObserver {
|
| public:
|
|
|