Searched defs:Stats (Results 1 – 11 of 11) sorted by relevance
67 struct Stats : private ThreadLocalStats { struct68 Stats() { in Stats() argument77 void Add(const ThreadLocalStats &s) { in Add() argument86 void PrintStats() { in PrintStats() argument134 void PrintStatsForSS() { in PrintStatsForSS() argument160 void PrintStatsForCache() { in PrintStatsForCache() argument171 void PrintStatsForSeg() { in PrintStatsForSeg() argument176 void PrintStatsForLS() { in PrintStatsForLS() argument187 void PrintEventStats() { in PrintEventStats() argument245 uintptr_t n_vts_hb;[all …]
70 struct Stats{ struct71 ComputationInfo info;72 double total_time;73 double compute_time;74 double solve_time; 75 double rel_error;76 int memory_used; 77 int iterations;78 int isavail; 79 int isIterative;
51 std::vector<const Statistic*> Stats; member in __anon2b4521dc0111::StatisticInfo113 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local145 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
15 class Stats; variable
119 Stats::Stats() : backend_(NULL), size_histogram_(NULL) { in Stats() function in disk_cache::Stats
146 struct Stats { struct153 const std::string& name, const Stats& stats); argument
1917 typedef struct Stats Stats; typedef1919 struct Stats struct1921 int n_blocks;1922 int n_blocks_executed;1923 int n_blocks_inside_dbus_build_tests;1925 int n_lines; /* lines that have blocks on them */1926 int n_lines_executed;1927 int n_lines_partial;1928 int n_lines_inside_dbus_build_tests;1930 int n_functions;[all …]
51 public class Stats class
47 public class Stats { class
40 public class Stats { class
553 const PerBlockIDStats &Stats = I->second; in AnalyzeBitcode() local