Searched refs:PrintWithTime (Results 1 – 2 of 2) sorted by relevance
19 from common import PrintWithTime71 PrintWithTime('Current branch is not clean, aborting')102 PrintWithTime('Initial run, current is %s' % current)106 PrintWithTime('All set up, next runs will be incremental and perform '121 PrintWithTime('Incremental run, current is %s, last is %s'128 PrintWithTime('No changes seen, finishing job')165 PrintWithTime('Improvement detected.')169 PrintWithTime('Regression detected.')173 PrintWithTime('Nothing detected.')
148 def PrintWithTime(s): function