Searched refs:profile_file (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_test.cc | 80 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); in TestToFromProto() local 81 tf_stats_->WriteProfile(profile_file); in TestToFromProto() 82 TFStats new_stats(profile_file, nullptr); in TestToFromProto()
|
D | tfprof_stats_test.cc | 73 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); in TestToFromProto() local 74 tf_stats_->WriteProfile(profile_file); in TestToFromProto() 75 TFStats new_stats(profile_file, nullptr); in TestToFromProto()
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler.py | 440 profile_file = output_file_template % device_name 441 profile_files.append(profile_file) 442 with gzip.open(profile_file, 'w') as output_file: 443 print('Writing profile to %s...' % profile_file)
|
D | pprof_profiler_test.py | 133 with gzip.open(profile_files[0]) as profile_file: 134 profile_contents = profile_file.read()
|
D | model_analyzer_test.py | 143 profile_file = os.path.join(test.get_temp_dir(), 'profile_1') 144 with lib.ProfilerFromFile(profile_file) as profiler:
|
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | model_analyzer_testlib.py | 106 def ProfilerFromFile(profile_file): argument 108 print_mdl.ProfilerFromFile(compat.as_bytes(profile_file))
|
/external/perfetto/tools/ |
D | heap_profile | 570 for profile_file in profile_files: 571 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
|
/external/libcxx/ |
D | Android.bp | 170 profile_file: "libc++/libc++.profdata",
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3509 my $profile_file = MakeProfileBaseName($binary_name, $profile_name); 3528 $profile_file .= $suffix; 3544 my $tmp_profile = "$profile_dir/.tmp.$profile_file"; 3545 my $real_profile = "$profile_dir/$profile_file";
|
/external/skia/ |
D | Android.bp | 1803 profile_file: "hwui/hwui.profdata",
|