Changes between Version 6 and Version 7 of BasicApi


Ignore:
Timestamp:
May 28, 2007, 10:38:54 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v6 v7  
    128128}}}
    129129
    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.
     130This reports the total number of floating-point and/or integer operations since the start of the result.
     131If 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.
    131133
    132134== Reporting progress ==