Home
last modified time | relevance | path

Searched defs:StatType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h22 enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; enum
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enum