Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Dhistogram.cc25 struct SampleInfo { struct
26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() argument
35 std::map<std::string, SampleInfo> histograms_ GUARDED_BY(histogram_crit_);
43 histograms_.insert(std::make_pair(name, SampleInfo(name))); in HistogramFactoryGetCounts()
53 histograms_.insert(std::make_pair(name, SampleInfo(name))); in HistogramFactoryGetEnumeration()
62 SampleInfo* ptr = reinterpret_cast<SampleInfo*>(histogram_pointer); in HistogramAdd()
/external/deqp/executor/
DxeTestCaseResult.hpp78 class SampleInfo;
476 class SampleInfo : public Item class
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
480 ~SampleInfo (void) {} in ~SampleInfo()
511 SampleInfo sampleInfo;
DxeTestResultParser.cpp662 ri::SampleInfo* info = &list->sampleInfo; in handleElementStart()
673 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
DxeTestLogWriter.cpp448 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item); in writeResultItem()
/external/deqp/modules/internal/
DditTestLogTests.cpp52 << TestLog::SampleInfo in iterate()
/external/v8/src/profiler/
Dsampler.h46 v8::SampleInfo* sample_info);
Dsampler.cc698 SampleInfo info; in Init()
708 v8::SampleInfo* sample_info) { in GetStackSample()
/external/v8/test/cctest/
Dtest-sampler-api.cc143 v8::SampleInfo info; in DoCollectSample()
/external/deqp/framework/common/
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
DtcuTestLog.cpp521 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.cpp951 << 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/v8/include/
Dv8.h1651 struct SampleInfo { struct
5603 size_t frames_limit, SampleInfo* sample_info);
/external/v8/src/
Dapi.cc7359 size_t frames_limit, SampleInfo* sample_info) { in GetStackSample()