1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{ "exponential_biased":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["exponential_biased"]
, "stage": ["absl", "profiling"]
, "hdrs": ["internal/exponential_biased.h"]
, "srcs": ["internal/exponential_biased.cc"]
, "deps": [["absl/base", "config"], ["absl/base", "core_headers"]]
}
, "sample_recorder":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["sample_recorder"]
, "stage": ["absl", "profiling"]
, "hdrs": ["internal/sample_recorder.h"]
, "deps":
[ ["absl/base", "config"]
, ["absl/base", "core_headers"]
, ["absl/synchronization", "synchronization"]
, ["absl/time", "time"]
]
}
}
|