/external/autotest/client/cros/power/ |
power_dashboard.py | 148 'average': dict(), 159 power_dict['average'][domain] = numpy.average(domain_readings)
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
firmware_summary_unittest.py | 61 average = result.stat_scores.average 62 return round(average, self._round_digits)
|
/external/autotest/server/cros/network/ |
netperf_session.py | 28 @return NetperfResult average of samples. 55 WARMUP_WINDOW_SIZE throughput measurements has an average throughput 100 """Measure the average and standard deviation of a netperf test.
|
/external/autotest/site_utils/bootperf-bin/ |
showbootdata | 31 shows the average value and sample standard deviation (as a percent 32 of the average) for all selected events. The --averages display 34 events, and shows the average and sample standard deviation of the
|
/external/curl/docs/examples/ |
chkspeed.c | 30 * the average download speed. 180 /* check for average download speed */ 183 printf("Average download speed: %0.3f kbyte/sec.\n", val / 1024);
|
/external/deqp/doc/testspecs/GLES2/ |
performance.txt | 47 - Simple average may not always be the right function, often stability of 74 * Average iteration time 76 * Average computed performance
|
/external/deqp/doc/testspecs/GLES3/ |
performance.txt | 47 - Simple average may not always be the right function, often stability of 74 * Average iteration time 76 * Average computed performance
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 138 printf("forward break iteration average loop time %d\n", loopTime); 139 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); 140 printf("number of breaks %d average time per break %d\n", noBreaks, timePerBreak);
|
/external/libavc/encoder/ |
ih264e_rate_control.h | 54 * average and peak bitrate, intra-inter frame interval and initial 82 * Average bit rate 297 * Average activity
|
/external/lisa/tools/scripts/power/ |
power_average.py | 28 # interest. For example, when trying to compute the power average during 72 # If a column is specified, only return that column's average 76 # Else return the average of each column in the dataframe
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
rpc_pmap_rmtcall_performance.c | 45 double average(double *tbl) function 47 //Return average of values in tbl 162 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
rpc_clnttcp_create_performance.c | 42 double average(double *tbl) function 44 //Return average of values in tbl 154 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
rpc_clntudp_create_performance.c | 41 double average(double *tbl) function 43 //Return average of values in tbl 154 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
rpc_clnt_call_performance.c | 40 double average(double *tbl) function 42 //Return average of values in tbl 154 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
tirpc_bottomlevel_clnt_call_performance.c | 43 double average(double *tbl) function 45 //Return average of values in tbl 184 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
tirpc_expertlevel_clnt_call_performance.c | 43 double average(double *tbl) function 45 //Return average of values in tbl 184 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
tirpc_rpcb_rmtcall_performance.c | 43 double average(double *tbl) function 45 //Return average of values in tbl 172 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
tirpc_interlevel_clnt_call_performance.c | 40 double average(double *tbl) function 42 //Return average of values in tbl 161 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
tirpc_rpc_call_performance.c | 40 double average(double *tbl) function 42 //Return average of values in tbl 148 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
tirpc_toplevel_clnt_call_performance.c | 40 double average(double *tbl) function 42 //Return average of values in tbl 153 printf("%lf %d\n", average(resultTbl), maxIter);
|
/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/ |
masked_matmul_benchmark.py | 64 """Run the graph and return its average execution time. 70 num_iters: int, the number of iterations to run (the output is the average 77 The average duration of the masked_matmul op in seconds.
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
video_metrics.cc | 56 // Calculates average, min and max values for the supplied struct, if non-NULL. 61 // Calculate average. 67 result->average = metrics_values_sum / result->frames.size();
|
/external/webrtc/webrtc/video/ |
call_stats.cc | 25 // Weight factor to apply to the average rtt. 83 // Returns the average RTT. 123 // TODO(asapersson): Consider changing this to report the average rtt.
|
/frameworks/base/libs/hwui/tests/macrobench/ |
TestSceneRunner.cpp | 56 T average() { return mAverage; } function in class:ModifiedMovingAverage 173 printf("Average frametime %.3fms\n", avgMs.average());
|
/hardware/interfaces/health/2.0/ |
IHealth.hal | 93 * Get average battery current in microamperes(ľA). 97 * battery. The time period over which the average is computed may depend on 104 * @return value average battery current, or 0 if not successful.
|