Home
last modified time | relevance | path

Searched refs:breakdown (Results 1 – 25 of 51) sorted by relevance

123

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_stats_test.cc60 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 …]
Dop_stats_to_pod_viewer_test.cc61 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 …]
Dop_stats_to_input_pipeline_analysis.cc451 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 …]
Dop_stats_to_input_pipeline_analysis.h74 const InputTimeBreakdown& breakdown);
79 const InputTimeBreakdown& breakdown);
/external/perfetto/src/android_internal/
Dpower_stats.cc54 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()
Dpower_stats.h102 GetEnergyConsumed(EnergyEstimationBreakdown* breakdown, size_t* size_of_arr);
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc311 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/
Dcpu_metric.proto27 // Total time the thread was running for this breakdown in
32 // running at each frequency in this breakdown.
/external/python/cpython2/Doc/library/
Ddebug.rst7 profilers run code and give you a detailed breakdown of execution times,
/external/python/cpython3/Doc/library/
Ddebug.rst7 profilers run code and give you a detailed breakdown of execution times,
/external/llvm-project/llvm/utils/
Dupdate_mca_test_checks.py387 breakdown = _break_down_block(block_infos[block_num], common_prefix)
388 if breakdown:
389 block_infos[block_num] = breakdown
/external/mesa3d/docs/drivers/openswr/
Dprofiling.rst17 hierarchical breakdown of the time spent in the various operations.
/external/perfetto/protos/perfetto/config/power/
Dandroid_power_config.proto43 // Provides a breakdown of energy estimation for various subsystem (e.g. GPU).
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dpod_stats.proto18 // A map from event type number to event name string for step breakdown.
Dsteps_db.proto118 // 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/
Dentry_with_trivial_phi_other_bb.ll5 ; PHI nodes. This is a breakdown of this case in the function 'mp_unexp_sub' of
Dentry_with_trivial_phi.ll4 ; PHI node. LCSSA may create such PHI nodes. This is a breakdown of this case in
/external/llvm-project/llvm/docs/
DBugLifeCycle.rst31 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/
Ddocs.rst11 changes are made and provide a breakdown of which parts of the code have the
/external/bcc/examples/networking/tunnel_monitor/
DREADME.md60 see a visualization. Try clicking on a host IP address to see a breakdown of
/external/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagRegex.txt77 # Here is the final breakdown, with capturing groups for each of these components
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt42 > optimization (step 16 in your list). Do you have a breakdown of that?
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt42 > optimization (step 16 in your list). Do you have a breakdown of that?
/external/flatbuffers/docs/source/
DBenchmarks.md27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ConformanceTest33 The breakdown of these subdirectories is as follows:

123