/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_pod_stats_test.cc | 60 GenericStepBreakdown breakdown; in CreateOpStats() local 61 auto& type_ps = *breakdown.mutable_type_ps(); in CreateOpStats() 76 step_info.mutable_step_breakdown()->PackFrom(breakdown); in CreateOpStats() 91 const auto& breakdown = record.step_breakdown_us(); in TEST() local 93 breakdown.at(kDeviceCompute), kMaxError); in TEST() 95 breakdown.at(kDeviceToDevice), kMaxError); in TEST() 97 breakdown.at(kDeviceCollectives), kMaxError); in TEST() 98 EXPECT_NEAR(PicosToMicros(kHostComputePs), breakdown.at(kHostCompute), in TEST() 100 EXPECT_NEAR(PicosToMicros(kHostPreparePs), breakdown.at(kHostPrepare), in TEST() 104 breakdown.at(kInput), kMaxError); in TEST() [all …]
|
D | op_stats_to_pod_viewer_test.cc | 61 GenericStepBreakdown breakdown; in CreateOpStats() local 62 auto& type_ps = *breakdown.mutable_type_ps(); in CreateOpStats() 77 step_info.mutable_step_breakdown()->PackFrom(breakdown); in CreateOpStats() 95 const auto& breakdown = record.step_breakdown_us(); in TEST() local 97 breakdown.at(kDeviceCompute), kMaxError); in TEST() 99 breakdown.at(kDeviceToDevice), kMaxError); in TEST() 101 breakdown.at(kDeviceCollectives), kMaxError); in TEST() 102 EXPECT_NEAR(PicosToMicros(kHostComputePs), breakdown.at(kHostCompute), in TEST() 104 EXPECT_NEAR(PicosToMicros(kHostPreparePs), breakdown.at(kHostPrepare), in TEST() 108 breakdown.at(kInput), kMaxError); in TEST() [all …]
|
D | op_stats_to_input_pipeline_analysis.cc | 451 bool TfDataInUse(const InputTimeBreakdown& breakdown) { in TfDataInUse() argument 454 return breakdown.demanded_file_read_us() > 0 || in TfDataInUse() 455 breakdown.advanced_file_read_us() > 0 || in TfDataInUse() 456 breakdown.preprocessing_us() > 0; in TfDataInUse() 794 const InputTimeBreakdown& breakdown) { in GetSummaryNextStep() argument 797 if (!TfDataInUse(breakdown)) { in GetSummaryNextStep() 818 const InputTimeBreakdown& breakdown) { in HostToDeviceTransferAsPercentOfInputTime() argument 823 breakdown.demanded_file_read_us() + breakdown.advanced_file_read_us() + in HostToDeviceTransferAsPercentOfInputTime() 824 breakdown.preprocessing_us() + breakdown.enqueue_us() + in HostToDeviceTransferAsPercentOfInputTime() 825 breakdown.unclassified_non_enqueue_us(); in HostToDeviceTransferAsPercentOfInputTime() [all …]
|
D | op_stats_to_input_pipeline_analysis.h | 74 const InputTimeBreakdown& breakdown); 79 const InputTimeBreakdown& breakdown);
|
/external/perfetto/src/android_internal/ |
D | power_stats.cc | 54 virtual bool GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, 65 bool GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, 85 bool GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, 127 bool GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, in GetEnergyConsumed() argument 129 return GetDataProvider()->GetEnergyConsumed(breakdown, size_of_arr); in GetEnergyConsumed() 344 EnergyEstimationBreakdown* breakdown, in GetEnergyConsumed() argument 372 auto& cur = breakdown[(*size_of_arr)++]; in GetEnergyConsumed() 382 auto& cur = breakdown[(*size_of_arr)++]; in GetEnergyConsumed()
|
D | power_stats.h | 102 GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, size_t* size_of_arr);
|
/external/perfetto/src/traced/probes/power/ |
D | android_power_data_source.cc | 311 for (const auto& breakdown : energy_breakdowns) { in WriteEnergyEstimationBreakdown() local 312 if (breakdown.uid == android_internal::ALL_UIDS_FOR_CONSUMER) { in WriteEnergyEstimationBreakdown() 322 breakdown.energy_consumer_id); in WriteEnergyEstimationBreakdown() 323 energy_estimation_proto->set_energy_uws(breakdown.energy_uws); in WriteEnergyEstimationBreakdown() 328 uid_breakdown_proto->set_uid(breakdown.uid); in WriteEnergyEstimationBreakdown() 329 uid_breakdown_proto->set_energy_uws(breakdown.energy_uws); in WriteEnergyEstimationBreakdown()
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | cpu_metric.proto | 27 // Total time the thread was running for this breakdown in 32 // running at each frequency in this breakdown.
|
/external/python/cpython2/Doc/library/ |
D | debug.rst | 7 profilers run code and give you a detailed breakdown of execution times,
|
/external/python/cpython3/Doc/library/ |
D | debug.rst | 7 profilers run code and give you a detailed breakdown of execution times,
|
/external/llvm-project/llvm/utils/ |
D | update_mca_test_checks.py | 387 breakdown = _break_down_block(block_infos[block_num], common_prefix) 388 if breakdown: 389 block_infos[block_num] = breakdown
|
/external/mesa3d/docs/drivers/openswr/ |
D | profiling.rst | 17 hierarchical breakdown of the time spent in the various operations.
|
/external/perfetto/protos/perfetto/config/power/ |
D | android_power_config.proto | 43 // Provides a breakdown of energy estimation for various subsystem (e.g. GPU).
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | pod_stats.proto | 18 // A map from event type number to event name string for step breakdown.
|
D | steps_db.proto | 118 // If this flag is false, we will group and breakdown the 120 // If this flag is true, we will simply aggregate and breakdown over the total
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | entry_with_trivial_phi_other_bb.ll | 5 ; PHI nodes. This is a breakdown of this case in the function 'mp_unexp_sub' of
|
D | entry_with_trivial_phi.ll | 4 ; PHI node. LCSSA may create such PHI nodes. This is a breakdown of this case in
|
/external/llvm-project/llvm/docs/ |
D | BugLifeCycle.rst | 31 newly reported bugs or what the breakdown into products & components is we use, 131 to be made to the breakdown of products & components modeled in Bugzilla.
|
/external/pigweed/pw_bloat/ |
D | docs.rst | 11 changes are made and provide a breakdown of which parts of the code have the
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | README.md | 60 see a visualization. Try clicking on a host IP address to see a breakdown of
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | langtagRegex.txt | 77 # Here is the final breakdown, with capturing groups for each of these components
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 42 > optimization (step 16 in your list). Do you have a breakdown of that?
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 42 > optimization (step 16 in your list). Do you have a breakdown of that?
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ConformanceTest | 33 The breakdown of these subdirectories is as follows:
|