IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 4:50:20 PM (20 years ago)
Author:
eugene
Message:

adding timing statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pcontrol.h

    r10693 r11052  
    7777  IOBuffer     stderr;
    7878  Ptime        start;
    79   Ptime        accum;
    80   Ptime        timer;
    81   struct Host *host;
     79  Ptime        stop;
     80  double       dtime;
    8281  int          pid;
    8382  IDtype       JobID;
     83  struct Host *host;
    8484} Job;
    8585
     
    9393  int         pid;
    9494  HostStat    stack;
    95   struct timeval lasttry;
    96   struct timeval nexttry;
    97   Ptime       accum;
    98   Ptime       timer;
     95  Ptime       lasttry;
     96  Ptime       nexttry;
    9997  IDtype      HostID;
    10098  struct Job *job;
Note: See TracChangeset for help on using the changeset viewer.