Searched refs:statistics (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/dbus/
H A Ddbus_statistics_unittest.cc19 statistics::Initialize();
23 statistics::Shutdown();
28 statistics::AddSentMethodCall(
30 statistics::AddReceivedSignal(
32 statistics::AddBlockingSentMethodCall(
35 statistics::AddSentMethodCall(
37 statistics::AddSentMethodCall(
39 statistics::AddReceivedSignal(
42 statistics::AddSentMethodCall(
44 statistics
[all...]
H A Ddbus_statistics.h12 // 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/chrome/browser/chromeos/system_logs/
H A Ddbus_log_source.cc20 response[kDBusLogEntryShort] = dbus::statistics::GetAsString(
21 dbus::statistics::SHOW_INTERFACE,
22 dbus::statistics::FORMAT_ALL);
23 response[kDBusLogEntryLong] = dbus::statistics::GetAsString(
24 dbus::statistics::SHOW_METHOD,
25 dbus::statistics::FORMAT_TOTALS);
/external/chromium_org/webkit/browser/quota/
H A Dquota_temporary_storage_evictor_unittest.cc191 const QuotaTemporaryStorageEvictor::Statistics& statistics() const { function in class:quota::QuotaTemporaryStorageEvictorTest
240 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
241 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
242 EXPECT_EQ(1, statistics().num_evicted_origins);
243 EXPECT_EQ(1, statistics().num_eviction_rounds);
244 EXPECT_EQ(0, statistics().num_skipped_eviction_rounds);
260 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
261 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
262 EXPECT_EQ(2, statistics().num_evicted_origins);
263 EXPECT_EQ(1, statistics()
[all...]
H A Dquota_temporary_storage_evictor.cc63 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"] =
62 GetStatistics( std::map<std::string, int64>* statistics) argument
H A Dquota_temporary_storage_evictor.h70 void GetStatistics(std::map<std::string, int64>* statistics);
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.css6 #statistics {
H A Dconnection_stats.js31 * Update the statistics panel.
32 * @param {remoting.ClientSession.PerfStats} stats The connection statistics.
65 var statistics = document.getElementById('statistics');
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsView.java48 * statistics of rendering. The data is retrieved every frame from a
65 private Statistics statistics; field in class:StatsView
80 statistics = stats;
82 statLabels = statistics.getLabels();
101 statistics.getData(statData);
111 //statistics.clearFrame();
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.js97 var statistics = {min: min,
108 statistics.avg - sliceHitGroup.hits[i].slice.duration;
112 statistics.avg_stddev = Math.sqrt(
119 statistics.frequency = (1000 * numDistances) / elapsed;
127 var signedDistance = statistics.frequency - currentFrequency;
131 statistics.frequency_stddev = Math.sqrt(
136 statistics,
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Drunner.js91 var statistics = this.computeStatistics(values, unit);
94 if (statistics.values)
95 this.log("values " + statistics.values.join(", ") + " " + statistics.unit);
96 this.log("avg " + statistics.mean + " " + statistics.unit);
97 this.log("median " + statistics.median + " " + statistics.unit);
98 this.log("stdev " + statistics.stdev + " " + statistics
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/
H A Ddom-perf.js200 var statistics = PerfTestRunner.computeStatistics(times);
201 this.min = statistics.min;
202 this.max = statistics.max;
203 this.median = statistics.median;
204 this.mean = statistics.mean;
205 this.sum = statistics.sum;
206 this.variance = statistics.variance;
207 this.stdev = statistics.stdev;
/external/kernel-headers/original/linux/
H A Dtransport_class.h58 struct attribute_group *statistics; member in struct:transport_container
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js175 * Key-value styled statistics data.
177 * The value is hold as |statistics[key].detail|.
180 var statistics = {};
397 * |event.detail| contains misc statistics data as dictionary.
406 var entry = statistics[key];
410 statistics[key] = entry;
487 * Dump |statistics| to a object.
488 * @return {Object} Dump result object from |statistics|.
492 for (var key in statistics)
493 result[key] = statistics[ke
[all...]
/external/chromium_org/media/filters/
H A Dvideo_renderer_base.cc326 PipelineStatistics statistics; local
327 statistics.video_frames_dropped = 1;
328 statistics_cb_.Run(statistics);
400 PipelineStatistics statistics; local
401 statistics.video_frames_decoded = 1;
402 statistics_cb_.Run(statistics);
H A Ddecrypting_audio_decoder.cc386 // The buffer has been accepted by the decoder, let's report statistics.
388 PipelineStatistics statistics; local
389 statistics.audio_bytes_decoded = buffer_size;
390 statistics_cb_.Run(statistics);
H A Dffmpeg_audio_decoder.cc521 // Decoding finished successfully, update statistics.
523 PipelineStatistics statistics; local
524 statistics.audio_bytes_decoded = result;
525 statistics_cb_.Run(statistics);
H A Dopus_audio_decoder.cc565 // Decoding finished successfully, update statistics.
566 PipelineStatistics statistics; local
567 statistics.audio_bytes_decoded = decoded_audio_size;
568 statistics_cb_.Run(statistics);
H A Dvideo_frame_stream.cc239 PipelineStatistics statistics; local
240 statistics.video_bytes_decoded = buffer_size;
241 statistics_cb_.Run(statistics);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc832 std::vector<AutocheckoutStatistic> statistics; local
835 statistics,
976 std::vector<AutocheckoutStatistic> statistics; local
979 statistics,
992 std::vector<AutocheckoutStatistic> statistics; local
995 statistics,
1021 std::vector<AutocheckoutStatistic> statistics; local
1024 statistics,
1673 std::vector<AutocheckoutStatistic> statistics; local
1674 statistics
1688 std::vector<AutocheckoutStatistic> statistics; local
[all...]
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.cc327 // Include dbus statistics summary
328 (*logs)["dbus"] = dbus::statistics::GetAsString(
329 dbus::statistics::SHOW_INTERFACE,
330 dbus::statistics::FORMAT_ALL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsElement.java278 * Return the statistics of the build along its history.
289 if (this.statistics == null) {
290 this.statistics = ((ConfigResults)getBuildResults().getParent()).getStatistics(Util.BASELINE_BUILD_PREFIXES);
292 return this.statistics;
H A DConfigResultsElement.java251 * Return the statistics of the build along its history.
262 if (this.statistics == null) {
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES);
265 return this.statistics;
468 excluded.append(configResults+" excluded from status due to erratic statistics!");
480 excluded.append(configResults+" excluded from status due to unstable statistics!");
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java58 private final Statistics statistics = new Statistics(); field in class:LwjglGL1Renderer
82 return statistics;
126 statistics.clearMemory();
133 statistics.clearMemory();
427 // statistics.clearFrame();
716 statistics.onNewTexture();
730 statistics.onTextureUse(img, true);
821 statistics.onTextureUse(image, true);
823 statistics.onTextureUse(image, false);
1122 statistics
[all...]
H A DLwjglRenderer.java114 private final Statistics statistics = new Statistics(); field in class:LwjglRenderer
134 return statistics;
397 statistics.clearMemory();
404 statistics.clearMemory();
748 // statistics.clearFrame();
778 statistics.onShaderUse(shader, true);
782 statistics.onShaderUse(shader, false);
813 statistics.onUniformSet();
1103 statistics.onNewShader();
1116 // statistics
[all...]

Completed in 1426 milliseconds

123