Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.h456 struct Statistics { struct
467 Statistics statistics_ = {}; argument
760 struct Statistics { struct
774 Statistics statistics_ = {}; argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DStatistics.java25 public interface Statistics { interface
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp786 struct Statistics struct
788 double mean;
789 double standardDeviation;
790 double standardErrorOfMean;
/third_party/benchmark/include/benchmark/
Dbenchmark.h676 struct Statistics { struct
678 StatisticsFunc* compute_; argument
681 Statistics(const std::string& name, StatisticsFunc* compute, argument
683 : name_(name), compute_(compute), unit_(unit) {} in name_()
/third_party/node/deps/v8/tools/
Dperf-compare.py30 class Statistics: class
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h395 D3D10_DDI_QUERY_DATA_PIPELINE_STATISTICS Statistics; member