Makarand Dharmapurikar a9f94e9882 s/inline/__inline/ преди 8 години
..
data 864db53e48 Updated trace_context.proto and associated files. преди 9 години
BUILD 15cd5ce2ed Rewriting core tests BUILD files to use the build system. преди 8 години
README 4aaba75a82 initial implementation of resource handling преди 9 години
context_test.c 6169d5f7b0 Update copyrights преди 9 години
intrusive_hash_map_test.c a9f94e9882 s/inline/__inline/ преди 8 години
mlog_test.c ca7effcdff Replace timeout/scaling macros with functions. преди 9 години
resource_test.c 530284269a Clang format преди 9 години
trace_context_test.c 864db53e48 Updated trace_context.proto and associated files. преди 9 години

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