summaryrefslogtreecommitdiffstats
path: root/tools/deep_memory_profiler/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add supports for nested breakdown in 'dmprof cat'.dmikurube@chromium.org2013-08-101-4/+31
| | | | | | | | | BUG=259206 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/22352005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216796 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor dmprof: Split dmprof.py into modules.dmikurube@chromium.org2013-07-1711-0/+2225
No changes in behavior and the main code. Changes are: - .*Commands are moved into subcommands/. - Other classes and functions are moved into into lib/. - Constants are defined in their appropriate files in lib/. - External libraries are imported via lib/. - "Command" is renamed to "SubCommand". BUG=123750 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/19346002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211976 0039d316-1c4b-4281-b951-d872f2087c98