LATENCY GRAPH implemented.

This commit is contained in:
antirez
2014-07-02 16:31:22 +02:00
parent 6f20482a86
commit aa16f87b87
4 changed files with 66 additions and 6 deletions

View File

@ -51,6 +51,6 @@ struct sequence *createSparklineSequence(void);
void sparklineSequenceAddSample(struct sequence *seq, double value, char *label);
void freeSparklineSequence(struct sequence *seq);
sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags);
sds sparklineRender(struct sequence *seq, int columns, int rows, int flags);
sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags);
#endif /* __SPARKLINE_H */