Changes between Version 14 and Version 15 of BasicApi


Ignore:
Timestamp:
Dec 22, 2007, 8:54:41 PM (16 years ago)
Author:
Nicolas
Comment:

Added an anchor to match a very old existing link. I'll add more later.

Legend:

Unmodified
Added
Removed
Modified
  • BasicApi

    v14 v15  
    127127MFILE buffers data in memory and writes to disk only on `flush()` or `close()`. This lets you write output files and state files more or less atomically.
    128128
    129 == Credit reporting ==
     129== Credit reporting == #credit
    130130
    131131By default, the claimed credit of a result is based on the product of its total CPU time and the benchmark values obtained by the core client. This can produce results that are too low if the application uses processor-specific optimizations not present in the core client, is compiled with different compiler settings, or uses a GPU or other non-CPU computing resource. To handle such cases, the following functions can be used.