Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/example/
Dperf.cpp25 static const milliseconds min_time_per_trial(200); in measure() local
38 }while(t2-measure_start<min_time_per_trial); in measure()