Ignore:
Timestamp:
Feb 23, 2021, 4:02:27 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b664af2
Parents:
a06023f
Message:

Added option to isolate processor so everything has it's own cluster

File:
1 edited

Legend:

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

    ra06023f r348f81d5  
    182182
    183183void ?{}( DateFormater & this ) {
    184         ((thread&)this){ "Server Date Thread", *options.clopts.instance };
     184        ((thread&)this){ "Server Date Thread", *options.clopts.instance[0] };
    185185        this.idx = 0;
    186186        memset( this.buffers[0].buff, 0, sizeof(this.buffers[0]) );
Note: See TracChangeset for help on using the changeset viewer.