HomeSort by relevance Sort by last modified time
    Searched refs:latency_ms (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/src/cpp/ext/filters/census/
client_filter.cc 150 double latency_ms = absl::ToDoubleMilliseconds(absl::Now() - start_time_); local
154 {RpcClientRoundtripLatency(), latency_ms},
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 128 uint64_t bytes_recv = 0, uint64_t latency_ms = 0)
134 latency_ms_(latency_ms) {}
178 uint64_t latency_ms() const { return latency_ms_; } function in class:grpc::load_reporter::LoadRecordValue
load_reporter.cc 317 static_cast<int64_t>(value.latency_ms() / 1000));
319 (static_cast<int32_t>(value.latency_ms()) % 1000) * 1000000);
447 const uint64_t latency_ms = CensusViewProvider::GetRelatedViewDataRowInt( local
460 0, ok_count, error_count, bytes_sent, bytes_received, latency_ms);
  /device/google/contexthub/util/nanotool/
nanotool.cpp 115 " Format is sensor_type[:rate[:latency_ms]][=cal_ref].\n"
280 long long latency_ms = std::stoll(param); local
281 if (latency_ms < 0) {
282 fprintf(stderr, "%s: Invalid latency %lld\n", name, latency_ms);
285 spec.latency_ns = static_cast<uint64_t>(latency_ms) * 1000000;
  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 437 EXPECT_EQ(value_for_key1.latency_ms(), v1.latency_ms() + v3.latency_ms());
459 EXPECT_EQ(value_for_key2.latency_ms(), v2.latency_ms());
  /device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c 1926 uint32_t latency_ms; local
    [all...]

Completed in 662 milliseconds