HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 26 - 50 of 4253) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/benchmarks/
smoothness.py 13 """Measures rendering statistics while scrolling down the top 25 web pages.
27 """Measures rendering statistics while scrolling down the key mobile sites.
35 """Measures rendering statistics while interacting with pages that have
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsView.java 39 import com.jme3.renderer.Statistics;
48 * statistics of rendering. The data is retrieved every frame from a
49 * {@link com.jme3.renderer.Statistics} and then displayed on screen.<br/>
53 * {@link com.jme3.renderer.Statistics} from the
57 * Statistics stats = renderer.getStatistics();<br/>
65 private Statistics statistics; field in class:StatsView
74 public StatsView(String name, AssetManager manager, Statistics stats){
80 statistics = stats;
82 statLabels = statistics.getLabels()
    [all...]
  /external/linux-tools-perf/Documentation/
perf-kmem.txt 20 'perf kmem stat' to report kernel memory statistics.
29 Show per-callsite statistics
32 Show per-allocation statistics
  /frameworks/base/core/java/android/net/
TrafficStats.java 34 * Class that provides network traffic statistics. These statistics include
38 * These statistics may not be available on all platforms. If the statistics
173 * Tag the given {@link Socket} with any statistics parameters active for
176 * statistics parameters.
186 * Remove any statistics parameters from the given {@link Socket}.
275 * increases monotonically since device boot. Statistics are measured at the
279 * return {@link #UNSUPPORTED} on devices where statistics aren't available.
292 * increases monotonically since device boot. Statistics are measured at th
    [all...]
INetworkStatsService.aidl 27 /** Start a statistics query session. */
43 /** Force update of statistics. */
  /external/chromium_org/dbus/
dbus_statistics.h 12 // The functions defined here are used to gather DBus statistics, and
18 namespace statistics { namespace in namespace:dbus
34 // Initializes / shuts down dbus statistics gathering. Calling Initialize
35 // more than once will reset the statistics.
39 // Add sent/received calls to the statistics gathering class. These methods
76 } // namespace statistics
  /external/chromium_org/chromeos/system/
statistics_provider.cc 59 // Timeout that we should wait for statistics to get loaded
74 // OEM specific statistics. Must be prefixed with "oem_".
105 // Waits up to |kTimeoutSecs| for statistics to be loaded. Returns true if
109 // Loads the machine statistics off of disk. Runs on the file thread.
112 // Loads the OEM statistics off of disk. Runs on the file thread.
132 // Block if the statistics are not loaded yet. Normally this shouldn't
140 LOG(ERROR) << "Statistics loaded after waiting "
145 LOG(ERROR) << "Statistics not loaded after waiting "
210 VLOG(1) << "Started loading statistics. Load OEM Manifest: "
269 // Finished loading the statistics
    [all...]
  /external/oprofile/libdb/
db_stat.c 3 * Statistics routines for libdb
17 /// hold various statistics data for a db file
46 /* FIXME: I'm dubious if this do right statistics for hash table
  /external/chromium_org/components/policy/core/common/
policy_pref_names.cc 10 // 64-bit serialization of the time last policy usage statistics were collected
  /external/chromium_org/remoting/webapp/
connection_stats.js 31 * Update the statistics panel.
32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
65 var statistics = document.getElementById('statistics');
  /external/chromium_org/tools/perf/metrics/
smoothness.py 7 from metrics import statistics namespace
69 mean_frame_time = statistics.ArithmeticMean(self._stats.frame_times,
74 jank = statistics.FrameDiscrepancy(self._stats.frame_timestamps)
79 percentile_95 = statistics.Percentile(self._stats.frame_times, 95.0)
  /external/clang/test/Analysis/
objc-method-coverage.m 15 // CHECK: ... Statistics Collected ...
  /external/iptables/extensions/
libxt_RATEEST.man 1 The RATEEST target collects statistics, performs rate estimation calculation
  /external/llvm/include/llvm/ADT/
Statistic.h 11 // to expose various metrics from passes. These statistics are printed at the
22 // NOTE: Statistics *must* be declared as global variables.
46 /// construct - This should only be called for non-global statistics.
111 #else // Statistics are disabled in release builds.
162 // STATISTIC - A macro to make definition of statistics really simple. This
167 /// \brief Enable the collection and printing of statistics.
170 /// \brief Check if statistics are enabled.
173 /// \brief Print statistics to the file returned by CreateInfoOutputFile().
176 /// \brief Print statistics to the given output stream.
  /external/llvm/lib/Support/
Statistic.cpp 11 // way to expose various success metrics from passes. These statistics are
45 cl::desc("Enable statistics output from program (available with Asserts)"));
51 /// llvm_shutdown is called. We print statistics from the destructor.
129 // Print out the statistics header...
131 << " ... Statistics Collected ...\n"
134 // Print all of the statistics.
150 // Statistics not enabled?
159 // !Stats.Stats.empty(). In release builds, Statistics operators
164 OutStream << "Statistics are disabled. "
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 44 /** whether to print statistics to stdout at end of compile cycle */
45 public boolean statistics; field in class:CfOptions
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.h 27 typedef std::map<std::string, std::string> Statistics;
42 void ReportStatistics(const Statistics& stats);
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.cc 63 std::map<std::string, int64>* statistics) {
64 DCHECK(statistics);
66 (*statistics)["errors-on-evicting-origin"] =
68 (*statistics)["errors-on-getting-usage-and-quota"] =
70 (*statistics)["evicted-origins"] =
72 (*statistics)["eviction-rounds"] =
74 (*statistics)["skipped-eviction-rounds"] =
100 Statistics stats_in_hour(statistics_);
  /external/iproute2/doc/
rtstat.sgml 15 The kernel patch (not required since linux-2.4.7) adds statistics counters
17 /proc/net/rt_cache_stat. A companion user mode program presents the statistics
  /external/oprofile/daemon/
opd_extended.h 40 // Extended statistics
73 * Print out extended feature statistics in oprofiled.log file
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
43 /* In statistics.c */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
43 /* In statistics.c */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
43 /* In statistics.c */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
43 /* In statistics.c */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 19 /* get pool statistics */
21 /* get statistics and zero */

Completed in 3529 milliseconds

12 3 4 5 6 7 8 91011>>