Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
414df143
Commit
414df143
authored
Feb 07, 2015
by
antirez
Browse files
Add missing latency-dest legend symbol.
parent
2860cf41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
414df143
...
...
@@ -1167,7 +1167,7 @@ void showLatencyDistSamples(struct distsamples *samples, long long tot) {
/* Show the legend: different buckets values and colors meaning, so
* that the spectrum is more easily readable. */
void
showLatencyDistLegend
(
void
)
{
printf
(
". - *
0
.01
0
.125
0.5
milliseconds
\n
"
);
printf
(
". - *
#
.01 .125
.25 .5
milliseconds
\n
"
);
printf
(
"1,2,3,...,9 from 1 to 9 milliseconds
\n
"
);
printf
(
"A,B,C,D,E 10,20,30,40,50 milliseconds
\n
"
);
printf
(
"F,G,H,I,J .1,.2,.3,.4,.5 seconds
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment