Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_http2.h455 struct Statistics { struct
465 Statistics statistics_ = {}; argument
757 struct Statistics { struct
770 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/mesa3d/src/gallium/frontends/d3d10umd/
DState.h395 D3D10_DDI_QUERY_DATA_PIPELINE_STATISTICS Statistics; member