Searched refs:backend (Results 1 – 11 of 11) sorted by relevance
/art/libartbase/base/metrics/ |
D | metrics_test.h | 60 } backend{&counter_value}; in CounterValue() 61 counter.Report({&backend}); in CounterValue() 77 } backend{&buckets}; in GetBuckets() 78 histogram.Report({&backend}); in GetBuckets()
|
D | metrics_common.cc | 70 for (auto& backend : backends) { in ReportAllMetricsAndResetValueMetrics() local 71 backend->BeginReport(MilliTime() - beginning_timestamp_); in ReportAllMetricsAndResetValueMetrics() 82 for (auto& backend : backends) { in ReportAllMetricsAndResetValueMetrics() local 83 backend->EndReport(); in ReportAllMetricsAndResetValueMetrics() 88 StringBackend backend(std::make_unique<TextFormatter>()); in DumpForSigQuit() local 89 ReportAllMetricsAndResetValueMetrics({&backend}); in DumpForSigQuit() 90 os << backend.GetAndResetBuffer(); in DumpForSigQuit()
|
D | metrics.h | 326 for (MetricsBackend* backend : backends) { in Report() 327 backend->ReportCounter(counter_type, Value()); in Report() 376 for (MetricsBackend* backend : backends) { in Report() 377 backend->ReportCounter(datum_id, average_value); in Report() 418 for (MetricsBackend* backend : backends) { in ReportAndReset() 419 backend->ReportCounter(datum_id, value); in ReportAndReset() 461 for (MetricsBackend* backend : backends) { in Report() 462 backend->ReportHistogram(histogram_type_, minimum_value_, maximum_value_, GetBuckets()); in Report() 531 void Report(MetricsBackend* backend) const { in Report() argument 532 backend->ReportCounter(datum_id, static_cast<uint64_t>(Value())); in Report()
|
D | metrics_test.cc | 234 } backend; in TEST_F() local 236 metrics.ReportAllMetricsAndResetValueMetrics({&backend}); in TEST_F() 253 StringBackend backend(std::make_unique<TextFormatter>()); in TEST_F() local 255 metrics.ReportAllMetricsAndResetValueMetrics({&backend}); in TEST_F() 258 const std::string result = backend.GetAndResetBuffer(); in TEST_F()
|
/art/runtime/metrics/ |
D | reporter.cc | 143 auto backend = CreateStatsdBackend(); in BackgroundThreadRun() local 144 if (backend != nullptr) { in BackgroundThreadRun() 145 backends_.emplace_back(std::move(backend)); in BackgroundThreadRun() 206 for (auto& backend : backends_) { in ReportMetrics() local 207 backend->BeginOrUpdateSession(session_data_); in ReportMetrics() 217 for (auto& backend : backends_) { in UpdateSessionInBackends() local 218 backend->BeginOrUpdateSession(session_data_); in UpdateSessionInBackends()
|
/art/test/642-fp-callees/ |
D | info.txt | 1 Regression test for vixl32 backend, which used to incorrectly
|
/art/test/657-branches/ |
D | info.txt | 1 Regression test for the ARM backend, which used to have a bug
|
/art/test/434-shifter-operand/ |
D | info.txt | 1 Regression test for the arm backend of the optimizing
|
/art/tools/dexfuzz/ |
D | README | 44 --dump-output <combination of ISA(s) and and backend(s)> 57 --allarm. Also in this case only one backend is needed, if i.e., you wanted to test 104 Divergence - mutated files that executed and some backend disagreed about the 106 single backend, to check if they diverge from themselves, and these are
|
/art/test/common/ |
D | runtime_state.cc | 137 const char* backend = strstr(cmd_line, kCompilerBackend); in Java_Main_compiledWithOptimizing() local 138 if (backend != nullptr) { in Java_Main_compiledWithOptimizing() 140 backend += strlen(kCompilerBackend); in Java_Main_compiledWithOptimizing() 141 if (strncmp(backend, "Optimizing", strlen("Optimizing")) != 0) { in Java_Main_compiledWithOptimizing()
|
/art/artd/binder/ |
D | Android.bp | 31 backend: {
|