Home
last modified time | relevance | path

Searched defs:Histogram (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md156 #### zpool_latency Histogram Tags
164 #### zpool_latency Histogram Fields
196 #### zpool_io_size Histogram Tags
204 #### zpool_io_size Histogram Fields
220 #### About unsigned integers
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.h39 using Histogram = std::map<unsigned, unsigned>; variable
H A DDispatchStatistics.h52 using Histogram = std::map<unsigned, unsigned>; variable
H A DSchedulerStatistics.h65 using Histogram = std::map<unsigned, unsigned>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h41 bool Histogram = false; member