index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
tcmalloc
/
chromium
/
src
/
deep-heap-profile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of gcc 4.8 warnings in tcmalloc.
sbc@chromium.org
2014-01-30
1
-2
/
+1
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
1
-14
/
+47
*
Fix compile error of deep-heap-profiler.cc under
peria@chromium.org
2013-11-13
1
-5
/
+6
*
c++11 ud suffix fixes for tcmalloc files
thakis@chromium.org
2013-07-29
1
-6
/
+7
*
Add RunID in deep-heap-profile which roughly discriminate each process execut...
dmikurube@chromium.org
2013-07-11
1
-0
/
+18
*
Dump pageframes and their page counts by DEEP_HEAP_PROFILE_PAGEFRAME.
dmikurube@chromium.org
2013-06-20
1
-62
/
+134
*
Dump bucket ids of mmap'ed regions even if their allocated sizes are small or...
dmikurube@chromium.org
2013-06-17
1
-2
/
+3
*
Add PageSize in heap profile dumps by deep-heap-profile.
dmikurube@chromium.org
2013-06-17
1
-0
/
+4
*
Add CommandLine in heap profile dumps by deep-heap-profile.
dmikurube@chromium.org
2013-06-11
1
-0
/
+39
*
Dump heap profiles directly into files from deep-heap-profile.
dmikurube@chromium.org
2013-06-11
1
-30
/
+25
*
Verify that total committed memory in VMA is correct in deep-heap-profile.
dmikurube@chromium.org
2013-06-11
1
-1
/
+21
*
Breakdown "unhooked" memory regions by VMA pathnames and permissions.
dmikurube@chromium.org
2013-05-28
1
-13
/
+0
*
Add the reason in heap profiler dumps.
dmikurube@chromium.org
2013-05-28
1
-28
/
+52
*
Use UNIX time (seconds since January 1, 1970, 00:00:00) in deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-21
1
-28
/
+3
*
Add sizes in MMAP_LIST by deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-21
1
-0
/
+19
*
Use PRIx64 instead of PRIxPTR for uint64 in deep-heap-profile.
dmikurube@chromium.org
2013-05-10
1
-2
/
+2
*
Add timestamp in files dumped by deep-heap-profile.cc.
dmikurube@chromium.org
2013-05-10
1
-7
/
+48
*
Fix mmap region iteration while no regions are recorded.
dmikurube@chromium.org
2013-05-08
1
-2
/
+5
*
Use system properties for heap profiler in Android instead of environment var...
dmikurube@chromium.org
2013-05-05
1
-3
/
+3
*
Fix MMAP_LIST in dumps by deep-heap-profile again.
dmikurube@chromium.org
2013-04-01
1
-43
/
+79
*
Revert 190835 - Fix MMAP_LIST in dumps by deep-heap-profile.
dmikurube@chromium.org
2013-03-29
1
-8
/
+8
*
Fix MMAP_LIST in dumps by deep-heap-profile.
dmikurube@chromium.org
2013-03-27
1
-8
/
+8
*
Dump stats of memory pages which are hooked, but absent from /proc/<pid>/maps.
dmikurube@chromium.org
2013-03-15
1
-0
/
+36
*
Count m(un)map for each stacktrace in MemoryRegionMap instead of HeapProfileT...
dmikurube@chromium.org
2013-03-14
1
-124
/
+63
*
Dump a bucket id for each mmap call in deep-heap-profile.
dmikurube@chromium.org
2013-02-22
1
-0
/
+5
*
Change the order of hooked and unhooked memory regions dumped in deep-heap-pr...
dmikurube@chromium.org
2013-02-22
1
-18
/
+21
*
Dump a list of memory regions which are hooked (mmap'ed) and not hooked by th...
dmikurube@chromium.org
2013-02-06
1
-69
/
+79
*
Dump a list of memory regions which are not hooked by the heap-profiler.
dmikurube@chromium.org
2013-02-06
1
-4
/
+39
*
Get DMP to run without HEAP_PROFILE_MMAP=1
gman@chromium.org
2012-11-30
1
-17
/
+22
*
Refactor DeepHeapProfile::ProcPagemap for cross platform support
gman@chromium.org
2012-11-09
1
-99
/
+168
*
Refactor deep-heap-profile.{cc|h}.
dmikurube@chromium.org
2012-11-08
1
-513
/
+474
*
Classify memory usage by allocated type in Deep Memory Profiler.
dmikurube@chromium.org
2012-09-26
1
-5
/
+51
*
Dump /proc/<pid>/maps with every heap profile dump.
dmikurube@chromium.org
2012-08-14
1
-4
/
+15
*
Store mmap-or-not information in DeepBucket.
dmikurube@chromium.org
2012-07-17
1
-54
/
+46
*
Store DeepBuckets in a hash table instead of AllocationMap.
dmikurube@chromium.org
2012-06-20
1
-31
/
+71
*
Breakdown nonprofiled memory regions (f.k.a. 'unknown'), and add new policy f...
dmikurube@chromium.org
2012-04-13
1
-36
/
+165
*
A deeper heap profile dumper in third_party/tcmalloc/chromium.
dmikurube@chromium.org
2012-04-02
1
-0
/
+612
*
Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...
dmikurube@chromium.org
2012-03-16
1
-600
/
+0
*
Experiment for a deeper heap profile dumper to check impact for performance.
dmikurube@chromium.org
2012-03-16
1
-0
/
+600