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

1 23 4

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 118 // For sorting Stats or Buckets by in-use space
119 static bool ByAllocatedSpace(HeapProfileTable::Stats* a,
120 HeapProfileTable::Stats* b) {
302 Stats* profile_stats) {
389 *static_cast<Stats*>(&info) = *static_cast<Stats*>(list[i]);
416 Stats stats; local
417 memset(&stats, 0, sizeof(stats));
    [all...]
heap-profiler.cc 244 HeapProfileTable::Stats const stats = heap_profile->total(); member in class:HeapProfileTable
245 (void)stats; // avoid an unused-variable warning in non-debug mode.
249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
334 const HeapProfileTable::Stats& total = heap_profile->total();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 30 __all__ = ["Stats"]
32 class Stats:
39 is that an "add()" method has been provided to combine Stats from
58 Stats('foo', 'goo').strip_dirs().sort_stats('calls').\
93 self.stats = {}
107 if not arg: self.stats = {}
110 self.stats = marshal.load(f)
120 self.stats = arg.stats
121 arg.stats = {
    [all...]
cProfile.py 81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
87 marshal.dump(self.stats, f)
96 self.stats = {}
107 self.stats[func] = cc, nc, tt, ct, callers
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
profile.py 337 # stats such as the amount of time added to ct courtesy
361 # We use self.cmd as that string, and the resulting stats look
393 # collect stats from pending stack, including getting final
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
415 marshal.dump(self.stats, f)
423 self.stats = {}
429 self.stats[func] = cc, nc, tt, ct, callers
476 # low call counts) to have such negative stats, even if the
573 def Stats(*args):
581 help="Save stats to <outfile>", default=None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 30 __all__ = ["Stats"]
32 class Stats:
39 is that an "add()" method has been provided to combine Stats from
58 Stats('foo', 'goo').strip_dirs().sort_stats('calls').\
93 self.stats = {}
107 if not arg: self.stats = {}
110 self.stats = marshal.load(f)
120 self.stats = arg.stats
121 arg.stats = {
    [all...]
cProfile.py 81 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
87 marshal.dump(self.stats, f)
96 self.stats = {}
107 self.stats[func] = cc, nc, tt, ct, callers
170 help="Save stats to <outfile>", default=None)
172 help="Sort order when printing to stdout, based on pstats.Stats class",
profile.py 337 # stats such as the amount of time added to ct courtesy
361 # We use self.cmd as that string, and the resulting stats look
393 # collect stats from pending stack, including getting final
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
415 marshal.dump(self.stats, f)
423 self.stats = {}
429 self.stats[func] = cc, nc, tt, ct, callers
476 # low call counts) to have such negative stats, even if the
573 def Stats(*args):
581 help="Save stats to <outfile>", default=None
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 623 struct Stats {
629 // tests that the Stats object is tracking (e.g. a test where the client
664 Stats global_stats = { 1.08, 1.15 };
669 Stats stats; member in struct:net::__anon11612::Trial
716 ++trials[i].stats.num_runs;
723 trials[i].stats.total_ratio_unprotected += ratio_unprotected;
724 trials[i].stats.total_ratio_protected += ratio_protected;
744 trials[i].stats.DidConverge(&increase_ratio);
747 trials[i].stats.ReportTrialResult(increase_ratio)
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 168 class Stats:
194 Population is the Stats for population.
195 Self is Stats for sample.
211 # XXX port to Stats, but that would really slow us down here
223 allstats = Stats ()
232 allgrams[ngram] = Stats ()
236 for ngram, stats in allgrams.iteritems ():
237 if stats.failed.count >= 30: # for statistical reasons
238 importantgrams[ngram] = stats
242 for ngram, stats in allgrams.iteritems ()
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 147 stats = pstats.Stats('profile.dat')
148 stats.strip_dirs()
149 stats.sort_stats('time')
150 stats.print_stats(100)
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 117 ui.html._dashboardLink('Stats', 'aggregate_results.html') +
118 ui.html._dashboardLink('Stats Timeline', 'timeline_explorer.html');
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 40 // stats -- Print DB stats
161 class Stats {
174 Stats() { Start(); }
188 void Merge(const Stats& other) {
291 Stats stats; member in struct:leveldb::__anon13652::RandomGenerator::ThreadState
502 } else if (name == Slice("stats")) {
503 PrintStats("leveldb.stats");
554 thread->stats.Start()
895 std::string stats; local
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 133 TEST(Mman, Stats) {
  /external/lzma/C/
Ppmd7.c 28 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
305 p->MinContext->Stats = REF(p->FoundState);
359 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++);
383 for (s = STATS(c); s->Symbol != upState.Symbol; s++);
439 CPpmd_State *s = STATS(c);
523 oldPtr = STATS(c);
526 c->Stats = STATS_REF(ptr);
540 c->Stats = REF(s);
560 CPpmd_State *s = STATS(c) + ns1;
573 CPpmd_State *stats = STATS(p->MinContext); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 499 class Stats
505 if value.is_a? Stats
973 def stats method in class:StatsAccumulator
1162 def stats method in class:BenchmarkOnVM
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 227 struct Stats {
228 Stats()
258 dataLogF("\nWTF::HashTable::Stats dump\n\n");
366 mutable OwnPtr<Stats> m_stats;
416 , m_stats(adoptPtr(new Stats))
    [all...]
  /external/chromium/net/disk_cache/
eviction.cc 133 backend_->OnEvent(Stats::TRIM_ENTRY);
279 backend_->OnEvent(Stats::TRIM_ENTRY);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 263 const HeapProfileTable::Stats& total = heap_profile->total();
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 323 struct Stats {
  /external/chromium_org/net/disk_cache/v3/
eviction_v3.cc 289 backend_->OnEvent(Stats::TRIM_ENTRY);
entry_impl_v3.cc 786 backend_->OnEvent(Stats::READ_DATA);
889 backend_->OnEvent(Stats::WRITE_DATA);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 33 import org.antlr.runtime.misc.Stats;
484 Stats.writeReport(GrammarReport.GRAMMAR_STATS_FILENAME,
    [all...]
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 6 // This file contains helper methods to draw the stats timeline graphs.
7 // Each graph represents a series of stats report for a PeerConnection,
16 var STATS_GRAPH_CONTAINER_HEADING_CLASS = 'stats-graph-container-heading';
18 // Specifies which stats should be drawn on the 'bweCompound' graph and how.
46 // Specifies which stats should be converted before drawn and how.
82 // The object contains the stats names that should not be added to the graph,
94 // Returns number parsed from |value|, or NaN if the stats name is black-listed.
101 // Adds the stats report |report| to the timeline graph for the given
106 var stats = report.stats;
    [all...]
  /external/chromium_org/net/disk_cache/
eviction.cc 304 backend_->OnEvent(Stats::TRIM_ENTRY);

Completed in 547 milliseconds

1 23 4