Home
last modified time | relevance | path

Searched refs:m_Description (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/profiling/common/include/
H A DCounter.hpp39 , m_Description(description) in Counter()
53 std::string m_Description; member in arm::pipe::Counter
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingTests.cpp1391 CHECK(counter->m_Description == "valid description");
1433 CHECK(counterWUnits->m_Description == "valid description");
1461 CHECK(counterWoDevice->m_Description == "valid description");
1515 CHECK(counterWDevice->m_Description == "valid description");
1544 CHECK(counterWoCounterSet->m_Description == "valid description");
1586 CHECK(counterWNumberOfCores->m_Description == "valid description");
1625 CHECK(counterWMultiCoreDevice->m_Description == "valid description");
1673 CHECK(counterWMultiCoreDeviceWParentCategory->m_Description == "valid description");
1709 CHECK(counterWCounterSet->m_Description == "valid description");
1733 CHECK(counterWDeviceWCounterSet->m_Description == "valid description");
[all …]
H A DSendCounterPacketTests.cpp1689 CHECK(counter->m_Description == eventRecord.description);
/aosp_15_r20/external/armnn/tests/profiling/gatordmock/tests/
H A DGatordMockTests.cpp391 CHECK(serviceCounter->m_Description.compare(receivedCounter.second->m_Description) == 0);
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp183 body.append(CentreAlignFormatting(counter->m_Description, 50)); in PrintCounterDetails()
/aosp_15_r20/external/armnn/profiling/client/src/
H A DSendCounterPacket.cpp409 const std::string& counterDescription = counter->m_Description; in CreateEventRecord()