Searched refs:PrintWithTime (Results 1 – 2 of 2) sorted by relevance
18 from common import PrintWithTime95 PrintWithTime('Initial run, current is %s' % current)99 PrintWithTime('All set up, next runs will be incremental and perform '114 PrintWithTime('Incremental run, current is %s, last is %s' %121 PrintWithTime('No changes seen, finishing job')157 PrintWithTime('Improvement detected.')161 PrintWithTime('Regression detected.')165 PrintWithTime('Nothing detected.')
117 def PrintWithTime(s): function