[ET Trac] [Einstein Toolkit] #1968: Output time stamp in verbose build log

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon Oct 3 12:47:12 CDT 2016


#1968: Output time stamp in verbose build log
--------------------------+-------------------------------------------------
  Reporter:  knarf        |       Owner:                     
      Type:  enhancement  |      Status:  review             
  Priority:  optional     |   Milestone:                     
 Component:  Cactus       |     Version:  development version
Resolution:               |    Keywords:                     
--------------------------+-------------------------------------------------

Comment (by sbrandt):

 One possibility would be to call perl with this string instead:
 {{{
 eval { require("Time/HiRes.pm"); print(&Time::HiRes::gettimeofday()+0,"
 "); }; if($@) { print time(); }
 }}}
 The advantage is that it will still give you a lores time if there is no
 HiRes.pm. I'm not sure if there are any machines out there that don't have
 HiRes.pm, however.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1968#comment:4>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list