Searched defs:Statistics (Results 1 – 6 of 6) sorted by relevance
456 struct Statistics { struct467 Statistics statistics_ = {}; argument760 struct Statistics { struct774 Statistics statistics_ = {}; argument
25 public interface Statistics { interface
786 struct Statistics struct788 double mean;789 double standardDeviation;790 double standardErrorOfMean;
676 struct Statistics { struct678 StatisticsFunc* compute_; argument681 Statistics(const std::string& name, StatisticsFunc* compute, argument683 : name_(name), compute_(compute), unit_(unit) {} in name_()
30 class Statistics: class
395 D3D10_DDI_QUERY_DATA_PIPELINE_STATISTICS Statistics; member