grpc/test/core/census
Yuchen Zeng 39514ccb29 Add licenses() in BUILD files 2017-03-01 22:32:47 -08:00
..
data Updated trace_context.proto and associated files. 2017-02-01 16:05:12 -08:00
BUILD Add licenses() in BUILD files 2017-03-01 22:32:47 -08:00
README initial implementation of resource handling 2016-06-02 17:11:46 -07:00
context_test.c Update copyrights 2016-03-31 07:46:18 -07:00
mlog_test.c Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
resource_test.c Clang format 2016-08-11 11:21:30 -07:00
trace_context_test.c Updated trace_context.proto and associated files. 2017-02-01 16:05:12 -08:00

README

Test source and data files for Census.

binary proto files (*.pb) in data directory are generated from the *.txt file,
via:

BASE="filename"
cat $BASE.txt | protoc --encode=google.census.Resource census.proto > $BASE.pb