"example-libuv.c" did not exist on "947612865d5dce64240955bc152e225f385349a8"
Commit 630634a3 authored by antirez's avatar antirez
Browse files

Add missing latency-dest legend symbol.

parent cdf30ba8
......@@ -1140,7 +1140,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");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment