From: Jiri Vlasak Date: Sat, 25 May 2019 17:22:46 +0000 (+0200) Subject: Log path when optimized X-Git-Tag: v0.7.0~20^2~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/iamcar.git/commitdiff_plain/44148e95f05ddd6f9d7da2dae6aff81b4016e8a5 Log path when optimized --- diff --git a/base/main.cc b/base/main.cc index 729ec4a..422e330 100644 --- a/base/main.cc +++ b/base/main.cc @@ -268,10 +268,7 @@ int main() p.next(); p.tend(); if (p.opt_path()) { - if (ps.cusp().size() > 0) - p.tlog(p.findt(p.slot_cusp().back())); - else - p.tlog(p.findt()); + p.tlog(p.findt()); } } #elif defined USE_PTHREAD