Searched refs:T_PER_US (Results 1 – 1 of 1) sorted by relevance
868 static const double T_PER_US = .0001; // Sym time per real microsecond in layout_iteration() local873 const double time_to_run = std::min((now - prev) * T_PER_US, 10.0); in layout_iteration()