Show
Ignore:
Timestamp:
07/18/07 20:52:55 (18 months ago)
Author:
aturner
Message:

commit work in progress. this doesn't seem to actually work though. :(
Anyways, this just commits my work up to this point, but at some point it's
going to need to be reworked. refs #41

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • features/performance/src/tcpreplay_opts.def

    r1876 r1880  
    131131    max         = 1; 
    132132    flags-cant  = accurate; 
    133     arg-type    = number; 
    134133    descrip     = "Enable even more accurate packet timing"; 
    135134    doc         = <<- EOText 
    136135Enables the "even more" accurate timing at the cost of higher CPU 
    137 utilization by using a tight loop which increments a counter.   This method 
    138 provides the most accurate timing of any option, but requires you to specify 
    139 a cost for each loop.  This cost value is VERY system dependent, so you will 
    140 need to run --loop-test to get this value. 
     136utilization by using the RDTSC counter available on newer CPU's. 
     137Only works on more recent x86, x86_64 and PPC 
    141138EOText; 
    142139};