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/options.hfa

    ra06023f r348f81d5  
    2626
    2727        struct {
     28                int nclusters;
    2829                int nprocs;
    2930                int nworkers;
     
    3132                bool procstats;
    3233                bool viewhalts;
    33                 cluster * instance;
     34                cluster ** instance;
     35                size_t   * thrd_cnt;
     36                size_t     cltr_cnt;
    3437        } clopts;
    3538};
Note: See TracChangeset for help on using the changeset viewer.