Searched defs:DeepHeapProfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc68 bool DeepHeapProfile::AppendCommandLine(TextBuffer* buffer) {
102 void DeepHeapProfile::MemoryInfoGetterWindows::Initialize() {
106 size_t DeepHeapProfile::MemoryInfoGetterWindows::CommittedSize(
114 bool DeepHeapProfile::MemoryInfoGetterWindows::IsPageCountAvailable() const {
122 void DeepHeapProfile::MemoryInfoGetterLinux::Initialize() {
137 size_t DeepHeapProfile::MemoryInfoGetterLinux::CommittedSize(
140 DeepHeapProfile::TextBuffer* buffer) const {
223 uint64 DeepHeapProfile::MemoryInfoGetterLinux::ReadPageCount(uint64 pfn) const {
236 bool DeepHeapProfile::MemoryInfoGetterLinux::Seek(uint64 address) const {
244 bool DeepHeapProfile
301 DeepHeapProfile::DeepHeapProfile(HeapProfileTable* heap_profile, function in class:DeepHeapProfile
1146 DeepHeapProfile::DeepHeapProfile(HeapProfileTable* heap_profile, function in class:DeepHeapProfile
[all...]
H A Ddeep-heap-profile.h9 // This file contains a class DeepHeapProfile and its public function
10 // DeepHeapProfile::DumpOrderedProfile(). The function works like
13 // DeepHeapProfile::DumpOrderedProfile() dumps more detailed information about
17 // DeepHeapProfile::DumpOrderedProfile() uses data stored in HeapProfileTable.
18 // Any code in DeepHeapProfile runs only when DumpOrderedProfile() is called.
47 class DeepHeapProfile { class
55 // Constructs a DeepHeapProfile instance. It works as a wrapper of
58 // |heap_profile| is a pointer to HeapProfileTable. DeepHeapProfile reads
60 // DeepHeapProfile is not available (non-Linux).
63 DeepHeapProfile(HeapProfileTabl
[all...]

Completed in 135 milliseconds