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,"default","","",2,{"inputs":[],"output":{"name":"histogramcounters"}}],[11,"next","","",3,null],[11,"new","","create a new Histogram",3,{"inputs":[{"name":"histogramconfig"}],"output":{"name":"option"}}],[11,"increment","","increment the count for a value",3,null],[11,"record","","record additional counts for value",3,null],[11,"get","","get the count for a value",3,null],[11,"percentile","","return the value for the given percentile",3,null],[11,"merge","","merge one Histogram into another Histogram",3,null],[11,"entries","","return the number of entries in the Histogram",3,null]],"paths":[[3,"HistogramConfig"],[3,"HistogramBucket"],[3,"HistogramCounters"],[3,"Histogram"]]}; initSearch(searchIndex);