Changeset 3777 in Sophya for trunk/AddOn/TAcq/brproc.h
- Timestamp:
- May 18, 2010, 6:03:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brproc.h
r3776 r3777 48 48 virtual int execute(int tid); 49 49 50 // Le nombre total d'operations effectuees 51 inline r_8 TotNbFLOP() { return nb_flop_; } 52 50 53 protected: 51 54 virtual int Process(); … … 74 77 uint_4 numfile_; 75 78 uint_8 totnbpaq_; 79 80 r_8 nb_flop_; // Nombre total d'operations effectuees 76 81 77 82 // Variables/objets pour la verifications des timetag … … 104 109 protected: 105 110 vector<BRVisibilityCalculator *> viscalcp_; 111 Timer tm_; 106 112 }; 107 113
Note:
See TracChangeset
for help on using the changeset viewer.