Stats 250 chrome/browser/chromeos/boot_times_loader.cc void BootTimesLoader::RecordStats(const std::string& name, const Stats& stats) { Stats 256 chrome/browser/chromeos/boot_times_loader.cc BootTimesLoader::Stats BootTimesLoader::GetCurrentStats() { Stats 259 chrome/browser/chromeos/boot_times_loader.cc Stats stats; Stats 123 chrome/browser/chromeos/boot_times_loader.h const std::string& name, const Stats& stats); Stats 124 chrome/browser/chromeos/boot_times_loader.h static Stats GetCurrentStats(); Stats 134 chrome/browser/chromeos/boot_times_loader.h Stats chrome_main_stats_; Stats 49 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, Stats) { Stats 166 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc Stats() Stats 174 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc Stats* stats) Stats 216 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc Stats* stats_; Stats 405 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc BackgroundTask::Stats stats; Stats 445 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc BackgroundTask::Stats stats; Stats 485 chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc BackgroundTask::Stats stats; Stats 175 media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc TEST_F(RtpPacketizerTest, Stats) { Stats 362 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::DOOM_CACHE); Stats 419 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::DOOM_RECENT); Stats 485 net/disk_cache/blockfile/backend_impl.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; Stats 486 net/disk_cache/blockfile/backend_impl.cc int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; Stats 494 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::OPEN_MISS); Stats 507 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::OPEN_HIT); Stats 557 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 565 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 577 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 603 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::CREATE_HIT); Stats 752 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::DOOM_ENTRY); Stats 909 net/disk_cache/blockfile/backend_impl.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); Stats 912 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); Stats 927 net/disk_cache/blockfile/backend_impl.cc int64 use_time = stats_.GetCounter(Stats::TIMER); Stats 964 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::FATAL_ERROR); Stats 987 net/disk_cache/blockfile/backend_impl.cc void BackendImpl::OnEvent(Stats::Counters an_event) { Stats 1007 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::TIMER); Stats 1008 net/disk_cache/blockfile/backend_impl.cc int64 time = stats_.GetCounter(Stats::TIMER); Stats 1009 net/disk_cache/blockfile/backend_impl.cc int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); Stats 1018 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::OPEN_ENTRIES, current); Stats 1019 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::MAX_ENTRIES, max_refs_); Stats 1390 net/disk_cache/blockfile/backend_impl.cc int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); Stats 1391 net/disk_cache/blockfile/backend_impl.cc int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE); Stats 1392 net/disk_cache/blockfile/backend_impl.cc int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT); Stats 1393 net/disk_cache/blockfile/backend_impl.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); Stats 1409 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::FATAL_ERROR, errors); Stats 1410 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_CACHE, full_dooms); Stats 1411 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_RECENT, partial_dooms); Stats 1412 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT, last_report); Stats 1763 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::CREATE_MISS); Stats 1774 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::RESURRECT_HIT); Stats 1790 net/disk_cache/blockfile/backend_impl.cc stats_.OnEvent(Stats::INVALID_ENTRY); Stats 1858 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); Stats 1860 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::MAX_ENTRIES))); Stats 1861 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::MAX_ENTRIES, 0); Stats 1864 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR))); Stats 1866 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_CACHE))); Stats 1868 net/disk_cache/blockfile/backend_impl.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_RECENT))); Stats 1869 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::FATAL_ERROR, 0); Stats 1870 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_CACHE, 0); Stats 1871 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::DOOM_RECENT, 0); Stats 1878 net/disk_cache/blockfile/backend_impl.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; Stats 1898 net/disk_cache/blockfile/backend_impl.cc int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; Stats 1899 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); Stats 1917 net/disk_cache/blockfile/backend_impl.cc int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; Stats 1944 net/disk_cache/blockfile/backend_impl.cc stats_.SetCounter(Stats::TRIM_ENTRY, 0); Stats 205 net/disk_cache/blockfile/backend_impl.h void OnEvent(Stats::Counters an_event); Stats 389 net/disk_cache/blockfile/backend_impl.h Stats stats_; // Usage statistics. Stats 152 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::DOOM_ENTRY); Stats 256 net/disk_cache/blockfile/backend_impl_v3.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); Stats 259 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue()); Stats 276 net/disk_cache/blockfile/backend_impl_v3.cc int64 use_time = stats_.GetCounter(Stats::TIMER); Stats 307 net/disk_cache/blockfile/backend_impl_v3.cc void BackendImplV3::OnEvent(Stats::Counters an_event) { Stats 324 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::TIMER); Stats 325 net/disk_cache/blockfile/backend_impl_v3.cc int64 time = stats_.GetCounter(Stats::TIMER); Stats 326 net/disk_cache/blockfile/backend_impl_v3.cc int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES); Stats 335 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::OPEN_ENTRIES, current); Stats 336 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::MAX_ENTRIES, max_refs_); Stats 451 net/disk_cache/blockfile/backend_impl_v3.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; Stats 452 net/disk_cache/blockfile/backend_impl_v3.cc int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; Stats 460 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::OPEN_MISS); Stats 473 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::OPEN_HIT); Stats 523 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 531 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 543 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 569 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_HIT); Stats 594 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::DOOM_CACHE); Stats 651 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::DOOM_RECENT); Stats 821 net/disk_cache/blockfile/backend_impl_v3.cc int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); Stats 822 net/disk_cache/blockfile/backend_impl_v3.cc int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE); Stats 823 net/disk_cache/blockfile/backend_impl_v3.cc int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT); Stats 824 net/disk_cache/blockfile/backend_impl_v3.cc int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); Stats 840 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::FATAL_ERROR, errors); Stats 841 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_CACHE, full_dooms); Stats 842 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_RECENT, partial_dooms); Stats 843 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT, last_report); Stats 1190 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_MISS); Stats 1201 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::RESURRECT_HIT); Stats 1250 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 1258 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 1270 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_ERROR); Stats 1296 net/disk_cache/blockfile/backend_impl_v3.cc stats_.OnEvent(Stats::CREATE_HIT); Stats 1326 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::OPEN_ENTRIES))); Stats 1328 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::MAX_ENTRIES))); Stats 1329 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::MAX_ENTRIES, 0); Stats 1332 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR))); Stats 1334 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_CACHE))); Stats 1336 net/disk_cache/blockfile/backend_impl_v3.cc static_cast<int>(stats_.GetCounter(Stats::DOOM_RECENT))); Stats 1337 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::FATAL_ERROR, 0); Stats 1338 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_CACHE, 0); Stats 1339 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::DOOM_RECENT, 0); Stats 1341 net/disk_cache/blockfile/backend_impl_v3.cc int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; Stats 1352 net/disk_cache/blockfile/backend_impl_v3.cc int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; Stats 1353 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::LAST_REPORT_TIMER, stats_.GetCounter(Stats::TIMER)); Stats 1365 net/disk_cache/blockfile/backend_impl_v3.cc int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; Stats 1389 net/disk_cache/blockfile/backend_impl_v3.cc stats_.SetCounter(Stats::TRIM_ENTRY, 0); Stats 137 net/disk_cache/blockfile/backend_impl_v3.h void OnEvent(Stats::Counters an_event); Stats 274 net/disk_cache/blockfile/backend_impl_v3.h Stats stats_; // Usage statistics. Stats 998 net/disk_cache/blockfile/entry_impl.cc backend_->OnEvent(Stats::READ_DATA); Stats 1101 net/disk_cache/blockfile/entry_impl.cc backend_->OnEvent(Stats::WRITE_DATA); Stats 797 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEvent(Stats::READ_DATA); Stats 900 net/disk_cache/blockfile/entry_impl_v3.cc backend_->OnEvent(Stats::WRITE_DATA); Stats 307 net/disk_cache/blockfile/eviction.cc backend_->OnEvent(Stats::TRIM_ENTRY); Stats 298 net/disk_cache/blockfile/eviction_v3.cc backend_->OnEvent(Stats::TRIM_ENTRY); Stats 594 net/disk_cache/blockfile/rankings.cc backend_->OnEvent(Stats::OPEN_RANKINGS); Stats 20 net/disk_cache/blockfile/stats.cc int data_sizes[disk_cache::Stats::kDataSizesLength]; Stats 21 net/disk_cache/blockfile/stats.cc int64 counters[disk_cache::Stats::MAX_COUNTER]; Stats 66 net/disk_cache/blockfile/stats.cc COMPILE_ASSERT(arraysize(kCounterNames) == disk_cache::Stats::MAX_COUNTER, Stats 91 net/disk_cache/blockfile/stats.cc Stats::Stats() : size_histogram_(NULL) { Stats 94 net/disk_cache/blockfile/stats.cc Stats::~Stats() { Stats 100 net/disk_cache/blockfile/stats.cc bool Stats::Init(void* data, int num_bytes, Addr address) { Stats 125 net/disk_cache/blockfile/stats.cc void Stats::InitSizeHistogram() { Stats 139 net/disk_cache/blockfile/stats.cc int Stats::StorageSize() { Stats 146 net/disk_cache/blockfile/stats.cc void Stats::ModifyStorageStats(int32 old_size, int32 new_size) { Stats 161 net/disk_cache/blockfile/stats.cc void Stats::OnEvent(Counters an_event) { Stats 166 net/disk_cache/blockfile/stats.cc void Stats::SetCounter(Counters counter, int64 value) { Stats 171 net/disk_cache/blockfile/stats.cc int64 Stats::GetCounter(Counters counter) const { Stats 176 net/disk_cache/blockfile/stats.cc void Stats::GetItems(StatsItems* items) { Stats 191 net/disk_cache/blockfile/stats.cc int Stats::GetHitRatio() const { Stats 195 net/disk_cache/blockfile/stats.cc int Stats::GetResurrectRatio() const { Stats 199 net/disk_cache/blockfile/stats.cc void Stats::ResetRatios() { Stats 206 net/disk_cache/blockfile/stats.cc int Stats::GetLargeEntriesSize() { Stats 216 net/disk_cache/blockfile/stats.cc int Stats::SerializeStats(void* data, int num_bytes, Addr* address) { Stats 230 net/disk_cache/blockfile/stats.cc int Stats::GetBucketRange(size_t i) const { Stats 251 net/disk_cache/blockfile/stats.cc void Stats::Snapshot(base::HistogramSamples* samples) const { Stats 281 net/disk_cache/blockfile/stats.cc int Stats::GetStatsBucket(int32 size) { Stats 303 net/disk_cache/blockfile/stats.cc int Stats::GetRatio(Counters hit, Counters miss) const { Stats 24 net/disk_cache/blockfile/stats.h class Stats { Stats 54 net/disk_cache/blockfile/stats.h Stats(); Stats 55 net/disk_cache/blockfile/stats.h ~Stats(); Stats 100 net/disk_cache/blockfile/stats.h DISALLOW_COPY_AND_ASSIGN(Stats); Stats 27 net/disk_cache/blockfile/stats_histogram.cc const Stats* stats) Stats 34 net/disk_cache/blockfile/stats_histogram.cc void StatsHistogram::InitializeBucketRanges(const Stats* stats, Stats 43 net/disk_cache/blockfile/stats_histogram.cc const Stats* stats) { Stats 45 net/disk_cache/blockfile/stats_histogram.cc Sample maximum = disk_cache::Stats::kDataSizesLength - 1; Stats 46 net/disk_cache/blockfile/stats_histogram.cc size_t bucket_count = disk_cache::Stats::kDataSizesLength; Stats 21 net/disk_cache/blockfile/stats_histogram.h class Stats; Stats 36 net/disk_cache/blockfile/stats_histogram.h const Stats* stats); Stats 39 net/disk_cache/blockfile/stats_histogram.h static void InitializeBucketRanges(const Stats* stats, Stats 42 net/disk_cache/blockfile/stats_histogram.h const Stats* stats); Stats 52 net/disk_cache/blockfile/stats_histogram.h const Stats* stats_; Stats 72 net/tools/dump_cache/dump_files.cc size_t length = (2 + disk_cache::Stats::kDataSizesLength) * sizeof(int32) + Stats 73 net/tools/dump_cache/dump_files.cc disk_cache::Stats::MAX_COUNTER * sizeof(int64); Stats 84 net/tools/dump_cache/dump_files.cc for (int i = 0; i < disk_cache::Stats::kDataSizesLength; i++) Stats 88 net/tools/dump_cache/dump_files.cc buffer.get() + 2 + disk_cache::Stats::kDataSizesLength); Stats 89 net/tools/dump_cache/dump_files.cc for (int i = 0; i < disk_cache::Stats::MAX_COUNTER; i++) Stats 663 net/url_request/url_request_throttler_simulation_unittest.cc Stats global_stats = { 1.08, 1.15 }; Stats 668 net/url_request/url_request_throttler_simulation_unittest.cc Stats stats; Stats 79 third_party/tcmalloc/chromium/src/deep-heap-profile.h typedef HeapProfileTable::Stats Stats; Stats 1592 third_party/tcmalloc/chromium/src/heap-checker.cc const HeapProfileTable::Stats& t = heap_profile->total(); Stats 1816 third_party/tcmalloc/chromium/src/heap-checker.cc const HeapProfileTable::Stats& stats = heap_profile->total(); Stats 122 third_party/tcmalloc/chromium/src/heap-profile-table.cc static bool ByAllocatedSpace(HeapProfileTable::Stats* a, Stats 123 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Stats* b) { Stats 305 third_party/tcmalloc/chromium/src/heap-profile-table.cc Stats* profile_stats) { Stats 392 third_party/tcmalloc/chromium/src/heap-profile-table.cc *static_cast<Stats*>(&info) = *static_cast<Stats*>(list[i]); Stats 419 third_party/tcmalloc/chromium/src/heap-profile-table.cc Stats stats; Stats 89 third_party/tcmalloc/chromium/src/heap-profile-table.h struct AllocContextInfo : public Stats { Stats 153 third_party/tcmalloc/chromium/src/heap-profile-table.h const Stats& total() const { return total_; } Stats 299 third_party/tcmalloc/chromium/src/heap-profile-table.h DumpArgs(RawFD fd_arg, Stats* profile_stats_arg) Stats 305 third_party/tcmalloc/chromium/src/heap-profile-table.h Stats* profile_stats; // stats to update (may be NULL) Stats 369 third_party/tcmalloc/chromium/src/heap-profile-table.h Stats* profile_stats); Stats 475 third_party/tcmalloc/chromium/src/heap-profile-table.h const Stats& total() const { return total_; } Stats 244 third_party/tcmalloc/chromium/src/heap-profiler.cc HeapProfileTable::Stats const stats = heap_profile->total(); Stats 334 third_party/tcmalloc/chromium/src/heap-profiler.cc const HeapProfileTable::Stats& total = heap_profile->total(); Stats 153 third_party/tcmalloc/chromium/src/page_heap.h Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {} Stats 160 third_party/tcmalloc/chromium/src/page_heap.h inline Stats stats() const { return stats_; } Stats 248 third_party/tcmalloc/chromium/src/page_heap.h Stats stats_; Stats 320 third_party/tcmalloc/chromium/src/tcmalloc.cc PageHeap::Stats pageheap; // Stats from page heap Stats 682 third_party/tcmalloc/chromium/src/tcmalloc.cc PageHeap::Stats stats = Static::pageheap()->stats(); Stats 16 third_party/tcmalloc/chromium/src/tests/page_heap_test.cc tcmalloc::PageHeap::Stats stats = ph->stats(); Stats 1592 third_party/tcmalloc/vendor/src/heap-checker.cc const HeapProfileTable::Stats& t = heap_profile->total(); Stats 1816 third_party/tcmalloc/vendor/src/heap-checker.cc const HeapProfileTable::Stats& stats = heap_profile->total(); Stats 117 third_party/tcmalloc/vendor/src/heap-profile-table.cc static bool ByAllocatedSpace(HeapProfileTable::Stats* a, Stats 118 third_party/tcmalloc/vendor/src/heap-profile-table.cc HeapProfileTable::Stats* b) { Stats 298 third_party/tcmalloc/vendor/src/heap-profile-table.cc Stats* profile_stats) { Stats 404 third_party/tcmalloc/vendor/src/heap-profile-table.cc *static_cast<Stats*>(&info) = *static_cast<Stats*>(list[i]); Stats 431 third_party/tcmalloc/vendor/src/heap-profile-table.cc Stats stats; Stats 68 third_party/tcmalloc/vendor/src/heap-profile-table.h bool Equivalent(const Stats& x) const { Stats 86 third_party/tcmalloc/vendor/src/heap-profile-table.h struct AllocContextInfo : public Stats { Stats 143 third_party/tcmalloc/vendor/src/heap-profile-table.h const Stats& total() const { return total_; } Stats 206 third_party/tcmalloc/vendor/src/heap-profile-table.h struct Bucket : public Stats { Stats 253 third_party/tcmalloc/vendor/src/heap-profile-table.h Stats* profile_stats; // stats to update (may be NULL) Stats 255 third_party/tcmalloc/vendor/src/heap-profile-table.h DumpArgs(RawFD a, Stats* d) Stats 275 third_party/tcmalloc/vendor/src/heap-profile-table.h Stats* profile_stats); Stats 372 third_party/tcmalloc/vendor/src/heap-profile-table.h const Stats& total() const { return total_; } Stats 263 third_party/tcmalloc/vendor/src/heap-profiler.cc const HeapProfileTable::Stats& total = heap_profile->total(); Stats 145 third_party/tcmalloc/vendor/src/page_heap.h Stats() : system_bytes(0), free_bytes(0), unmapped_bytes(0) {} Stats 150 third_party/tcmalloc/vendor/src/page_heap.h inline Stats stats() const { return stats_; } Stats 236 third_party/tcmalloc/vendor/src/page_heap.h Stats stats_; Stats 311 third_party/tcmalloc/vendor/src/tcmalloc.cc PageHeap::Stats pageheap; // Stats from page heap Stats 654 third_party/tcmalloc/vendor/src/tcmalloc.cc PageHeap::Stats stats = Static::pageheap()->stats(); Stats 16 third_party/tcmalloc/vendor/src/tests/page_heap_test.cc tcmalloc::PageHeap::Stats stats = ph->stats();