Jim King e042801b1c Merge pull request #9429 from Vizerai/trace_context_proto vor 9 Jahren
..
data 864db53e48 Updated trace_context.proto and associated files. vor 9 Jahren
README 4aaba75a82 initial implementation of resource handling vor 9 Jahren
context_test.c 6169d5f7b0 Update copyrights vor 9 Jahren
mlog_test.c ca7effcdff Replace timeout/scaling macros with functions. vor 9 Jahren
resource_test.c 530284269a Clang format vor 9 Jahren
trace_context_test.c 864db53e48 Updated trace_context.proto and associated files. vor 9 Jahren

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