Home
last modified time | relevance | path

Searched refs:rss_bytes_for_testing (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_totals_dump_provider_unittest.cc23 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 1024; in TEST()
28 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing += kAllocSize; in TEST()
32 ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 0; in TEST()
Dprocess_memory_totals_dump_provider.cc29 uint64_t ProcessMemoryTotalsDumpProvider::rss_bytes_for_testing = 0; member in base::trace_event::ProcessMemoryTotalsDumpProvider
50 const uint64_t rss_bytes = rss_bytes_for_testing in OnMemoryDump()
51 ? rss_bytes_for_testing in OnMemoryDump()
Dprocess_memory_totals_dump_provider.h35 static uint64_t rss_bytes_for_testing;