Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py45 def counter(core_stats, name): argument
54 def histogram(core_stats, name): argument
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto42 grpc.core.Stats core_stats = 7; field
82 grpc.core.Stats core_stats = 7; field
/external/grpc-grpc/test/cpp/qps/
Dserver.h66 grpc_stats_data core_stats; in Mark() local
Dclient.h196 grpc_stats_data core_stats; in Mark() local
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStats.php58 private $core_stats = null; variable in Grpc\\Testing\\ServerStats
DClientStats.php53 private $core_stats = null; variable in Grpc\\Testing\\ClientStats