Home
last modified time | relevance | path

Searched refs:SampleInfo (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/system_wrappers/source/
Dmetrics.cc51 std::unique_ptr<SampleInfo> GetAndReset() { in GetAndReset()
56 SampleInfo* copy = in GetAndReset()
57 new SampleInfo(info_.name, info_.min, info_.max, info_.bucket_count); in GetAndReset()
61 return std::unique_ptr<SampleInfo>(copy); in GetAndReset()
101 SampleInfo info_ RTC_GUARDED_BY(mutex_);
137 std::map<std::string, std::unique_ptr<SampleInfo>>* histograms) { in GetAndReset()
140 std::unique_ptr<SampleInfo> info = kv.second->GetAndReset(); in GetAndReset()
276 SampleInfo::SampleInfo(const std::string& name, in SampleInfo() function in webrtc::metrics::SampleInfo
282 SampleInfo::~SampleInfo() {} in ~SampleInfo()
294 std::map<std::string, std::unique_ptr<SampleInfo>>* histograms) { in GetAndReset()
Dmetrics_default_unittest.cc29 const std::map<std::string, std::unique_ptr<metrics::SampleInfo>>& in NumSamples()
44 const std::map<std::string, std::unique_ptr<metrics::SampleInfo>>& in NumEvents()
121 std::map<std::string, std::unique_ptr<metrics::SampleInfo>> histograms; in TEST_F()
157 std::map<std::string, std::unique_ptr<metrics::SampleInfo>> histograms; in TEST_F()
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.h60 struct SampleInfo { struct
77 std::map<uint64_t, SampleInfo> known_histograms_; argument
Dhistogram_snapshot_manager.cc80 SampleInfo* sample_info = &known_histograms_[histogram->name_hash()]; in PrepareSamples()
/external/deqp/executor/
DxeTestCaseResult.hpp78 class SampleInfo;
482 class SampleInfo : public Item class
485 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
486 ~SampleInfo (void) {} in ~SampleInfo()
517 SampleInfo sampleInfo;
DxeTestResultParser.cpp674 ri::SampleInfo* info = &list->sampleInfo; in handleElementStart()
685 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
DxeTestLogWriter.cpp455 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item); in writeResultItem()
/external/webrtc/system_wrappers/include/
Dmetrics.h398 struct SampleInfo { struct
399 SampleInfo(const std::string& name, int min, int max, size_t bucket_count);
400 ~SampleInfo();
415 std::map<std::string, std::unique_ptr<SampleInfo>>* histograms); argument
/external/webrtc/sdk/objc/api/peerconnection/
DRTCMetricsSampleInfo+Private.h21 - (instancetype)initWithNativeSampleInfo : (const webrtc::metrics::SampleInfo &)info;
DRTCMetrics.mm20 std::map<std::string, std::unique_ptr<webrtc::metrics::SampleInfo>>
DRTCMetricsSampleInfo.mm26 (const webrtc::metrics::SampleInfo &)info { argument
/external/webrtc/sdk/android/src/jni/
Dandroid_metrics.cc31 std::map<std::string, std::unique_ptr<metrics::SampleInfo>> histograms; in JNI_Metrics_GetAndReset()
/external/deqp/modules/internal/
DditTestLogTests.cpp52 << TestLog::SampleInfo in iterate()
/external/deqp/framework/common/
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
DtcuTestLog.cpp544 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1367 << tcu::TestLog::SampleInfo in logSampleList()
1391 << tcu::TestLog::SampleInfo in logSampleList()
1423 << tcu::TestLog::SampleInfo in logSampleList()
1453 << tcu::TestLog::SampleInfo in logSampleList()
1487 << tcu::TestLog::SampleInfo in logSampleList()
1519 << tcu::TestLog::SampleInfo in logSampleList()
1547 << tcu::TestLog::SampleInfo in logSampleList()
1577 << tcu::TestLog::SampleInfo in logSampleList()
1611 << tcu::TestLog::SampleInfo in logSampleList()
1647 << tcu::TestLog::SampleInfo in logSampleList()
[all …]
Des3pDepthTests.cpp644 log << TestLog::SampleInfo in logSamples()
659 log << TestLog::SampleInfo in logSamples()
Des3pShaderOperatorTests.cpp963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate()
976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp433 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logResults()
DteglGLES2SharedRenderingPerfTests.cpp948 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logAndSetResults()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate()
976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
/external/flac/src/flac/
Dencode.c61 } SampleInfo; typedef
95 SampleInfo info;