HomeSort by relevance Sort by last modified time
    Searched full:overhead (Results 1 - 25 of 1599) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
tc_stab.c 35 " [ overhead BYTES ] [ linklayer TYPE ] ...\n"
39 " overhead : per-packet size overhead used in rate computations\n"
41 "Example: ... stab overhead 20 linklayer atm\n");
49 s->overhead != 0;
78 } else if (matches(*argv, "overhead") == 0) {
80 if (s.overhead)
81 duparg("overhead", *argv);
82 if (get_integer(&s.overhead, *argv, 10))
83 invarg("overhead", "invalid overhead")
    [all...]
q_htb.c 39 "... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]\n"
45 " overhead per-packet size overhead used in rate computations\n"
121 unsigned short overhead = 0; local
145 } else if (matches(*argv, "overhead") == 0) {
147 if (get_u16(&overhead, *argv, 10)) {
148 explain1("overhead"); return -1;
232 opt.ceil.overhead = overhead;
233 opt.rate.overhead = overhead
    [all...]
q_tbf.c 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
47 unsigned short overhead=0; local
145 } else if (matches(*argv, "overhead") == 0) {
147 if (overhead) {
148 fprintf(stderr, "tbf: duplicate \"overhead\" specification\n");
151 if (get_u16(&overhead, *argv, 10)) {
152 explain1("overhead", *argv); return -1;
215 opt.rate.overhead = overhead;
224 opt.peakrate.overhead = overhead
    [all...]
tc_core.c 71 * alignment overhead at the ATM layer. (SAR = Segmentation And
73 * an ADSL connection. Note that the extra ATM-AAL overhead is _not_
74 * included in this calculation. This overhead is added in the kernel
110 * This change unfortunately caused breakage of tc overhead and
113 * Kernel overhead handling got fixed in kernel v3.10 by
114 * - commit 01cb71d2d47 (net_sched: restore "overhead xxx" handling)
164 /* don't need data table in this case (only overhead set) */
q_cbq.c 35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
56 unsigned short overhead=0; local
118 } else if (matches(*argv, "overhead") == 0) {
120 if (get_u16(&overhead, *argv, 10)) {
121 explain1("overhead"); return -1;
153 r.overhead = overhead;
195 unsigned short overhead=0; local
335 } else if (matches(*argv, "overhead") == 0) {
337 if (get_u16(&overhead, *argv, 10))
    [all...]
m_police.c 38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n");
136 unsigned short overhead=0; local
238 } else if (matches(*argv, "overhead") == 0) {
240 if (get_u16(&overhead, *argv, 10)) {
241 explain1("overhead"); return -1;
277 p.rate.overhead = overhead;
287 p.peakrate.overhead = overhead;
362 fprintf(f, "overhead %ub ", p->rate.overhead)
    [all...]
  /external/autotest/client/tests/kvm/autotest_control/
hackbench.control 9 Hackbench is a benchmark which measures the performance, overhead and
  /external/chromium-trace/catapult/common/py_trace_event/
README.txt 1 py_trace_event allows low-overhead instrumentation of a multi-threaded,
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.h 28 // Estimates memory overhead including |sizeof(TypeNameDeduplicator)|.
29 void EstimateTraceMemoryOverhead(TraceEventMemoryOverhead* overhead) override;
trace_buffer.cc 116 TraceEventMemoryOverhead* overhead) override {
117 overhead->Add("TraceBufferRingBuffer", sizeof(*this));
123 chunks_[chunk_index]->EstimateTraceMemoryOverhead(overhead);
157 TraceEventMemoryOverhead* /* overhead */) override {
266 TraceEventMemoryOverhead* overhead) override {
271 overhead->Add("TraceBufferVector", chunks_ptr_vector_allocated_size,
278 chunk->EstimateTraceMemoryOverhead(overhead);
320 TraceEventMemoryOverhead* overhead) {
335 overhead->Update(*cached_overhead_estimate_);
349 overhead->Add("TraceEvent (unused)"
    [all...]
  /external/autotest/client/tests/hackbench/
control 11 Hackbench is a benchmark for measuring the performance, overhead and
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbr.h 40 void WithOverhead(uint16_t overhead) {
41 assert(overhead <= 0x1ff);
42 tmmbr_item_.MeasuredOverhead = overhead;
tmmbn_unittest.cc 51 EXPECT_EQ(60U, parser.tmmbn_items()->Overhead(0));
68 EXPECT_EQ(60U, parser.tmmbn_items()->Overhead(0));
71 EXPECT_EQ(40U, parser.tmmbn_items()->Overhead(1));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.cc 20 // This controls the maximum amount of excess overhead (actual - target)
22 // is reached. Overhead here is defined as relative to number of media packets.
31 enum { kHighProtectionThreshold = 80 }; // Corresponds to ~30 overhead, range
32 // is 0 to 255, where 255 corresponds to 100% overhead (relative to number of
157 // (1) the excess overhead (actual overhead - requested/target overhead) is
180 // Returns true if the excess overhead (actual - target) for the FEC is below
182 // cases and low number of media packets/frame. The target overhead is given by
186 return ((Overhead() - params_.fec_rate) < kMaxExcessOverhead)
    [all...]
  /external/autotest/site_utils/
collect_suite_time_stats.py 12 2. Suite scheduling overhead.
13 3. Average scheduling overhead.
30 Suite scheduling overhead is defined by the average of DUT overheads.
33 A DUT overhead is defined by:
34 DUT_i overhead = sum(net time for job_k - runtime for job_k
192 Calculates the scheduling overhead of a DUT.
194 The scheduling overhead of a DUT is defined by the sum of scheduling
196 The scheduling overhead for a job is defined by the difference
203 @return: Scheduling overhead of a DUT in a floating point value.
212 'Overhead: %f', job_id, t_end - t_start, runtime
    [all...]
  /external/libunwind/tests/
perf-startup 18 printf "Overhead of preloading $LIBUNWIND\t: $(($nsec2 - $nsec1)) nsec\n"
19 printf "Overhead of preloading $LIBUNWIND_PLAT\t: $(($nsec3 - $nsec1)) nsec\n"
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c 37 (1) a fixed size overhead of length 4 bytes
48 | overhead | payload |
59 identified by the leftmost bit in the overhead field, the so called F-bit.
79 overhead). Ah well -- the name sticks.
100 for (ix = overhead; (size = get_slotsize(ix)) != 0; ix += size + overhead) {
124 overhead = refcount_size + slotsize_size, enumerator in enum:__anon25426
150 aspacem_assert(ix >= overhead && ix <= segnames_used);
157 aspacem_assert(ix >= overhead && ix <= segnames_used);
159 aspacem_assert(slotindex >= overhead && slotindex <= segnames_used)
    [all...]
  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 67 data size plus some overhead (4 chars ZLIB + 8 bytes size + 6
68 bytes zlib stream overhead + 5 bytes overhead max for one 16K
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
PerfOutputWriter.java 39 writer.println("scenario instr ref overhead");
73 double overhead = 100 * (subject - reference) / reference; local
77 Double.valueOf(overhead));
  /external/autotest/client/tests/tracing_microbenchmark/
control 11 the overhead of enabling tracing. The intent for this benchmark is to not
  /external/autotest/client/tests/unixbench5/
control 19 - System Call Overhead - estimates the cost of entering and leaving the
  /external/autotest/server/site_tests/dummy_PassServer/
control.sanity 19 We explicitly make it not call job.runtest to avoid overhead of
  /external/e2fsprogs/tests/m_mkfs_overhead/
script 1 test_description="test bg overhead calculation"
  /external/skia/tools/VisualBench/
VisualLightweightBenchModule.h 20 * This module is designed to be a minimal overhead timing module for VisualBench
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/
chrome_user_friendly_category_driver_test.html 60 category: 'foobar,overhead'
61 }), 'overhead');

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>