Home
last modified time | relevance | path

Searched refs:PersistentHistogramAllocator (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_sample_map_unittest.cc19 return std::make_unique<PersistentHistogramAllocator>( in CreateHistogramAllocator()
24 PersistentHistogramAllocator* original) { in DuplicateHistogramAllocator()
25 return std::make_unique<PersistentHistogramAllocator>( in DuplicateHistogramAllocator()
32 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
49 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
66 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
74 std::unique_ptr<PersistentHistogramAllocator> allocator2 = in TEST()
102 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
117 std::unique_ptr<PersistentHistogramAllocator> allocator2 = in TEST()
155 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
[all …]
H A Dpersistent_histogram_allocator.cc233 struct PersistentHistogramAllocator::PersistentHistogramData {
258 PersistentHistogramAllocator::Iterator::Iterator( in Iterator()
259 PersistentHistogramAllocator* allocator) in Iterator()
273 PersistentHistogramAllocator::PersistentHistogramAllocator( in PersistentHistogramAllocator() function in base::PersistentHistogramAllocator
278 PersistentHistogramAllocator::~PersistentHistogramAllocator() = default;
280 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram( in GetHistogram()
429 void PersistentHistogramAllocator::FinalizeHistogram(Reference ref, in FinalizeHistogram()
490 void PersistentHistogramAllocator::UpdateTrackingHistograms() { in UpdateTrackingHistograms()
494 void PersistentHistogramAllocator::ClearLastCreatedReferenceForTesting() { in ClearLastCreatedReferenceForTesting()
625 PersistentHistogramAllocator::GetOrCreateStatisticsRecorderHistogram( in GetOrCreateStatisticsRecorderHistogram()
[all …]
H A Dpersistent_histogram_allocator.h174 class BASE_EXPORT PersistentHistogramAllocator {
188 explicit Iterator(PersistentHistogramAllocator* allocator);
201 PersistentHistogramAllocator* allocator_;
212 explicit PersistentHistogramAllocator(
214 virtual ~PersistentHistogramAllocator();
299 PersistentHistogramAllocator::Reference last_created() { in last_created()
330 DISALLOW_COPY_AND_ASSIGN(PersistentHistogramAllocator);
338 : public PersistentHistogramAllocator {
H A Dpersistent_sample_map.h25 class PersistentHistogramAllocator; variable
35 PersistentHistogramAllocator* allocator,
96 PersistentHistogramAllocator* allocator_;
H A Dsparse_histogram.h25 class PersistentHistogramAllocator; variable
38 PersistentHistogramAllocator* allocator,
69 SparseHistogram(PersistentHistogramAllocator* allocator,
H A Dpersistent_histogram_allocator_unittest.cc105 PersistentHistogramAllocator recovery( in TEST_F()
108 PersistentHistogramAllocator::Iterator histogram_iter(&recovery); in TEST_F()
258 PersistentHistogramAllocator recovery1( in TEST_F()
262 PersistentHistogramAllocator::Iterator histogram_iter1(&recovery1); in TEST_F()
305 PersistentHistogramAllocator recovery2( in TEST_F()
309 PersistentHistogramAllocator::Iterator histogram_iter2(&recovery2); in TEST_F()
H A Dsparse_histogram.cc50 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet()
87 PersistentHistogramAllocator* allocator, in PersistentCreate()
206 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
H A Dpersistent_histogram_storage.cc86 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in ~PersistentHistogramStorage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_sample_map_unittest.cc19 return std::make_unique<PersistentHistogramAllocator>( in CreateHistogramAllocator()
24 PersistentHistogramAllocator* original) { in DuplicateHistogramAllocator()
25 return std::make_unique<PersistentHistogramAllocator>( in DuplicateHistogramAllocator()
32 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
49 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
66 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
74 std::unique_ptr<PersistentHistogramAllocator> allocator2 = in TEST()
102 std::unique_ptr<PersistentHistogramAllocator> allocator1 = in TEST()
117 std::unique_ptr<PersistentHistogramAllocator> allocator2 = in TEST()
155 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST()
[all …]
H A Dpersistent_histogram_allocator.cc233 struct PersistentHistogramAllocator::PersistentHistogramData {
258 PersistentHistogramAllocator::Iterator::Iterator( in Iterator()
259 PersistentHistogramAllocator* allocator) in Iterator()
273 PersistentHistogramAllocator::PersistentHistogramAllocator( in PersistentHistogramAllocator() function in base::PersistentHistogramAllocator
278 PersistentHistogramAllocator::~PersistentHistogramAllocator() = default;
280 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram( in GetHistogram()
429 void PersistentHistogramAllocator::FinalizeHistogram(Reference ref, in FinalizeHistogram()
490 void PersistentHistogramAllocator::UpdateTrackingHistograms() { in UpdateTrackingHistograms()
494 void PersistentHistogramAllocator::ClearLastCreatedReferenceForTesting() { in ClearLastCreatedReferenceForTesting()
625 PersistentHistogramAllocator::GetOrCreateStatisticsRecorderHistogram( in GetOrCreateStatisticsRecorderHistogram()
[all …]
H A Dpersistent_histogram_allocator.h174 class BASE_EXPORT PersistentHistogramAllocator {
188 explicit Iterator(PersistentHistogramAllocator* allocator);
201 PersistentHistogramAllocator* allocator_;
212 explicit PersistentHistogramAllocator(
214 virtual ~PersistentHistogramAllocator();
299 PersistentHistogramAllocator::Reference last_created() { in last_created()
330 DISALLOW_COPY_AND_ASSIGN(PersistentHistogramAllocator);
338 : public PersistentHistogramAllocator {
H A Dpersistent_sample_map.h25 class PersistentHistogramAllocator; variable
35 PersistentHistogramAllocator* allocator,
96 PersistentHistogramAllocator* allocator_;
H A Dsparse_histogram.h24 class PersistentHistogramAllocator; variable
37 PersistentHistogramAllocator* allocator,
68 SparseHistogram(PersistentHistogramAllocator* allocator,
H A Dpersistent_histogram_allocator_unittest.cc106 PersistentHistogramAllocator recovery( in TEST_F()
109 PersistentHistogramAllocator::Iterator histogram_iter(&recovery); in TEST_F()
259 PersistentHistogramAllocator recovery1( in TEST_F()
263 PersistentHistogramAllocator::Iterator histogram_iter1(&recovery1); in TEST_F()
306 PersistentHistogramAllocator recovery2( in TEST_F()
310 PersistentHistogramAllocator::Iterator histogram_iter2(&recovery2); in TEST_F()
H A Dsparse_histogram.cc48 PersistentHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); in FactoryGet()
85 PersistentHistogramAllocator* allocator, in PersistentCreate()
202 SparseHistogram::SparseHistogram(PersistentHistogramAllocator* allocator, in SparseHistogram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/content/
H A Dsubprocess_metrics_provider.cc64 std::unique_ptr<base::PersistentHistogramAllocator> allocator) { in RegisterSubprocessAllocator()
86 std::unique_ptr<base::PersistentHistogramAllocator> allocator( in DeregisterSubprocessAllocator()
97 base::PersistentHistogramAllocator* allocator) { in MergeHistogramDeltasFromAllocator()
101 base::PersistentHistogramAllocator::Iterator hist_iter(allocator); in MergeHistogramDeltasFromAllocator()
179 host->GetID(), std::make_unique<base::PersistentHistogramAllocator>( in RenderProcessReady()
205 std::unique_ptr<base::PersistentHistogramAllocator>
219 return std::make_unique<base::PersistentHistogramAllocator>( in GetSubprocessHistogramAllocatorOnIOThread()
H A Dsubprocess_metrics_provider.h24 class PersistentHistogramAllocator; variable
60 std::unique_ptr<base::PersistentHistogramAllocator> allocator);
71 base::PersistentHistogramAllocator* allocator);
101 static std::unique_ptr<base::PersistentHistogramAllocator>
108 base::IDMap<std::unique_ptr<base::PersistentHistogramAllocator>, int>;
H A Dsubprocess_metrics_provider_browsertest.cc28 base::PersistentHistogramAllocator* allocator) { in GetAnyHistogramInAllocator()
29 base::PersistentHistogramAllocator::Iterator iter(allocator); in GetAnyHistogramInAllocator()
36 bool HasHistogramInAllocator(base::PersistentHistogramAllocator* allocator, in HasHistogramInAllocator()
38 base::PersistentHistogramAllocator::Iterator iter(allocator); in HasHistogramInAllocator()
75 base::PersistentHistogramAllocator* GetMainFrameAllocator() { in GetMainFrameAllocator()
H A Dsubprocess_metrics_provider_unittest.cc73 std::unique_ptr<base::PersistentHistogramAllocator> CreateDuplicateAllocator( in CreateDuplicateAllocator()
74 base::PersistentHistogramAllocator* allocator) { in CreateDuplicateAllocator()
76 return std::make_unique<base::PersistentHistogramAllocator>( in CreateDuplicateAllocator()
101 std::unique_ptr<base::PersistentHistogramAllocator> allocator) { in RegisterSubprocessAllocator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Dfile_metrics_provider_unittest.cc187 base::PersistentHistogramAllocator* metrics) { in WriteMetricsFile()
198 base::PersistentHistogramAllocator* metrics, in WriteMetricsFileAtTime()
204 std::unique_ptr<base::PersistentHistogramAllocator>
224 std::unique_ptr<base::PersistentHistogramAllocator>
279 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P()
327 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P()
511 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
519 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
534 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
921 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
[all …]
H A Dfile_metrics_provider.cc183 std::unique_ptr<base::PersistentHistogramAllocator> allocator;
519 source->allocator = std::make_unique<base::PersistentHistogramAllocator>( in CheckAndMapMetricSource()
535 base::PersistentHistogramAllocator::Iterator histogram_iter( in MergeHistogramDeltasFromSource()
565 base::PersistentHistogramAllocator::Iterator histogram_iter( in RecordHistogramSnapshotsFromSource()
655 base::PersistentHistogramAllocator::Iterator it{source->allocator.get()}; in RecordFileMetadataOnTaskRunner()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dfile_metrics_provider_unittest.cc186 base::PersistentHistogramAllocator* metrics) { in WriteMetricsFile()
197 base::PersistentHistogramAllocator* metrics, in WriteMetricsFileAtTime()
203 std::unique_ptr<base::PersistentHistogramAllocator>
223 std::unique_ptr<base::PersistentHistogramAllocator>
278 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P()
326 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P()
510 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
518 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
533 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
920 base::BindOnce([](base::PersistentHistogramAllocator* allocator) { in TEST_P()
[all …]
H A Dfile_metrics_provider.cc179 std::unique_ptr<base::PersistentHistogramAllocator> allocator;
502 source->allocator = std::make_unique<base::PersistentHistogramAllocator>( in CheckAndMapMetricSource()
518 base::PersistentHistogramAllocator::Iterator histogram_iter( in MergeHistogramDeltasFromSource()
548 base::PersistentHistogramAllocator::Iterator histogram_iter( in RecordHistogramSnapshotsFromSource()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_histogram_fetcher_impl.cc43 base::PersistentHistogramAllocator* global_allocator = in CreateFetcher()
62 base::PersistentHistogramAllocator* global_allocator = in GetChildNonPersistentHistogramData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_histogram_fetcher_impl.cc43 base::PersistentHistogramAllocator* global_allocator = in CreateFetcher()
62 base::PersistentHistogramAllocator* global_allocator = in GetChildNonPersistentHistogramData()

12