Home
last modified time | relevance | path

Searched defs:profiler_path (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/profiler/
Dtest_profiler.py271 def _check_kbyk_profiling_file(profiler_path, rank_id): argument
300 def _check_gpu_profiling_file(profiler_path, device_id): argument
315 def _check_d_profiling_step_trace_on_multisubgraph(profiler_path, rank_id): argument
324 def _check_d_profiling_file(profiler_path, rank_id): argument
337 def _check_cpu_profiling_file(profiler_path, device_id): argument
347 def _check_host_profiling_file(profiler_path, rank_id, profile_framework='all'): argument
389 def _check_pynative_timeline_host_data(profiler_path, rank_id): argument
Dtest_profiler_async_analysis.py35 def __init__(self, device_id, rank_id, profiler_path, device_target, profile_framework='all'): argument
80 profiler_path = os.path.join(os.getcwd(), f'data') variable in TestProfilerAsyncAnalysis
Dtest_env_enable_profiler.py36 def __init__(self, device_id, rank_id, profiler_path, device_target, profile_framework='all'): argument
112 profiler_path = os.path.join(os.getcwd(), f'data/profiler/') variable in TestEnvEnableProfiler