Searched refs:BackendProfiling (Results 1 – 7 of 7) sorted by relevance
/external/armnn/src/profiling/backends/ |
D | BackendProfiling.cpp | 16 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()
|
D | BackendProfiling.hpp | 17 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/ |
D | Runtime.cpp | 221 … std::make_unique<armnn::profiling::BackendProfiling>(armnn::profiling::BackendProfiling( in Runtime()
|
/external/armnn/src/backends/backendsCommon/test/ |
D | BackendProfilingTests.cpp | 164 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/ |
D | Android.mk | 242 src/profiling/backends/BackendProfiling.cpp
|
D | CMakeLists.txt | 556 src/profiling/backends/BackendProfiling.cpp 557 src/profiling/backends/BackendProfiling.hpp
|
/external/armnn/src/profiling/test/ |
D | ProfilingTests.cpp | 3481 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()
|