Changes between Version 6 and Version 7 of BasicApi
- Timestamp:
- May 28, 2007, 10:38:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v6 v7 128 128 }}} 129 129 130 This reports the total number of floating-point and integer operations since the start of the result. It must be called just before boinc_finish(), and optionally at intermediate points. 130 This reports the total number of floating-point and/or integer operations since the start of the result. 131 If floating_point_ops is nonzero, it's used to compute credit and integer_ops is ignored. 132 `boinc_ops_cumulative()` may be called multiple times, but only the last call makes any difference. 131 133 132 134 == Reporting progress ==