Home
last modified time | relevance | path

Searched refs:SPARKLINE_FILL (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsparkline.h47 #define SPARKLINE_FILL 1 /* Fill the area under the curve. */ macro
H A Dsparkline.c104 int opt_fill = flags & SPARKLINE_FILL; in sparklineRenderRange()
H A Dlatency.c556 graph = sparklineRender(graph,seq,LATENCY_GRAPH_COLS,4,SPARKLINE_FILL); in latencyCommandGenSparkeline()