Searched refs:ReturnStats (Results 1 – 1 of 1) sorted by relevance
259 std::vector<std::pair<StringRef, uint64_t>> ReturnStats; in GetStatistics() local262 ReturnStats.emplace_back(Stat->getName(), Stat->getValue()); in GetStatistics()263 return ReturnStats; in GetStatistics()