Ignore:
Timestamp:
Jun 9, 2022, 10:56:34 AM (23 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
430ce61
Parents:
8c58e73
Message:

Moved stats printer to it's own file and now using push-stats rather than pull

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/protocol.cfa

    r8c58e73 r137974a  
    587587
    588588void ?{}( DateFormater & this ) {
    589         ((thread&)this){ "Server Date Thread", *options.clopts.instance[0] };
     589        ((thread&)this){ "Server Date Thread", *options.clopts.instance };
    590590        this.idx = 0;
    591591        memset( &this.buffers[0], 0, sizeof(this.buffers[0]) );
Note: See TracChangeset for help on using the changeset viewer.