Home
last modified time | relevance | path

Searched defs:profilingService (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DBackendProfilingTests.cpp204 …std::unique_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilin… variable
458 …std::unique_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilin… variable
519 …std::unique_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilin… variable
/aosp_15_r20/external/armnn/profiling/client/src/backends/
H A DIBackendProfiling.cpp17IProfilingService& profilingService, in CreateBackendProfiling()
H A DBackendProfiling.hpp21 IProfilingService& profilingService, in BackendProfiling()
/aosp_15_r20/external/armnn/src/armnn/
H A DRuntime.cpp302 void RuntimeImpl::ReportStructure(arm::pipe::IProfilingService& profilingService) in ReportStructure()
317 void RuntimeImpl::InitialiseProfilingService(arm::pipe::IProfilingService& profilingService) in InitialiseProfilingService()
H A DArmNNProfilingServiceInitialiser.cpp17 …filingServiceInitialiser::InitialiseProfilingService(arm::pipe::IProfilingService& profilingServic… in InitialiseProfilingService()
H A DBackendRegistry.cpp107 void BackendRegistry::SetProfilingService(armnn::Optional<arm::pipe::IProfilingService&> profilingS… in SetProfilingService()
H A DLoadedNetwork.cpp173arm::pipe::IProfilingService* profilingService) in MakeLoadedNetwork()
207 arm::pipe::IProfilingService* profilingService) : in LoadedNetwork()
654 void LoadedNetwork::SendNetworkStructure(arm::pipe::IProfilingService& profilingService) in SendNetworkStructure()
/aosp_15_r20/external/armnn/profiling/client/src/
H A DRegisterBackendCounters.hpp26 …t16_t currentMaxGlobalCounterID, const std::string& backendId, IProfilingService& profilingService) in RegisterBackendCounters()
H A DActivateTimelineReportingCommandHandler.hpp35 IProfilingService& profilingService) in ActivateTimelineReportingCommandHandler()
H A DTimelineUtilityMethods.cpp18 …melineUtilityMethods> TimelineUtilityMethods::GetTimelineUtils(IProfilingService& profilingService) in GetTimelineUtils()
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingTestUtils.hpp79 arm::pipe::IProfilingService& profilingService) in ProfilingServiceRuntimeHelper()
H A DProfilingTests.hpp172 ProfilingService& profilingService) in SwapProfilingConnectionFactoryHelper()
H A DProfilingTestUtils.cpp131 ProfilingService profilingService(arm::pipe::MAX_ARMNN_COUNTER, in VerifyTimelineLabelBinaryPacketData() local
H A DProfilingTests.cpp1933 virtual void ReportStructure(arm::pipe::IProfilingService& profilingService) override in ReportStructure()