Home
last modified time | relevance | path

Searched refs:bms (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/ruby/qps/
Dworker.rb41 bms = ''
46 bms = BenchmarkServer.new(req.setup, @server_port)
47 q.push(gtss.new(stats: bms.mark(false), port: bms.get_port))
49 q.push(gtss.new(stats: bms.mark(req.mark.reset), cores: cpu_cores))
52 bms.stop
/third_party/boost/libs/compute/test/
Dtest_device.cpp251 typedef boost::chrono::milliseconds bms; in BOOST_AUTO_TEST_CASE() typedef
252 BOOST_CHECK(device.get_host_timer<bms>().count() != 0); in BOOST_AUTO_TEST_CASE()
275 typedef boost::chrono::milliseconds bms; in BOOST_AUTO_TEST_CASE() typedef
276 BOOST_CHECK(device.get_device_and_host_timer<bms>().first.count() != 0); in BOOST_AUTO_TEST_CASE()
277 BOOST_CHECK(device.get_device_and_host_timer<bms>().second.count() != 0); in BOOST_AUTO_TEST_CASE()
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py155 def diff(bms, loops, regex, track, old, new, counters): argument
160 for bm in bms: