Home
last modified time | relevance | path

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

/external/armnn/src/profiling/test/
DFileOnlyProfilingDecoratorTests.cpp49 creationOptions.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
50 creationOptions.m_ProfilingOptions.m_FileOnly = true; in BOOST_AUTO_TEST_CASE()
51 creationOptions.m_ProfilingOptions.m_CapturePeriod = 100; in BOOST_AUTO_TEST_CASE()
52 creationOptions.m_ProfilingOptions.m_TimelineEnabled = true; in BOOST_AUTO_TEST_CASE()
54 creationOptions.m_ProfilingOptions.m_LocalPacketHandlers.push_back(localPacketHandlerPtr); in BOOST_AUTO_TEST_CASE()
168 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
169 options.m_ProfilingOptions.m_FileOnly = true; in BOOST_AUTO_TEST_CASE()
170 options.m_ProfilingOptions.m_IncomingCaptureFile = ""; in BOOST_AUTO_TEST_CASE()
171 options.m_ProfilingOptions.m_OutgoingCaptureFile = tempPath.string(); in BOOST_AUTO_TEST_CASE()
172 options.m_ProfilingOptions.m_CapturePeriod = 100; in BOOST_AUTO_TEST_CASE()
[all …]
DSendTimelinePacketTests.cpp429 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
433 profilingService.ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
DProfilingTestUtils.cpp367 options.m_ProfilingOptions.m_EnableProfiling = true; in VerifyPostOptimisationStructureTestImpl()
368 options.m_ProfilingOptions.m_TimelineEnabled = true; in VerifyPostOptimisationStructureTestImpl()
370 GetProfilingService(&runtime).ResetExternalProfilingOptions(options.m_ProfilingOptions, false); in VerifyPostOptimisationStructureTestImpl()
DProfilingTests.cpp2007 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
3471 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
3475 profilingService.ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
3601 options.m_ProfilingOptions.m_EnableProfiling = false; in BOOST_AUTO_TEST_CASE()
3602 profilingService.ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
3608 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
3612 …MockProfilingService mockProfilingService(mockBuffer, options.m_ProfilingOptions.m_EnableProfiling… in BOOST_AUTO_TEST_CASE()
/external/armnn/python/pyarmnn/test/
Dtest_runtime.py115 options.m_ProfilingOptions.m_FileOnly = True
116 options.m_ProfilingOptions.m_EnableProfiling = True
117 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"
118 options.m_ProfilingOptions.m_IncomingCaptureFile = "/tmp/incoming.txt"
119 options.m_ProfilingOptions.m_TimelineEnabled = True
120 options.m_ProfilingOptions.m_CapturePeriod = 1000
121 options.m_ProfilingOptions.m_FileFormat = "JSON"
131 options.m_ProfilingOptions.m_FileOnly = True
132 options.m_ProfilingOptions.m_EnableProfiling = False
133 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"
[all …]
/external/armnn/tests/ExecuteNetwork/
DExecuteNetworkProgramOptions.cpp142 if (m_RuntimeOptions.m_ProfilingOptions.m_TimelineEnabled && in ValidateRuntimeOptions()
143 !m_RuntimeOptions.m_ProfilingOptions.m_EnableProfiling) in ValidateRuntimeOptions()
298 cxxopts::value<bool>(m_RuntimeOptions.m_ProfilingOptions.m_EnableProfiling)
307 cxxopts::value<bool>(m_RuntimeOptions.m_ProfilingOptions.m_FileOnly)
312 …cxxopts::value<std::string>(m_RuntimeOptions.m_ProfilingOptions.m_FileFormat)->default_value("bina…
316 … cxxopts::value<std::string>(m_RuntimeOptions.m_ProfilingOptions.m_OutgoingCaptureFile))
320 … cxxopts::value<std::string>(m_RuntimeOptions.m_ProfilingOptions.m_IncomingCaptureFile))
324 cxxopts::value<bool>(m_RuntimeOptions.m_ProfilingOptions.m_TimelineEnabled)
329 …cxxopts::value<uint32_t>(m_RuntimeOptions.m_ProfilingOptions.m_CapturePeriod)->default_value("150"…
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp120 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
142 options.m_ProfilingOptions.m_EnableProfiling = false; in BOOST_AUTO_TEST_CASE()
143 GetProfilingService(&runtime).ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
159 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
407 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
460 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
462 profilingService.ConfigureProfilingService(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
485 options.m_ProfilingOptions.m_EnableProfiling = false; in BOOST_AUTO_TEST_CASE()
486 profilingService.ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
493 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
[all …]
/external/armnn/src/armnn/
DRuntime.cpp192 …if ( options.m_ProfilingOptions.m_TimelineEnabled && !options.m_ProfilingOptions.m_EnableProfiling… in Runtime()
241 m_ProfilingService.ConfigureProfilingService(options.m_ProfilingOptions); in Runtime()
242 if (options.m_ProfilingOptions.m_EnableProfiling) in Runtime()
/external/armnn/include/armnn/
DIRuntime.hpp83 ExternalProfilingOptions m_ProfilingOptions; member
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_runtime.i97 ExternalProfilingOptions m_ProfilingOptions; member
/external/armnn/src/armnn/test/
DRuntimeTests.cpp378 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
379 options.m_ProfilingOptions.m_TimelineEnabled = true; in BOOST_AUTO_TEST_CASE()
382 GetProfilingService(&runtime).ResetExternalProfilingOptions(options.m_ProfilingOptions, false); in BOOST_AUTO_TEST_CASE()
/external/armnn/tests/profiling/gatordmock/tests/
DGatordMockTests.cpp405 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()
406 options.m_ProfilingOptions.m_TimelineEnabled = true; in BOOST_AUTO_TEST_CASE()