| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| gmonster-null-lookup.py | 20 from perftest import measure, perftest, utils namespace 25 # We want to measure time in this test. 43 self.measure.measure(func, run)
|
| gmonster-print-cerr.py | 28 from perftest import measure, perftest, utils namespace 49 self.measure.measure(func, run)
|
| gmonster-ptype-string.py | 16 # Measure speed of ptype of a std::string object. 20 # this test helps measure the issue. 22 from perftest import measure, perftest, utils namespace 45 self.measure.measure(func, run)
|
| gmonster-runto-main.py | 16 # Measure performance of running to main. 18 from perftest import measure, perftest, utils namespace 37 self.measure.measure(func, run)
|
| gmonster-null-lookup.py | 20 from perftest import measure, perftest, utils namespace 25 # We want to measure time in this test. 43 self.measure.measure(func, run)
|
| gmonster-print-cerr.py | 28 from perftest import measure, perftest, utils namespace 49 self.measure.measure(func, run)
|
| gmonster-ptype-string.py | 16 # Measure speed of ptype of a std::string object. 20 # this test helps measure the issue. 22 from perftest import measure, perftest, utils namespace 45 self.measure.measure(func, run)
|
| gmonster-runto-main.py | 16 # Measure performance of running to main. 18 from perftest import measure, perftest, utils namespace 37 self.measure.measure(func, run)
|
| gmonster-pervasive-typedef.py | 16 # Measure the speed of "ptype func" where a parameter of the function is a 20 from perftest import measure, perftest, utils namespace 25 # We want to measure time in this test. 42 self.measure.measure(self.func, run)
|
| gmonster-select-file.py | 16 # Measure performance of selecting a file to debug. 18 from perftest import measure, perftest, utils namespace 40 self.measure.measure(func, run)
|
| solib.py | 19 from perftest import measure, perftest namespace 28 # We want to measure time in this test. 45 # but measure differently. 50 self.measure.measure(func, num) 62 self.measure.measure(func, num)
|
| gmonster-pervasive-typedef.py | 16 # Measure the speed of "ptype func" where a parameter of the function is a 20 from perftest import measure, perftest, utils namespace 25 # We want to measure time in this test. 42 self.measure.measure(self.func, run)
|
| gmonster-select-file.py | 16 # Measure performance of selecting a file to debug. 18 from perftest import measure, perftest, utils namespace 40 self.measure.measure(func, run)
|
| solib.py | 19 from perftest import measure, perftest namespace 28 # We want to measure time in this test. 45 # but measure differently. 50 self.measure.measure(func, num) 62 self.measure.measure(func, num)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/ |
| measure.py | 28 class Measure(object): 29 """A class that measure and collect the interesting data for a given testcase. 31 An instance of Measure has a collection of measurements, and each 32 of them is to measure a given aspect, such as time and memory. 36 """Constructor of measure. 43 def measure(self, func, id): member in class:Measure 44 """Measure the operations done by func with a collection of measurements.""" 100 # measure a short duration. It includes time elapsed during sleep
|
| measure.py | 28 class Measure(object): 29 """A class that measure and collect the interesting data for a given testcase. 31 An instance of Measure has a collection of measurements, and each 32 of them is to measure a given aspect, such as time and memory. 36 """Constructor of measure. 43 def measure(self, func, id): member in class:Measure 44 """Measure the operations done by func with a collection of measurements.""" 100 # measure a short duration. It includes time elapsed during sleep
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/ |
| measure.py | 28 class Measure(object): 29 """A class that measure and collect the interesting data for a given testcase. 31 An instance of Measure has a collection of measurements, and each 32 of them is to measure a given aspect, such as time and memory. 36 """Constructor of measure. 43 def measure(self, func, id): member in class:Measure 44 """Measure the operations done by func with a collection of measurements.""" 100 # measure a short duration. It includes time elapsed during sleep
|
| measure.py | 28 class Measure(object): 29 """A class that measure and collect the interesting data for a given testcase. 31 An instance of Measure has a collection of measurements, and each 32 of them is to measure a given aspect, such as time and memory. 36 """Constructor of measure. 43 def measure(self, func, id): member in class:Measure 44 """Measure the operations done by func with a collection of measurements.""" 100 # measure a short duration. It includes time elapsed during sleep
|
| /src/external/lgpl3/mpfr/dist/tune/ |
| speed.c | 159 fprintf (stderr, "Failed to measure function!\n"); 177 double measure; local 183 measure = domeasure (threshold, func, p); 184 printf ("prec=%lu mpfr_mul=%e ", p, measure);
|
| speed.c | 159 fprintf (stderr, "Failed to measure function!\n"); 177 double measure; local 183 measure = domeasure (threshold, func, p); 184 printf ("prec=%lu mpfr_mul=%e ", p, measure);
|
| tuneup.c | 355 fprintf (stderr, "Failed to measure %s!\n", m); 478 double measure[THRESHOLD_FINAL_WINDOW+1]; local 534 measure[i] = domeasure (threshold, func, 536 if (measure[i] > 0) 538 else if (measure[i] < 0) 561 measure[i] = domeasure (threshold, func, pmin+i); 562 i = analyze_data (measure, THRESHOLD_FINAL_WINDOW+1); 587 double measure[THRESHOLD_FINAL_WINDOW+1]; local 666 measure[i] = domeasure2 (threshold1, threshold2, threshold3, 668 if (measure[i] > 0 [all...] |
| tuneup.c | 355 fprintf (stderr, "Failed to measure %s!\n", m); 478 double measure[THRESHOLD_FINAL_WINDOW+1]; local 534 measure[i] = domeasure (threshold, func, 536 if (measure[i] > 0) 538 else if (measure[i] < 0) 561 measure[i] = domeasure (threshold, func, pmin+i); 562 i = analyze_data (measure, THRESHOLD_FINAL_WINDOW+1); 587 double measure[THRESHOLD_FINAL_WINDOW+1]; local 666 measure[i] = domeasure2 (threshold1, threshold2, threshold3, 668 if (measure[i] > 0 [all...] |
| /src/usr.sbin/timed/timed/ |
| measure.c | 1 /* $NetBSD: measure.c,v 1.17 2012/11/04 22:36:58 christos Exp $ */ 35 static char sccsid[] = "@(#)measure.c 8.2 (Berkeley) 3/26/95"; 37 __RCSID("$NetBSD: measure.c,v 1.17 2012/11/04 22:36:58 christos Exp $"); 70 measure(u_long maxmsec, /* wait this many msec at most */ function 96 /* open raw socket used to measure time differences */ 287 fprintf(stderr, "measure %s: %s\n", hname, 291 syslog(LOG_ERR, "measure %s: %m", hname); 293 syslog(LOG_ERR, "measure: %s did not respond", hname); 297 "measure: %s failed after %d trials\n",
|
| measure.c | 1 /* $NetBSD: measure.c,v 1.17 2012/11/04 22:36:58 christos Exp $ */ 35 static char sccsid[] = "@(#)measure.c 8.2 (Berkeley) 3/26/95"; 37 __RCSID("$NetBSD: measure.c,v 1.17 2012/11/04 22:36:58 christos Exp $"); 70 measure(u_long maxmsec, /* wait this many msec at most */ function 96 /* open raw socket used to measure time differences */ 287 fprintf(stderr, "measure %s: %s\n", hname, 291 syslog(LOG_ERR, "measure %s: %m", hname); 293 syslog(LOG_ERR, "measure: %s did not respond", hname); 297 "measure: %s failed after %d trials\n",
|