Home
last modified time | relevance | path

Searched defs:idle_cpu_time (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dusage_timer.h31 unsigned long long idle_cpu_time; member
H A Dusage_timer.cc58 unsigned long long* idle_cpu_time) { in get_cpu_usage()
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dstats.proto34 uint64 idle_cpu_time = 5; field
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dstats.proto36 uint64 idle_cpu_time = 5; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto34 uint64 idle_cpu_time = 5; field
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DServerStats.php46 protected $idle_cpu_time = 0; variable in Grpc\\Testing\\ServerStats