Home
last modified time | relevance | path

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

/external/armnn/src/profiling/backends/
DBackendProfiling.cpp16 BackendProfiling::GetCounterRegistrationInterface(uint16_t currentMaxGlobalCounterID) in GetCounterRegistrationInterface()
22 std::unique_ptr<ISendTimelinePacket> BackendProfiling::GetSendTimelinePacket() in GetSendTimelinePacket()
27 IProfilingGuidGenerator& BackendProfiling::GetProfilingGuidGenerator() in GetProfilingGuidGenerator()
33 void BackendProfiling::ReportCounters(const std::vector<Timestamp>& timestamps) in ReportCounters()
51 CounterStatus BackendProfiling::GetCounterStatus(uint16_t backendCounterId) in GetCounterStatus()
67 std::vector<CounterStatus> BackendProfiling::GetActiveCounters() in GetActiveCounters()
90 bool BackendProfiling::IsProfilingEnabled() const in IsProfilingEnabled()
DBackendProfiling.hpp17 class BackendProfiling : public IBackendProfiling class
20 BackendProfiling(const IRuntime::CreationOptions& options, in BackendProfiling() function in armnn::profiling::BackendProfiling
27 ~BackendProfiling() in ~BackendProfiling()
/external/armnn/src/armnn/
DRuntime.cpp221 … std::make_unique<armnn::profiling::BackendProfiling>(armnn::profiling::BackendProfiling( in Runtime()
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp164 std::make_unique<BackendProfiling>(options, profilingService, cpuAccId); in BOOST_AUTO_TEST_CASE()
166 std::make_unique<BackendProfiling>(options, profilingService, gpuAccId); in BOOST_AUTO_TEST_CASE()
412 std::make_unique<BackendProfiling>(options, profilingService, cpuAccId); in BOOST_AUTO_TEST_CASE()
/external/armnn/
DAndroid.mk242 src/profiling/backends/BackendProfiling.cpp
DCMakeLists.txt556 src/profiling/backends/BackendProfiling.cpp
557 src/profiling/backends/BackendProfiling.hpp
/external/armnn/src/profiling/test/
DProfilingTests.cpp3481 BackendProfiling backendProfilingCpuRef(options, profilingService, cpuRefId); in BOOST_AUTO_TEST_CASE()
3482 BackendProfiling backendProfilingCpuAcc(options, profilingService, cpuAccId); in BOOST_AUTO_TEST_CASE()
3619 armnn::profiling::BackendProfiling backendProfiling(options, in BOOST_AUTO_TEST_CASE()