/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/perfetto/src/trace_processor/dynamic/ |
D | experimental_flamegraph_generator.cc | 43 return c.col_idx == static_cast<uint32_t>(T::ColumnIndex::profile_type) && in GetFlamegraphInputValues() 65 std::string profile_type = profile_type_it->value.AsString(); in GetFlamegraphInputValues() local 68 return ExperimentalFlamegraphGenerator::InputValues{ts, upid, profile_type, in GetFlamegraphInputValues() 195 alloc_row.profile_type = in->profile_type()[i]; in FocusTable() 240 return c.column == static_cast<int>(T::ColumnIndex::profile_type) && in ValidateConstraints() 258 if (values.profile_type == "graph") { in ComputeTable() 262 if (values.profile_type == "native") { in ComputeTable()
|
D | experimental_flamegraph_generator.h | 35 std::string profile_type; member
|
/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_parser.cc | 4754 optional<std::vector<int64>> profile_type; in ParseMetadata() local 4760 &profile_type}; in ParseMetadata() 4776 if (profile_type) { in ParseMetadata() 4777 for (const auto& type : *profile_type) { in ParseMetadata()
|
D | hlo_parser_test.cc | 1960 …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_profile_tracker.cc | 94 StringId profile_type = storage->InternString("native"); in BuildNativeFlamegraph() local 135 row.profile_type = profile_type; in BuildNativeFlamegraph()
|
D | heap_graph_tracker.cc | 831 auto profile_type = context_->storage->InternString("graph"); in BuildFlamegraph() local 846 alloc_row.profile_type = profile_type; in BuildFlamegraph() 895 alloc_row.profile_type = profile_type; in BuildFlamegraph()
|
/external/perfetto/src/trace_processor/tables/ |
D | profiler_tables.h | 272 C(StringPool::Id, profile_type, Column::Flag::kHidden) \
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1297 char *profile_type = 0; in parse_fs_type() local 1332 "ext2", &profile_type); in parse_fs_type() 1333 ext_type = profile_type; in parse_fs_type() 1371 free(profile_type); in parse_fs_type() 1400 free(profile_type); in parse_fs_type()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 281 repeated ProfileType profile_type = 5; 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()
|