1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
{ "exponential_biased":
{ "type": "export"
, "target": "exponential_biased (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
, "AR"
, "ARCH"
, "CC"
, "CFLAGS"
, "CXX"
, "CXXFLAGS"
, "DEBUG"
, "ENV"
, "HOST_ARCH"
, "OS"
, "TARGET_ARCH"
, "TOOLCHAIN_CONFIG"
]
}
, "exponential_biased (unexported)":
{ "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": "export"
, "target": "sample_recorder (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
, "AR"
, "ARCH"
, "CC"
, "CFLAGS"
, "CXX"
, "CXXFLAGS"
, "DEBUG"
, "ENV"
, "HOST_ARCH"
, "OS"
, "TARGET_ARCH"
, "TOOLCHAIN_CONFIG"
]
}
, "sample_recorder (unexported)":
{ "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"]
]
}
}
|