Changeset 1880 for features/performance/src/tcpreplay_opts.def
- Timestamp:
- 07/18/07 20:52:55 (18 months ago)
- Files:
-
- 1 modified
-
features/performance/src/tcpreplay_opts.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
features/performance/src/tcpreplay_opts.def
r1876 r1880 131 131 max = 1; 132 132 flags-cant = accurate; 133 arg-type = number;134 133 descrip = "Enable even more accurate packet timing"; 135 134 doc = <<- EOText 136 135 Enables 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. 136 utilization by using the RDTSC counter available on newer CPU's. 137 Only works on more recent x86, x86_64 and PPC 141 138 EOText; 142 139 };
