Changeset 3777 in Sophya for trunk/AddOn/TAcq/brproc.h


Ignore:
Timestamp:
May 18, 2010, 6:03:56 PM (15 years ago)
Author:
ansari
Message:

Ajout calcul nb total d'operations , Reza 18/05/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brproc.h

    r3776 r3777  
    4848  virtual int    execute(int tid);
    4949
     50  // Le nombre total d'operations effectuees
     51  inline r_8 TotNbFLOP() { return nb_flop_; }
     52
    5053protected:
    5154  virtual int Process();
     
    7477  uint_4 numfile_;
    7578  uint_8 totnbpaq_;
     79
     80  r_8 nb_flop_;   // Nombre total d'operations effectuees
    7681
    7782  // Variables/objets pour la verifications des timetag
     
    104109protected:
    105110  vector<BRVisibilityCalculator *> viscalcp_;
     111  Timer tm_;
    106112};
    107113 
Note: See TracChangeset for help on using the changeset viewer.