Home
last modified time | relevance | path

Searched defs:Statistics (Results 1 – 5 of 5) 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/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.h532 struct Statistics { struct
534 StatisticsFunc* compute_; argument
537 Statistics(const std::string& name, StatisticsFunc* compute, argument
539 : 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