Home
last modified time | relevance | path

Searched refs:counterUnits (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp583 const std::string counterUnits = "Mrads2"; variable
592 counterUnits,
684 CHECK(eventRecordPool[counterUnitsOffset] == counterUnits.size() + 1);
689 counterUnits.data(),
690 counterUnits.size()) == 0); // units
692 CHECK(eventRecordPool[counterUnitsOffset + uint32_t_size + counterUnits.size()] == '\0');
816 const std::string counterUnits = "Mrads2"; variable
825 counterUnits,
855 const std::string counterUnits = "Mrads2"; variable
864 counterUnits,
[all …]
/external/armnn/profiling/client/src/
DSendCounterPacket.cpp410 const std::string& counterUnits = counter->m_Units; in CreateEventRecord() local
492 bool includeUnits = !counterUnits.empty(); in CreateEventRecord()
505 …if (!arm::pipe::StringToSwTraceString<arm::pipe::SwTraceNameCharPolicy>(counterUnits, counterUnits… in CreateEventRecord()