Home
last modified time | relevance | path

Searched refs:add_sample (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/yap/example/
DCMakeLists.txt9 macro(add_sample name) macro
18 add_sample(minimal)
19 add_sample(hello_world)
20 add_sample(hello_world_redux)
21 add_sample(calc1)
22 add_sample(calc2a)
23 add_sample(calc2b)
24 add_sample(calc3)
25 add_sample(lazy_vector)
26 add_sample(tarray)
[all …]
/third_party/boost/libs/stl_interfaces/example/
DCMakeLists.txt14 macro(add_sample name) macro
24 add_sample(repeated_chars_iterator)
25 add_sample(filtered_int_iterator)
26 add_sample(node_iterator)
27 add_sample(random_access_iterator)
28 add_sample(interoperability)
29 add_sample(zip_proxy_iterator)
30 add_sample(back_insert_iterator)
31 add_sample(reverse_iterator)
33 add_sample(drop_while_view)
[all …]
/third_party/boost/libs/compute/perf/
Dperf.py51 def add_sample(self, name, size, time): member in Report
121 report.add_sample("compute", size, time)
201 report.add_sample(other, size, time)
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py104 def add_sample(self, track, data, new): member in Benchmark
191 benchmarks[name].add_sample(track, row, True)
196 benchmarks[name].add_sample(track, row, False)