Home
last modified time | relevance | path

Searched refs:kFetchAndSampleIntervalSeconds (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dconstants.h38 constexpr uint32_t kFetchAndSampleIntervalSeconds = 1; variable
Dload_reporter_async_service_impl.cc74 gpr_time_from_millis(kFetchAndSampleIntervalSeconds * 1000, in ScheduleNextFetchAndSample()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dconstants.h38 constexpr uint32_t kFetchAndSampleIntervalSeconds = 1; variable
Dload_reporter_async_service_impl.cc74 gpr_time_from_millis(kFetchAndSampleIntervalSeconds * 1000, in ScheduleNextFetchAndSample()
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_reporter_test.cc52 constexpr uint64_t kFetchAndSampleIntervalSeconds = 1; variable
54 kFeedbackSampleWindowSeconds / kFetchAndSampleIntervalSeconds;
204 double ok_count = (qps - eps) * kFetchAndSampleIntervalSeconds; in TEST_F()
205 double error_count = eps * kFetchAndSampleIntervalSeconds; in TEST_F()