var searchIndex = {}; searchIndex["histogram"] = {"doc":"A native rust implementation of a histogram and percentiles which can offer\nspecified precision across the full range of stored values. This library is\ninspired by the HdrHistogram project.","items":[[3,"HistogramConfig","histogram","",null,null],[12,"precision","","",0,null],[12,"max_memory","","",0,null],[12,"max_value","","",0,null],[3,"HistogramCounters","","",null,null],[3,"HistogramData","","",null,null],[3,"HistogramProperties","","",null,null],[3,"Histogram","","",null,null],[3,"HistogramBucket","","",null,null],[12,"value","","",1,null],[12,"count","","",1,null],[12,"id","","",1,null],[11,"default","","",0,{"inputs":[],"output":{"name":"histogramconfig"}}],[11,"clone","","",0,null],[11,"default","","",2,{"inputs":[],"output":{"name":"histogramcounters"}}],[11,"clone","","",2,null],[11,"clone","","",3,null],[11,"clone","","",4,null],[11,"clone","","",5,null],[11,"clone","","",1,null],[11,"next","","",5,null],[11,"fmt","","",5,null],[11,"new","","create a new Histogram",5,{"inputs":[{"name":"histogramconfig"}],"output":{"name":"option"}}],[11,"clear","","clear the histogram data",5,null],[11,"increment","","increment the count for a value",5,null],[11,"record","","record additional counts for value",5,null],[11,"get","","get the count for a value",5,null],[11,"percentile","","return the value for the given percentile",5,null],[11,"merge","","merge one Histogram into another Histogram",5,null],[11,"entries","","return the number of entries in the Histogram",5,null]],"paths":[[3,"HistogramConfig"],[3,"HistogramBucket"],[3,"HistogramCounters"],[3,"HistogramData"],[3,"HistogramProperties"],[3,"Histogram"]]}; initSearch(searchIndex);