Changes between Version 9 and Version 10 of BasicApi


Ignore:
Timestamp:
Jun 11, 2007, 10:16:27 AM (17 years ago)
Author:
Nicolas
Comment:

Modified explanation for Credit reporting functions...again

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v9 v10  
    124124}}}
    125125
    126 This lets the application report to the core client the results of an application-specific benchmark, expressed as number of floating-point and integer operations per CPU second.
     126This lets the application report the results of an application-specific benchmark to the core client, expressed as number of floating-point and integer operations per CPU second.
    127127
    128128{{{
     
    130130}}}
    131131
    132 This lets the application report to the core client the total number of floating-point and/or integer operations since the start of the result. If `floating_point_ops` is nonzero, it's used to compute credit and `integer_ops` is ignored.
    133 `boinc_ops_cumulative()` may be called multiple times, but only the last call makes any difference.
     132This lets the application report the total number of floating-point and/or integer operations since the start of the result. If `floating_point_ops` is nonzero, it's used to compute credit and `integer_ops` is ignored. `boinc_ops_cumulative()` may be called multiple times, but only the last call makes any difference.
    134133
    135134== Reporting progress ==