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/src/profiling/
DSendCounterPacket.hpp26 using CounterSetRecord = std::vector<uint32_t>; typedef in armnn::profiling::SendCounterPacket
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp1398 struct CounterSetRecord in BOOST_AUTO_TEST_CASE() struct
1400 uint16_t uid; in BOOST_AUTO_TEST_CASE()
1401 uint16_t count; in BOOST_AUTO_TEST_CASE()
1402 uint32_t name_offset; in BOOST_AUTO_TEST_CASE()
1403 uint32_t name_length; in BOOST_AUTO_TEST_CASE()
1404 std::string name; in BOOST_AUTO_TEST_CASE()