Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp262 struct ResultRow { struct
263 uint64_t Count;
264 double Min;
265 double Median;
266 double Pct90;
267 double Pct99;
268 double Max;
269 double Sum;
270 std::string DebugInfo;
271 std::string Function;