Searched refs:bms (Results 1 – 3 of 3) sorted by relevance
41 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
251 typedef boost::chrono::milliseconds bms; in BOOST_AUTO_TEST_CASE() typedef252 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() typedef276 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()
155 def diff(bms, loops, regex, track, old, new, counters): argument160 for bm in bms: