HomeSort by relevance Sort by last modified time
    Searched refs:peak (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/test/java/libcore/javax/net/
ServerSocketFactoryTest.java 94 int peak = 0; local
101 peak++;
107 System.out.println("backlog peaked at " + peak);
121 assertTrue(peak >= specifiedBacklog && peak <= (specifiedBacklog + 3) * 1.5);
  /external/srec/srec/cfront/
spec_anl.c 217 fftdata peak; local
244 peak = density[last];
247 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)bdecay);
248 ASSERT(peak >= 0);
249 if (density[i] > peak)
250 peak = density[i];
252 density[i] = peak;
257 peak = density[first];
260 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)fdecay)
    [all...]
  /external/valgrind/main/massif/tests/
peak2.post.exp 2 Command: ./peak
3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=10.0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
33 Detailed snapshots: [3, 7, 11, 15, 19, 23, 27, 31, 35, 39, 46, 53, 60, 67, 74 (peak)]
43 ->85.47% (1,600B) 0x........: main (peak.c:8)
55 ->88.89% (3,200B) 0x........: main (peak.c:8)
67 ->90.09% (4,800B) 0x........: main (peak.c:8)
79 ->90.70% (6,400B) 0x........: main (peak.c:8)
91 ->91.07% (8,000B) 0x........: main (peak.c:8)
103 ->91.32% (9,600B) 0x........: main (peak.c:8)
115 ->91.50% (11,200B) 0x........: main (peak.c:8
    [all...]
peak.post.exp 2 Command: ./peak
3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
33 Detailed snapshots: [3, 7, 11, 15, 19, 23, 27, 31, 35, 39, 43, 47, 51, 55, 59, 63, 67, 71, 75, 79 (peak)]
43 ->85.47% (1,600B) 0x........: main (peak.c:8)
55 ->88.89% (3,200B) 0x........: main (peak.c:8)
67 ->90.09% (4,800B) 0x........: main (peak.c:8)
79 ->90.70% (6,400B) 0x........: main (peak.c:8)
91 ->91.07% (8,000B) 0x........: main (peak.c:8)
103 ->91.32% (9,600B) 0x........: main (peak.c:8)
115 ->91.50% (11,200B) 0x........: main (peak.c:8
    [all...]
ignored.post.exp 33 Detailed snapshots: [3 (peak)]
custom_alloc.post.exp 33 Detailed snapshots: [2, 5 (peak)]
deep-B.stderr.exp 58 Massif: peak snapshots: 0
new-cpp.post.exp 33 Detailed snapshots: [5 (peak)]
overloaded-new.post.exp 33 Detailed snapshots: [5 (peak)]
realloc.post.exp 33 Detailed snapshots: [3, 6 (peak)]
realloc.stderr.exp 26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0)
29 Massif: de-PEAK Sp 6 (t:1200, hp:1200, ex:0, st:0)
48 Massif: peak snapshots: 2
deep-C.stderr.exp 61 Massif: peak snapshots: 0
basic2.post.exp 33 Detailed snapshots: [0, 1, 2, 3, 4 (peak), 5, 6, 7, 8]
basic.post.exp 33 Detailed snapshots: [9, 19, 29, 37 (peak), 47, 57, 67]
peak2.stderr.exp 26 Massif: de-PEAK Sp 3 (t:1872, hp:1616, ex:256, st:0)
30 Massif: de-PEAK Sp 7 (t:3888, hp:3216, ex:384, st:0)
34 Massif: de-PEAK Sp 11 (t:5904, hp:4816, ex:512, st:0)
38 Massif: de-PEAK Sp 15 (t:7920, hp:6416, ex:640, st:0)
42 Massif: de-PEAK Sp 19 (t:9936, hp:8016, ex:768, st:0)
46 Massif: de-PEAK Sp 23 (t:11952, hp:9616, ex:896, st:0)
50 Massif: de-PEAK Sp 27 (t:13968, hp:11216, ex:1024, st:0)
54 Massif: de-PEAK Sp 31 (t:15984, hp:12816, ex:1152, st:0)
58 Massif: de-PEAK Sp 35 (t:18000, hp:14416, ex:1280, st:0)
62 Massif: de-PEAK Sp 39 (t:20016, hp:16016, ex:1408, st:0
    [all...]
ignoring.post.exp 33 Detailed snapshots: [1 (peak), 3, 8, 26, 31, 36, 41, 46, 52, 62, 72, 82]
long-time.post.exp 33 Detailed snapshots: [1 (peak), 7, 28, 33, 38, 43, 48, 56, 66, 76, 86]
culling1.stderr.exp 446 Massif: peak snapshots: 0
culling2.stderr.exp     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 649 long peak = 0; local
688 peak = 0;
693 if (peak < energy) {
694 peak = energy;
700 if (energy < threshold || energy < (peak / 2)) {
701 // e went to less than half of the peak
    [all...]
  /external/valgrind/main/massif/
ms_main.c 56 // it's clear where/why the peak is occurring. (Mattieu Castet) Also,
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
216 // - Peak snapshot: When the memory usage peak is reached, it takes a
217 // snapshot. It keeps this, unless the peak is subsequently exceeded,
218 // in which case it will overwrite the peak snapshot.
279 // This is the total size from the current peak snapshot, or 0 if no peak
452 else if VG_DBL_CLO(arg, "--peak-inaccuracy", clo_peak_inaccuracy) {}
482 " --peak-inaccuracy=<m.n> maximum peak inaccuracy, as a percentage [1.0]\n
    [all...]

Completed in 512 milliseconds