summaryrefslogtreecommitdiffstats
path: root/tools/deep_memory_profiler
Commit message (Expand)AuthorAgeFilesLines
* Refactor dmprof: remove no_dump flag for 'buckets' in load_basic_files.dmikurube@chromium.org2014-08-132-11/+7
* DMP: Add mmap-partition-allochajimehoshi@chromium.org2014-07-281-0/+6
* update deep-memory-profiler policy for stlportjungjik.lee@samsung.com2014-07-226-55/+25
* Catch up to the namespace rename from WebCore to blink in dmprof.dmikurube@chromium.org2014-07-1712-193/+193
* Revert 283725 "deep_memory_profiler: Replace 'WebCore' with 'bli..."dmikurube@chromium.org2014-07-1718-638/+638
* deep_memory_profiler: Replace 'WebCore' with 'blink'.mkwst@chromium.org2014-07-1718-638/+638
* update deep-memory-profiler policy for webcore.jungjik.lee@samsung.com2014-07-145-58/+40
* Remove deprecated RenderArena object and fix stack source path.jungjik.lee@samsung.com2014-07-106-28/+1
* Refactor dmprof: split lib.Dump into lib.Dump and lib.DeepDump.dmikurube@chromium.org2014-07-092-400/+480
* Refactor dmprof to encapsulate the format of dumped files.dmikurube@chromium.org2014-07-047-57/+31
* DMP: Bug fix: add components 'tc-webcore-cachedmatchedproperties'hajimehoshi@chromium.org2014-06-171-0/+1
* dmprof: Fix gpu matchers in android.browser policyjadahl@opera.com2014-06-161-3/+9
* dmprof: Bug fix: The label 'Timestamp' should be on the horizontal axishajimehoshi@chromium.org2014-05-231-1/+1
* Profile WebCore::CachedMatchedProperties in dmprof.dmikurube@chromium.org2014-04-011-0/+5
* Update a policy L2 of DMP.peria@chromium.org2014-03-131-2/+7
* Make a graph tool of dmprof useful.peria@chromium.org2014-03-081-44/+70
* Accept C++ style single-line comments on DMProf json policy file.kouhei@chromium.org2014-02-251-1/+5
* Better grouping of data in Deep Memory Profilerbratell@opera.com2014-02-051-11/+47
* Make dmprof handle long runs betterjl@opera.com2014-02-033-22/+30
* Added support for using Deep Memory Profiler with Android builds.descri@yandex-team.ru2014-01-231-2/+18
* Add a Python library to read /proc on Linux.dmikurube@chromium.org2013-11-293-6/+10
* Modify HTML and CSS in dmprof visualizer to make them lookperia@chromium.org2013-11-182-4/+3
* Show subs box on clicking breakable categories in dmprof visualizer.peria@chromium.org2013-10-3110-20/+75
* Made dmprof visualizer about 500% faster than before in parsing data.peria@chromium.org2013-10-292-20/+10
* Performance improved in dmprof visualizer.peria@chromium.org2013-10-231-3/+10
* This CL enables dmprof visualizer to fold open categories in its graph part.peria@chromium.org2013-10-232-20/+45
* Assign a color to each line (=category) in the graph of DMP visualizer.peria@chromium.org2013-10-221-3/+15
* DMP visualizer has ignored default_template parameter in input data.peria@chromium.org2013-10-201-1/+4
* Set uptime on x-axis in the graph of DMP visualizer.peria@chromium.org2013-10-182-22/+32
* Change the order of stacked categories in the graph of DMP visualizer.peria@chromium.org2013-10-141-29/+35
* Fix two bugs for dmprof visualizer.junjianx@chromium.org2013-10-092-4/+4
* Fix python style problems indicated by Nils for dmprof visualizer.junjianx@chromium.org2013-09-273-6/+5
* Add share button to generate public url for dmprof visualizer.junjianx@chromium.org2013-09-265-17/+128
* Add Adreno GPU to deep memory profiler Android policiesphilipj@opera.com2013-09-252-0/+12
* Upload file to app engine and generate public url for dmprof visualizer.junjianx@chromium.org2013-09-258-6/+390
* Modified directory preparing for app engine for dmprof visualizer.junjianx@chromium.org2013-09-1719-11/+57
* Android / dmprof: explodes policies for shared areas.bulach@chromium.org2013-09-042-12/+46
* Fill json data in index.html template for dmprof visualizer.junjianx@chromium.org2013-09-044-48/+81
* Add unit test module.junjianx@chromium.org2013-09-036-1/+134
* Implement basic interaction including selecting at graph or breakdown-menu, a...junjianx@chromium.org2013-09-028-271/+508
* Add more practical sorters for 'dmprof cat' to work with each other.dmikurube@chromium.org2013-08-2912-13/+594
* rename refactoring relative to breakdown and category for dmprof visualizerjunjianx@chromium.org2013-08-296-96/+100
* Check if a category has the same name with all other categories.dmikurube@chromium.org2013-08-281-1/+1
* Specify which exponent to use (bytes, kilobytes, megabytes) in accumulate / d...dmikurube@chromium.org2013-08-281-5/+17
* Add tree menu for dmprof visualizer. Use jqTree as third-party pluginjunjianx@chromium.org2013-08-2616-238/+3476
* Make 'dmprof cat' to dump 'orders' of rules and units for all rules even if e...dmikurube@chromium.org2013-08-212-32/+37
* Change dmprof not to fail when a bucket doesn't match any rule.dmikurube@chromium.org2013-08-212-16/+24
* An accumulater script to dump CSV or other summary from a result of 'dmprof c...dmikurube@chromium.org2013-08-211-0/+259
* Add more policies for dmprof: browser process, GPU components and glib things.dmikurube@chromium.org2013-08-203-0/+415
* Add a 'timestamp' option in dmprof to show an absolute time in its result.dmikurube@chromium.org2013-08-201-16/+24