Write the histogram contents in tab‐separated values (TSV) format. Format is "min max count sum".
Synopsis
Declared in <folly/stats/Histogram.h>
void
toTSV(
std::ostream& out,
bool skipEmptyBuckets = true) const;
Parameters
Name |
Description |
out |
The output stream to write to. |
skipEmptyBuckets |
Whether to omit buckets with no values. |
Created with MrDocs