Skip to content

Commit

Permalink
Merge pull request #1920 from yyweii/master
Browse files Browse the repository at this point in the history
Fix bvar_dump_tabs space in dumped file
  • Loading branch information
zyearn authored Sep 18, 2022
2 parents 3ae3400 + 1219993 commit b382b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bvar/variable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,9 @@ DEFINE_string(bvar_dump_exclude, "", "Dump bvar excluded from these wildcards, "
"separated by semicolon(;), empty means no exclusion");
DEFINE_string(bvar_dump_prefix, "<app>", "Every dumped name starts with this prefix");
DEFINE_string(bvar_dump_tabs, "latency=*_latency*"
"; qps=*_qps*"
"; error=*_error*"
"; system=*process_*,*malloc_*,*kernel_*",
";qps=*_qps*"
";error=*_error*"
";system=*process_*,*malloc_*,*kernel_*",
"Dump bvar into different tabs according to the filters (seperated by semicolon), "
"format: *(tab_name=wildcards;)");

Expand Down

0 comments on commit b382b52

Please sign in to comment.