• Home
Name Date Size #Lines LOC

..--

classification_rules/default/03-May-2024-148114

memory_inspector/03-May-2024-5,8184,483

prebuilts/03-May-2024-119

.gitignoreD03-May-2024123 54

OWNERSD03-May-202422 21

PRESUBMIT.pyD03-May-20241.3 KiB3926

READMED03-May-2024593 1310

memory_inspector_cliD03-May-2024356 155

run_testsD03-May-2024758 2517

start_web_uiD03-May-2024486 179

README

1This is the working dir for the memory profiling tools unification project.
2The goal of this project is to unify the wide variety of tools/scripts/hacks
3we currently use for memory profiling (dmprof, Android dumpheap, memdump) into a
4combined tool, with a nice and easy to use cli and web-interface.
5
6This project is currently in a pretty early developement stage.
7If you are looking for a "working" memory profiling tool, what you really want
8at the moment is src/tools/deep_memory_profiler.
9
10For more information see:
11 - Meta-bug: http://crbug.com/340294
12 - Design doc: http://goo.gl/1jUuXh
13