HomeSort by relevance Sort by last modified time
    Searched refs:measurement (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
StreamService.java 23 import com.google.caliper.model.Measurement;
411 for (Measurement measurement : ((StopMeasurementLogMessage) message).measurements()) {
413 measurement.description(),
414 measurement.value().magnitude() / measurement.weight(),
415 measurement.value().unit()));
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 71 Bundle measurement = (Bundle)readPrivateField("mPerfMeasurement", mPerfCollector); local
72 assertNotNull(measurement);
73 verifyTimingBundle(measurement, new ArrayList<String>());
138 Bundle measurement = (Bundle)readPrivateField("mPerfMeasurement", mPerfCollector); local
139 assertNotNull(measurement);
140 verifyTimingBundle(measurement, new ArrayList<String>());
  /external/opencv3/modules/video/src/
compat_video.cpp 99 "state and measurement vectors must have positive number of dimensions" );
223 /* handle the case when there will be measurement before the next predict */
231 cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement )
233 if( !kalman || !measurement )
249 cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 );
  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 165 int MP; /* number of measurement vector dimensions */
191 CvMat* measurement_matrix; /* measurement matrix (H) */
193 CvMat* measurement_noise_cov; /* measurement noise covariance matrix (R) */
218 /* Updates Kalman filter by measurement
220 CVAPI(const CvMat*) cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement );
tracking.hpp 338 @param measureParams Dimensionality of the measurement.
347 @param measureParams Dimensionality of the measurement.
359 /** @brief Updates the predicted state from the measurement.
361 @param measurement The measured system parameters
363 CV_WRAP const Mat& correct( const Mat& measurement );
369 CV_PROP_RW Mat measurementMatrix; //!< measurement matrix (H)
371 CV_PROP_RW Mat measurementNoiseCov;//!< measurement noise covariance matrix (R)
  /external/webrtc/webrtc/call/
rampup_tests.h 56 void ReportResult(const std::string& measurement,
rampup_tests.cc 241 void RampUpTester::ReportResult(const std::string& measurement,
245 measurement, "",
  /frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java 79 measurements[i] = LauncherActivity.measurement;
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 18 // AllocsPerRun sets GOMAXPROCS to 1 during its measurement and will restore
  /prebuilts/go/linux-x86/src/testing/
allocs.go 18 // AllocsPerRun sets GOMAXPROCS to 1 during its measurement and will restore
  /external/autotest/tko/
models.py 141 files and perf measurement files) and use them to construct a complete
346 def add_measurement(self, measurement):
350 @param measurement: A dictionary containing information for a measured
354 self.perf_measurements.append(measurement)
360 Abstract method to parse an individual perf measurement line.
362 @param line: A string line from the perf measurement output file.
365 metric from one line of the perf measurement output file, or an
411 # Add the perf measurement to the appropriate
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 249 // GOOD MEASUREMENT
363 setIdentity(KF.measurementNoiseCov, Scalar::all(1e-2)); // set measurement noise
411 /** MEASUREMENT MODEL **/
430 void updateKalmanFilter( KalmanFilter &KF, Mat &measurement,
437 // The "correct" phase that is going to use the predicted value and our measurement
438 Mat estimated = KF.correct(measurement);
464 // Set measurement to predict
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 17 XDhrystone Benchmark: Rationale for Version 2 and Measurement Rules
29 XCPU/compiler performance measurement, in particular in the area of
93 Xperformance measurement, i.e. within the measurement loop - the
102 Xthe result have no impact on performance measurement since they are
108 Xfor time measurement since they are necessarily system-dependent.
120 Xcompilers should be prevented from moving code out of the measurement
138 Xsubtract the time for the measurement loop overhead. (This calculation
146 XIn this section, all changes are described that affect the measurement
150 XIn addition to adding the measurement loop and the printout statements
    [all...]
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 58 WGL_I3D_swap_frame_usage. In WGL_I3D_swap_frame_usage, the measurement
  /external/v8/tools/
run_perf.py 174 class Measurement(object):
249 how to perform a measurement.
260 for measurement in measurements:
261 measurement.ConsumeOutput(stdout)
295 suite_units: Measurement default units as defined by the benchmark suite.
432 return Measurement(
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 98 const char *measurement[] = {"disable", "enable"}; variable
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 139 // to get a reasonable measurement. It prints timing information in this form
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 139 // to get a reasonable measurement. It prints timing information in this form
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/v8/benchmarks/
base.js 34 // do the performance measurement. The optional setup and tearDown

Completed in 584 milliseconds

1 23 4