/external/autotest/client/profilers/cros_perf/ |
D | cros_perf.py | 27 def initialize(self, interval=120, duration=10, profile_type='record'): argument 39 self.profile_type = profile_type 41 if self.profile_type not in ['record', 'stat']: 43 'Unknown profile type: %s' % (profile_type)) 54 profile_type=self.profile_type, 66 def __init__(self, interval, duration, profile_type, test): argument 71 self.profile_type = profile_type 79 if self.profile_type == 'record': 81 elif self.profile_type == 'stat': 85 'Unknown profile type: %s' % (self.profile_type))
|
/external/cronet/components/metrics/ |
D | child_call_stack_profile_collector.cc | 24 mojom::ProfileType profile_type, in ProfileState() argument 27 profile_type(profile_type), in ProfileState() 60 parent_collector_->Collect(state.start_timestamp, state.profile_type, in SetParentProfileCollector() 85 const mojom::ProfileType profile_type = in Collect() local 93 parent_collector_->Collect(start_timestamp, profile_type, in Collect() 101 profiles_.emplace_back(start_timestamp, profile_type, in Collect()
|
D | child_call_stack_profile_collector_unittest.cc | 27 mojom::ProfileType profile_type; member 42 mojom::ProfileType profile_type, in Collect() argument 44 profiles_.push_back({start_timestamp, profile_type}); in Collect() 76 EXPECT_EQ(expected_profile_type, profile.profile_type); in ExpectProfile() 84 EXPECT_EQ(expected_profile_type, profile.profile_type); in ExpectProfile()
|
D | call_stack_profile_collector.cc | 28 mojom::ProfileType profile_type, in Collect() argument 31 start_timestamp, profile_type == mojom::ProfileType::kHeap, in Collect()
|
D | child_call_stack_profile_collector.h | 80 mojom::ProfileType profile_type, 93 mojom::ProfileType profile_type; member
|
D | call_stack_profile_collector.h | 29 mojom::ProfileType profile_type,
|
/external/perfetto/src/trace_processor/prelude/table_functions/ |
D | experimental_flamegraph.cc | 80 return c.col_idx == static_cast<uint32_t>(T::ColumnIndex::profile_type) && in GetFlamegraphInputValues() 102 ExperimentalFlamegraph::ProfileType profile_type = in GetFlamegraphInputValues() local 112 if (profile_type == ExperimentalFlamegraph::ProfileType::kPerf) { in GetFlamegraphInputValues() 133 profile_type, ts, std::move(time_constraints), in GetFlamegraphInputValues() 260 alloc_row.profile_type = in->profile_type()[i]; in FocusTable() 314 return c.column == static_cast<int>(T::ColumnIndex::profile_type) && in ValidateConstraints() 334 if (values.profile_type == ProfileType::kGraph) { in ComputeTable() 337 } else if (values.profile_type == ProfileType::kHeapProfile) { in ComputeTable() 340 } else if (values.profile_type == ProfileType::kPerf) { in ComputeTable()
|
D | flamegraph_construction_algorithms.cc | 96 StringId profile_type) { in BuildFlamegraphTableTreeStructure() argument 159 row.profile_type = profile_type; in BuildFlamegraphTableTreeStructure() 335 StringId profile_type = storage->InternString("native"); in BuildHeapProfileFlamegraph() local 338 profile_type); in BuildHeapProfileFlamegraph() 427 StringId profile_type = storage->InternString("perf"); in BuildNativeCallStackSamplingFlamegraph() local 430 default_timestamp, profile_type); in BuildNativeCallStackSamplingFlamegraph()
|
D | experimental_flamegraph.h | 34 ProfileType profile_type; member
|
/external/cronet/components/metrics/public/mojom/ |
D | call_stack_profile_collector.mojom | 32 // `profile_type` is the type of sampled data in the report. 35 // PERIODIC_HEAP_COLLECTION iff `profile_type` is kHeap. But the profile 39 ProfileType profile_type,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_op_metadata.cc | 43 if (!metadata.profile_type().empty()) { in OpMetadataToString() 45 "profile_type={", absl::StrJoin(metadata.profile_type(), ","), "}")); in OpMetadataToString()
|
D | hlo_module.cc | 346 profile_info_proto.set_profile_type(profile_info.profile_type()); in ToProto()
|
D | hlo_parser.cc | 5384 optional<std::vector<int64_t>> profile_type; in ParseMetadata() local 5390 &profile_type}; in ParseMetadata() 5406 if (profile_type) { in ParseMetadata() 5407 for (const auto& type : *profile_type) { in ParseMetadata()
|
D | hlo.proto | 508 ProfileType profile_type = 1; field
|
D | hlo_parser_test.cc | 2422 …y(f32[1,291,291] %a), lower=true, metadata={op_type="Cholesky" op_name="Cholesky" profile_type={1}} in CreateTestCases()
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 381 $main::profile_type = ''; # Empty type means "unknown" 1171 if ($main::profile_type eq 'heap') { 1174 } elsif ($main::profile_type eq 'growth') { 1177 } elsif ($main::profile_type eq 'contention') { 2701 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') { 2711 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) { 2740 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') { 2750 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) { 2894 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') { 2958 } elsif ($main::profile_type eq 'contention') { [all …]
|
/external/perfetto/include/perfetto/profiling/ |
D | pprof_builder.h | 41 ProfileType profile_type; member
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_tracker.cc | 937 auto profile_type = storage_->InternString("graph"); in BuildFlamegraph() local 952 alloc_row.profile_type = profile_type; in BuildFlamegraph() 1006 alloc_row.profile_type = profile_type; in BuildFlamegraph()
|
/external/perfetto/docs/data-sources/ |
D | java-heap-profiler.md | 82 and profile_type = 'graph'
|
D | native-heap-profiler.md | 661 and profile_type = 'native'
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1309 char *profile_type = 0; in parse_fs_type() local 1344 "ext2", &profile_type); in parse_fs_type() 1345 ext_type = profile_type; in parse_fs_type() 1383 free(profile_type); in parse_fs_type() 1412 free(profile_type); in parse_fs_type()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 300 // Deprecated, use [ProfileInfo][profile_type] instead. 301 repeated ProfileType profile_type = 5 [deprecated = true]; field 323 repeated ProfileType profile_type = 1; field
|
/external/ImageMagick/coders/ |
D | png.c | 8165 png_info *ping_info, unsigned char *profile_type, unsigned char in Magick_png_write_raw_profile() argument 8189 if (LocaleNCompare((char *) profile_type+1, "ng-chunk-",9) == 0) in Magick_png_write_raw_profile() 8195 (char *) profile_type, (double) length); in Magick_png_write_raw_profile() 8222 (void) ConcatenateMagickString(text[0].key,(const char *) profile_type,62); in Magick_png_write_raw_profile()
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 35268 enum profile_type { enum
|
D | vmlinux.h | 35268 enum profile_type { enum
|