Home
last modified time | relevance | path

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

/external/armnn/tests/profiling/gatordmock/
DCounterDirectory.hpp108 struct CategoryRecord struct
110 uint16_t m_EventCount;
111 std::string m_CategoryName;
112 std::vector<EventRecord> m_EventRecords;
114 void print() const in print()
/external/armnn/profiling/client/src/
DSendCounterPacket.hpp24 using CategoryRecord = std::vector<uint32_t>; typedef in arm::pipe::SendCounterPacket
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp1513 struct CategoryRecord struct
1523 std::vector<CategoryRecord> categoryRecords; argument