Changeset 16447 for trunk/FACT++/scripts


Ignore:
Timestamp:
05/30/13 00:25:08 (11 years ago)
Author:
tbretz
Message:
Added time to output -- to be further improved.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/takeRun.js

    r16385 r16447  
    101101
    102102    var nextrun = sub_startrun.get().obj['next'];
    103     console.out("  Take run %3d".$(nextrun)+": N="+count+" T="+time+"s ["+type+"]");
     103    console.out("  "+new Date().toUTCString()+": Take run %3d".$(nextrun)+": N="+count+" T="+time+"s ["+type+"]");
    104104
    105105    // FIXME: Replace by callback?
Note: See TracChangeset for help on using the changeset viewer.