Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingTests.cpp967 const Category* categoryWValidDeviceAndValidCounterSet = nullptr; variable
968 CHECK_NOTHROW(categoryWValidDeviceAndValidCounterSet = counterDirectory.RegisterCategory(
971 CHECK(categoryWValidDeviceAndValidCounterSet);
972 CHECK(categoryWValidDeviceAndValidCounterSet != category);
973 …CHECK(categoryWValidDeviceAndValidCounterSet->m_Name == categoryWValidDeviceAndValidCounterSetName…