Home
last modified time | relevance | path

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

/third_party/boost/libs/container/bench/
Dbench_adaptive_node_pool.cpp137 nanosecond_type tinsert, terase; in list_test_template() local
152 tinsert = timer.elapsed().wall; in list_test_template()
196 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
217 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()