Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp260 struct ResultRow { struct
261 uint64_t Count;
262 double Min;
263 double Median;
264 double Pct90;
265 double Pct99;
266 double Max;
267 double Sum;
268 std::string DebugInfo;
269 std::string Function;