Searched defs:CounterSetRecord (Results 1 – 3 of 3) sorted by relevance
148 struct CounterSetRecord struct150 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()
26 using CounterSetRecord = std::vector<uint32_t>; typedef in armnn::profiling::SendCounterPacket
1398 struct CounterSetRecord in BOOST_AUTO_TEST_CASE() struct1400 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()