Home
last modified time | relevance | path

Searched defs:CounterSetRecord (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/tests/profiling/gatordmock/
H A DCounterDirectory.hpp148 struct CounterSetRecord struct
150 uint16_t m_CounterSetUid;
151 uint16_t m_CounterSetCount;
152 std::string m_CounterSetName;
154 static void printHeader() in printHeader()
173 void printContents() const in printContents()
/aosp_15_r20/external/armnn/src/profiling/test/
H A DSendCounterPacketTests.cpp1434 struct CounterSetRecord struct
1442 std::vector<CounterSetRecord> counterSetRecords; argument
/aosp_15_r20/external/armnn/profiling/client/src/
H A DSendCounterPacket.hpp26 using CounterSetRecord = std::vector<uint32_t>; typedef in arm::pipe::SendCounterPacket