Home
last modified time | relevance | path

Searched refs:system_profile_proto (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/components/metrics/
Dfield_trials_provider.cc44 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
51 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetricsWithLogCreationTime() argument
60 system_profile_proto->set_variations_seed_version(version); in ProvideSystemProfileMetricsWithLogCreationTime()
63 GetAndWriteFieldTrials(system_profile_proto); in ProvideSystemProfileMetricsWithLogCreationTime()
82 metrics::SystemProfileProto* system_profile_proto) const { in GetAndWriteFieldTrials()
83 system_profile_proto->clear_field_trial(); in GetAndWriteFieldTrials()
87 WriteFieldTrials(field_trials, system_profile_proto); in GetAndWriteFieldTrials()
94 WriteFieldTrials(synthetic_trials, system_profile_proto); in GetAndWriteFieldTrials()
Dmetrics_provider.cc59 SystemProfileProto* system_profile_proto) {} in ProvideSystemProfileMetrics() argument
63 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetricsWithLogCreationTime() argument
64 ProvideSystemProfileMetrics(system_profile_proto); in ProvideSystemProfileMetricsWithLogCreationTime()
88 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() argument
Dfield_trials_provider.h35 metrics::SystemProfileProto* system_profile_proto) override;
38 metrics::SystemProfileProto* system_profile_proto) override;
53 metrics::SystemProfileProto* system_profile_proto) const;
Dmetrics_provider.h96 SystemProfileProto* system_profile_proto);
103 SystemProfileProto* system_profile_proto);
132 SystemProfileProto* system_profile_proto);
Ddelegating_provider.cc71 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
78 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetricsWithLogCreationTime() argument
81 log_creation_time, system_profile_proto); in ProvideSystemProfileMetricsWithLogCreationTime()
Ddelegating_provider.h43 SystemProfileProto* system_profile_proto) override;
46 SystemProfileProto* system_profile_proto) override;
Ddrive_metrics_provider.cc26 metrics::SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
27 auto* hardware = system_profile_proto->mutable_hardware(); in ProvideSystemProfileMetrics()
Dsampling_metrics_provider.cc17 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() argument
Dcpu_metrics_provider.h25 SystemProfileProto* system_profile_proto) override;
Dstability_metrics_helper.cc80 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() argument
82 system_profile_proto->mutable_stability(); in ProvideStabilityMetrics()
Dsampling_metrics_provider.h26 SystemProfileProto* system_profile_proto) override;
Dentropy_state_provider.h30 SystemProfileProto* system_profile_proto) override;
Dmotherboard_metrics_provider.h31 SystemProfileProto* system_profile_proto) override;
Dfile_metrics_provider.cc686 SystemProfileProto* system_profile_proto, in ProvideIndependentMetricsOnTaskRunner() argument
689 *source->allocator->memory_allocator(), system_profile_proto)) { in ProvideIndependentMetricsOnTaskRunner()
694 system_profile_proto->mutable_stability()->set_from_previous_run(true); in ProvideIndependentMetricsOnTaskRunner()
832 SystemProfileProto* system_profile_proto = in ProvideIndependentMetrics() local
852 source_ptr, system_profile_proto, snapshot_manager), in ProvideIndependentMetrics()
Dcomponent_metrics_provider.h44 SystemProfileProto* system_profile_proto) override;
Dstability_metrics_provider.h54 SystemProfileProto* system_profile_proto) override;
/external/cronet/components/metrics/content/
Dgpu_metrics_provider.cc18 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
20 system_profile_proto->mutable_hardware(); in ProvideSystemProfileMetrics()
Dcontent_stability_metrics_provider.cc58 SystemProfileProto* system_profile_proto) { in ProvideStabilityMetrics() argument
59 helper_.ProvideStabilityMetrics(system_profile_proto); in ProvideStabilityMetrics()
Dgpu_metrics_provider.h24 SystemProfileProto* system_profile_proto) override;
/external/cronet/components/metrics/ui/
Dform_factor_metrics_provider.cc18 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
19 system_profile_proto->mutable_hardware()->set_form_factor(GetFormFactor()); in ProvideSystemProfileMetrics()
Dscreen_info_metrics_provider.cc70 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
78 system_profile_proto->mutable_hardware(); in ProvideSystemProfileMetrics()
Dform_factor_metrics_provider.h26 SystemProfileProto* system_profile_proto) override;
Dscreen_info_metrics_provider.h27 SystemProfileProto* system_profile_proto) override;
/external/cronet/components/metrics/test/
Dtest_metrics_provider.cc38 SystemProfileProto* system_profile_proto) { in ProvideSystemProfileMetrics() argument
Dtest_metrics_provider.h31 SystemProfileProto* system_profile_proto) override;

12