Home
last modified time | relevance | path

Searched refs:histogram_allocator (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Dfile_metrics_provider_unittest.cc216 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in CreateMetricsFileWithHistograms() local
218 std::move(callback).Run(histogram_allocator.get()); in CreateMetricsFileWithHistograms()
220 WriteMetricsFileAtTime(file_path, histogram_allocator.get(), write_time); in CreateMetricsFileWithHistograms()
221 return histogram_allocator; in CreateMetricsFileWithHistograms()
279 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
302 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
313 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
327 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
351 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
391 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dfile_metrics_provider_unittest.cc215 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in CreateMetricsFileWithHistograms() local
217 std::move(callback).Run(histogram_allocator.get()); in CreateMetricsFileWithHistograms()
219 WriteMetricsFileAtTime(file_path, histogram_allocator.get(), write_time); in CreateMetricsFileWithHistograms()
220 return histogram_allocator; in CreateMetricsFileWithHistograms()
278 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
301 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
312 WriteMetricsFileAtTime(metrics_file(), histogram_allocator.get(), in TEST_P()
326 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
350 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
390 std::unique_ptr<base::PersistentHistogramAllocator> histogram_allocator = in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_histogram_allocator.cc911 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local
912 if (!histogram_allocator) in ReleaseForTesting()
915 histogram_allocator->memory_allocator(); in ReleaseForTesting()
927 return WrapUnique(histogram_allocator); in ReleaseForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_histogram_allocator.cc911 GlobalHistogramAllocator* histogram_allocator = Get(); in ReleaseForTesting() local
912 if (!histogram_allocator) in ReleaseForTesting()
915 histogram_allocator->memory_allocator(); in ReleaseForTesting()
927 return WrapUnique(histogram_allocator); in ReleaseForTesting()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/
H A Dhandler_main.cc1127 base::GlobalHistogramAllocator* histogram_allocator = nullptr; in HandlerMain() local
1133 histogram_allocator = base::GlobalHistogramAllocator::Get(); in HandlerMain()
1134 histogram_allocator->CreateTrackingHistograms(kMetricsName); in HandlerMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/
H A Dhandler_main.cc1117 base::GlobalHistogramAllocator* histogram_allocator = nullptr; in HandlerMain() local
1123 histogram_allocator = base::GlobalHistogramAllocator::Get(); in HandlerMain()
1124 histogram_allocator->CreateTrackingHistograms(kMetricsName); in HandlerMain()