Home
last modified time | relevance | path

Searched defs:profile_framework (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/profiler/
Dtest_profiler_async_analysis.py35 def __init__(self, device_id, rank_id, profiler_path, device_target, profile_framework='all'): argument
58 def _check_host_profiling_file(self, profile_framework='all'): argument
Dtest_profiler.py229 def test_host_profiler(profile_framework): argument
277 only_profile_host=False, profile_framework='all', host_stack=True): argument
347 def _check_host_profiling_file(profiler_path, rank_id, profile_framework='all'): argument
Dtest_env_enable_profiler.py36 def __init__(self, device_id, rank_id, profiler_path, device_target, profile_framework='all'): argument
90 def _check_host_profiling_file(self, profile_framework='all'): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/profiler/
Dprofiling.cc251 void ProfilerManager::SetProfileFramework(const std::string &profile_framework) { in SetProfileFramework()
294int profile_framework, int start_end, const std::map<std::string, std::string> &custom_info) { in CollectHostInfo()