Home
last modified time | relevance | path

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

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