• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/memory_inspector/
NameDateSize

..12-Mar-20154 KiB

.gitignore12-Mar-2015123

classification_rules/12-Mar-20154 KiB

memory_inspector/12-Mar-20154 KiB

memory_inspector_cli12-Mar-2015356

OWNERS12-Mar-201522

prebuilts/12-Mar-20154 KiB

PRESUBMIT.py12-Mar-20153.1 KiB

README12-Mar-2015593

run_tests12-Mar-2015826

start_web_ui12-Mar-2015486

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