Searched defs:ResultRow (Results 1 – 1 of 1) sorted by relevance
221 struct ResultRow { struct222 uint64_t Count;223 double Min;224 double Median;225 double Pct90;226 double Pct99;227 double Max;228 double Sum;229 std::string DebugInfo;230 std::string Function;