Home
last modified time | relevance | path

Searched refs:profile_type (Results 1 – 25 of 29) sorted by relevance

12

/external/autotest/client/profilers/cros_perf/
Dcros_perf.py27 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/
Dchild_call_stack_profile_collector.cc24 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()
Dchild_call_stack_profile_collector_unittest.cc27 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()
Dcall_stack_profile_collector.cc28 mojom::ProfileType profile_type, in Collect() argument
31 start_timestamp, profile_type == mojom::ProfileType::kHeap, in Collect()
Dchild_call_stack_profile_collector.h80 mojom::ProfileType profile_type,
93 mojom::ProfileType profile_type; member
Dcall_stack_profile_collector.h29 mojom::ProfileType profile_type,
/external/perfetto/src/trace_processor/prelude/table_functions/
Dexperimental_flamegraph.cc80 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()
Dflamegraph_construction_algorithms.cc96 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()
Dexperimental_flamegraph.h34 ProfileType profile_type; member
/external/cronet/components/metrics/public/mojom/
Dcall_stack_profile_collector.mojom32 // `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/
Dhlo_op_metadata.cc43 if (!metadata.profile_type().empty()) { in OpMetadataToString()
45 "profile_type={", absl::StrJoin(metadata.profile_type(), ","), "}")); in OpMetadataToString()
Dhlo_module.cc346 profile_info_proto.set_profile_type(profile_info.profile_type()); in ToProto()
Dhlo_parser.cc5384 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()
Dhlo.proto508 ProfileType profile_type = 1; field
Dhlo_parser_test.cc2422 …y(f32[1,291,291] %a), lower=true, metadata={op_type="Cholesky" op_name="Cholesky" profile_type={1}} in CreateTestCases()
/external/jemalloc_new/bin/
Djeprof.in381 $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/
Dpprof_builder.h41 ProfileType profile_type; member
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc937 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/
Djava-heap-profiler.md82 and profile_type = 'graph'
Dnative-heap-profiler.md661 and profile_type = 'native'
/external/e2fsprogs/misc/
Dmke2fs.c1309 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/
Dxla_data.proto300 // 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/
Dpng.c8165 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/
Dvmlinux_510.h35268 enum profile_type { enum
Dvmlinux.h35268 enum profile_type { enum

12