HomeSort by relevance Sort by last modified time
    Searched defs:Stats (Results 1 - 25 of 45) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 43 /** <summary>Stats routines needed by profiler etc...</summary>
51 public class Stats
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 39 /** <summary>Stats routines needed by profiler etc...</summary>
47 public class Stats {
  /external/llvm/lib/Support/
Statistic.cpp 1 //===-- Statistic.cpp - Easy way to expose stats information --------------===//
12 // printed at the end of a run, when the -stats command line option is enabled
39 /// -stats - Command line option to cause transformations to emit stats about
44 "stats",
53 std::vector<const Statistic*> Stats;
60 Stats.push_back(S);
71 // If stats are enabled, inform StatInfo that this statistic should be
115 StatisticInfo &Stats = *StatInfo;
119 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.h 54 // Existing stats files will not be overwritten.
57 // Saves away the stats at main, so the can be recorded later. At main() time
62 // file thread. Existing stats files will not be overwritten.
116 struct Stats {
123 const std::string& name, const Stats& stats);
124 static Stats GetCurrentStats();
133 // Used to hold the stats at main().
134 Stats chrome_main_stats_;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 15 private static final Stats DEFAULT_STATS = new Stats(0, 0, 0);
16 private static Map<String, Stats> stats = new HashMap<String, Stats>(); field in class:ShadowStatFs
17 private Stats stat;
45 stat = stats.get(path);
56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks));
60 stats.clear()
    [all...]
  /external/chromium/net/disk_cache/
stats.cc 5 #include "net/disk_cache/stats.h"
20 int data_sizes[disk_cache::Stats::kDataSizesLength];
21 int64 counters[disk_cache::Stats::MAX_COUNTER];
41 // WARNING: Add new stats only at the end, or change LoadStats().
65 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER,
72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
79 memset(stats, 0, sizeof(*stats));
80 if (!file->Read(stats, sizeof(*stats), offset)
126 OnDiskStats stats; local
    [all...]
stats.h 23 class Stats {
52 Stats();
53 ~Stats();
73 // Saves the stats to disk.
91 DISALLOW_COPY_AND_ASSIGN(Stats);
  /external/chromium_org/net/disk_cache/
stats.cc 5 #include "net/disk_cache/stats.h"
20 int data_sizes[disk_cache::Stats::kDataSizesLength];
21 int64 counters[disk_cache::Stats::MAX_COUNTER];
41 // WARNING: Add new stats only at the end, or change LoadStats().
66 COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER,
73 bool VerifyStats(OnDiskStats* stats) {
74 if (stats->signature != kDiskSignature)
79 if (static_cast<unsigned int>(stats->size) > sizeof(*stats)) {
80 memset(stats, 0, sizeof(*stats))
99 OnDiskStats* stats = &local_stats; local
214 OnDiskStats* stats = reinterpret_cast<OnDiskStats*>(data); local
    [all...]
stats.h 24 class Stats {
54 Stats();
55 ~Stats();
63 // Returns the number of bytes needed to store the stats on disk.
82 // Writes the stats into |data|, to be stored at the given cache address.
100 DISALLOW_COPY_AND_ASSIGN(Stats);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
Stats.java 33 /** Stats routines needed by profiler etc...
40 public class Stats {
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 87 // Existing stats files will not be overwritten.
90 // Saves away the stats at main, so the can be recorded later. At main() time
95 // file thread. Existing stats files will not be overwritten.
146 struct Stats {
153 const std::string& name, const Stats& stats);
154 static Stats GetCurrentStats();
160 // Used to hold the stats at main().
161 Stats chrome_main_stats_;
  /external/chromium_org/sandbox/win/tools/finder/
finder.h 11 // Type of stats that we calculate during the Scan operation
12 enum Stats {
136 // Stats containing the number of operations performed on the different
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 144 struct Stats {
145 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
150 inline Stats stats() const { return stats_; } function in class:tcmalloc::PageHeap
160 // Stats for free large spans (i.e., spans with more than kMaxPages pages).
236 Stats stats_;
263 // appropriate free list, and adjust stats.
266 // Prepends span to appropriate free list, and adjusts stats.
269 // Removes span from its free list, and adjust stats.
heap-profile-table.h 60 // Profile stats.
61 struct Stats {
68 bool Equivalent(const Stats& x) const {
86 struct AllocContextInfo : public Stats {
143 const Stats& total() const { return total_; }
204 // Hash table bucket to hold (de)allocation stats
206 struct Bucket : public Stats {
253 Stats* profile_stats; // stats to update (may be NULL)
255 DumpArgs(RawFD a, Stats* d
    [all...]
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 34 static const char* QTAGUID_UID_STATS = "/proc/net/xt_qtaguid/stats";
48 struct Stats {
57 static uint64_t getStatsType(struct Stats* stats, StatsType type) {
60 return stats->rxBytes;
62 return stats->rxPackets;
64 return stats->txBytes;
66 return stats->txPackets;
68 return stats->tcpRxPackets;
70 return stats->tcpTxPackets
151 struct Stats stats; local
166 struct Stats stats; local
176 struct Stats stats; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 152 struct Stats {
153 Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {}
160 inline Stats stats() const { return stats_; } function in class:tcmalloc::PageHeap
170 // Stats for free large spans (i.e., spans with more than kMaxPages pages).
248 Stats stats_;
274 // appropriate free list, and adjust stats.
283 // Prepends span to appropriate free list, and adjusts stats.
286 // Removes span from its free list, and adjust stats.
deep-heap-profile.h 79 typedef HeapProfileTable::Stats Stats;
254 // Writes stats of the hash table to |buffer| for DumpOrderedProfile.
298 // Writes stats of the region into |buffer| with |name|.
322 // Snapshots and calculates global stats from /proc/<pid>/maps and pagemap.
331 // Writes global stats into |buffer|.
375 GlobalStats stats_; // Stats about total memory.
heap-profile-table.h 41 #include "heap-profile-stats.h"
65 // Profile stats.
66 typedef HeapProfileStats Stats;
89 struct AllocContextInfo : public Stats {
153 const Stats& total() const { return total_; }
235 // Hash table bucket to hold (de)allocation stats
299 DumpArgs(RawFD fd_arg, Stats* profile_stats_arg)
305 Stats* profile_stats; // stats to update (may be NULL)
369 Stats* profile_stats)
    [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/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 550 // Emit per-block stats.
559 const PerBlockIDStats &Stats = I->second;
560 outs() << " Num Instances: " << Stats.NumInstances << "\n";
562 PrintSize(Stats.NumBits);
564 double pct = (Stats.NumBits * 100.0) / BufferSizeBits;
566 if (Stats.NumInstances > 1) {
568 PrintSize(Stats.NumBits/(double)Stats.NumInstances);
570 outs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/"
571 << Stats.NumSubBlocks/(double)Stats.NumInstances << "\n"
    [all...]
  /external/lzma/C/
Ppmd7.h 36 CPpmd_State_Ref Stats;
76 #define Ppmd7_GetStats(p, ctx) ((ctx)->Stats)
80 #define Ppmd7_GetStats(p, ctx) ((CPpmd_State *)Ppmd7_GetPtr((p), ((ctx)->Stats)))
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 28 public class Stats {
30 private static final String TAG = "Launcher3/Stats";
47 private static final String STATS_FILE_NAME = "stats.log";
61 public Stats(Launcher launcher) {
72 Log.e(TAG, "unable to create stats log: " + e);
75 Log.e(TAG, "unable to write to stats log: " + e);
85 android.util.Log.v("Stats", "got broadcast: " + intent + " for launched intent: "
157 DataOutputStream stats = null; local
159 stats = new DataOutputStream(mLauncher.openFileOutput(STATS_FILE_NAME + ".tmp", Context.MODE_PRIVATE));
160 stats.writeInt(STATS_VERSION)
187 DataInputStream stats = null; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/
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/eigen/bench/spbench/
spbenchsolver.h 70 struct Stats{
126 Stats call_solver(Solver &solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX)
128 Stats stat;
180 Stats call_directsolver(Solver& solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX)
182 Stats stat;
188 Stats call_itersolver(Solver &solver, const typename Solver::MatrixType& A, const Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX)
190 Stats stat;
199 inline void printStatItem(Stats *stat, int solver_id, int& best_time_id, double& best_time_val)
244 inline void printHtmlStatLine(Stats *stat, int best_time_id, string& statline)
287 int SelectSolvers(const SparseMatrix<Scalar>&A, unsigned int sym, Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX, Stats *stat
    [all...]

Completed in 438 milliseconds

1 2