Home | History | Annotate | only in /external/chromium_org/tools/memory_inspector
Up to higher level directory
NameDateSize
.gitignore04-Nov-2014123
classification_rules/04-Nov-2014
memory_inspector/04-Nov-2014
memory_inspector_cli04-Nov-2014356
OWNERS04-Nov-201422
prebuilts/04-Nov-2014
PRESUBMIT.py04-Nov-20141.3K
README04-Nov-2014593
run_tests04-Nov-2014758
start_web_ui04-Nov-2014486

README

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