Home
last modified time | relevance | path

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

/external/armnn/tests/profiling/gatordmock/
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()
/external/armnn/profiling/client/src/
DSendCounterPacket.hpp26 using CounterSetRecord = std::vector<uint32_t>; typedef in arm::pipe::SendCounterPacket
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp1434 struct CounterSetRecord struct
1442 std::vector<CounterSetRecord> counterSetRecords; argument