Searched refs:m_ProfilingOptions (Results 1 – 12 of 12) sorted by relevance
49 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 …]
429 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()433 profilingService.ResetExternalProfilingOptions(options.m_ProfilingOptions, true); in BOOST_AUTO_TEST_CASE()
367 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()
2007 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()
115 options.m_ProfilingOptions.m_FileOnly = True116 options.m_ProfilingOptions.m_EnableProfiling = True117 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"118 options.m_ProfilingOptions.m_IncomingCaptureFile = "/tmp/incoming.txt"119 options.m_ProfilingOptions.m_TimelineEnabled = True120 options.m_ProfilingOptions.m_CapturePeriod = 1000121 options.m_ProfilingOptions.m_FileFormat = "JSON"131 options.m_ProfilingOptions.m_FileOnly = True132 options.m_ProfilingOptions.m_EnableProfiling = False133 options.m_ProfilingOptions.m_OutgoingCaptureFile = "/tmp/outgoing.txt"[all …]
142 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"…
120 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 …]
192 …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()
83 ExternalProfilingOptions m_ProfilingOptions; member
97 ExternalProfilingOptions m_ProfilingOptions; member
378 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()
405 options.m_ProfilingOptions.m_EnableProfiling = true; in BOOST_AUTO_TEST_CASE()406 options.m_ProfilingOptions.m_TimelineEnabled = true; in BOOST_AUTO_TEST_CASE()