var searchIndex = {}; searchIndex["heatmap"] = {"doc":"Heatmap provides a time-series of Histograms, which is useful for\nrecording distributions over time and reporting percentiles over time","items":[[3,"Config","heatmap","A configuration struct for building custom `Heatmap`s.",null,null],[3,"Heatmap","","main datastructure of `Heatmap`",null,null],[3,"Slice","","a `Histogram` with time boundaries",null,null],[3,"Iter","","Iterator over a `Heatmap`'s `Slice`s",null,null],[11,"clone","","",0,null],[11,"default","","",0,{"inputs":[],"output":{"name":"config"}}],[11,"new","","create a new Config with the defaults",0,{"inputs":[],"output":{"name":"config"}}],[11,"precision","","set the number of significant figures to mantain for values",0,null],[11,"max_memory","","set a bound on memory usage of `Heatmap`",0,null],[11,"max_value","","set the max value to store within the `Heatmap`",0,null],[11,"slice_duration","","set the duration of each `Slice` within the `Heatmap`",0,null],[11,"num_slices","","set the number of `Slice`s to store",0,null],[11,"start","","the start time of the `Heatmap`, used for `Slice` indexing",0,null],[11,"build","","creates the `Heatmap` from the `Config`",0,null],[11,"clone","","",1,null],[11,"clone","","",2,null],[11,"start","","returns the start time of the `Slice`",2,null],[11,"stop","","returns the stop time of the `Slice`",2,null],[11,"histogram","","returns the `Histogram` for the `Slice`",2,null],[11,"next","","",3,null],[11,"default","","",1,{"inputs":[],"output":{"name":"heatmap"}}],[11,"new","","create a new Heatmap with defaults",1,{"inputs":[],"output":{"name":"heatmap"}}],[11,"configure","","configure and build a new Heatmap",1,{"inputs":[],"output":{"name":"config"}}],[11,"clear","","clear the heatmap data",1,null],[11,"increment","","increment the count for a value at a time",1,null],[11,"increment_by","","increment additional counts for value at a time",1,null],[11,"get","","get the count of items at a quantized time-value point",1,null],[11,"entries","","return the number of entries in the Histogram",1,null],[11,"merge","","merge one Heatmap into another Heatmap",1,null],[11,"save","","save the `Heatmap` to disk. NOTE: format may change in future",1,null],[11,"histogram_buckets","","returns the number of buckets per `Histogram` / `Slice`",1,null],[11,"num_slices","","returns the number of `Slice`s within `Heatmap`",1,null]],"paths":[[3,"Config"],[3,"Heatmap"],[3,"Slice"],[3,"Iter"]]}; initSearch(searchIndex);