Searched refs:FileSampledStats (Results 1 – 1 of 1) sorted by relevance
84 struct FileSampledStats { struct85 FileSampledStats() : num_reads_sampled(0) {} in FileSampledStats() argument86 FileSampledStats(const FileSampledStats& other) { *this = other; } in FileSampledStats() function87 FileSampledStats& operator=(const FileSampledStats& other) {104 FileSampledStats stats; argument