Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/stats.cfa

    r7ce8873 r54c1196  
    4646                        stats->io.submit.fast       = 0;
    4747                        stats->io.submit.slow       = 0;
    48                         stats->io.submit.eagr       = 0;
    49                         stats->io.submit.nblk       = 0;
    5048                        stats->io.flush.external    = 0;
    5149                        stats->io.flush.dirty       = 0;
     
    118116                        tally_one( &cltr->io.submit.fast      , &proc->io.submit.fast       );
    119117                        tally_one( &cltr->io.submit.slow      , &proc->io.submit.slow       );
    120                         tally_one( &cltr->io.submit.eagr      , &proc->io.submit.eagr       );
    121                         tally_one( &cltr->io.submit.nblk      , &proc->io.submit.nblk       );
    122118                        tally_one( &cltr->io.flush.external   , &proc->io.flush.external    );
    123119                        tally_one( &cltr->io.flush.dirty      , &proc->io.flush.dirty       );
     
    201197                                        sstr | "fast," | eng3(io.submit.slow) | "slow (" | ws(3, 3, avgfasts) | "%)" | nonl;
    202198                                }
    203                                 sstr | " - eager" | eng3(io.submit.eagr) | nonl;
    204                                 sstr | " - no-wait" | eng3(io.submit.nblk) | nonl;
    205199                                sstr | nl;
    206200
Note: See TracChangeset for help on using the changeset viewer.