summaryrefslogtreecommitdiffstats
path: root/src/hprof/hprof.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-30/+0
* Clean up the hprof implementation a bit.Elliott Hughes2012-06-081-206/+2
* Include JNI details in the SIGQUIT output.Elliott Hughes2012-04-241-1/+1
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-3/+3
* Stop saying "clazz".Elliott Hughes2012-03-221-2/+2
* Remove most of the unordered_ stuff and use the standard equivalents instead.Elliott Hughes2012-01-181-7/+9
* More JDWP robustness.Elliott Hughes2011-12-081-1/+1
* Remove some lint.Elliott Hughes2011-12-011-10/+10
* Divide up hprof code by classes.Jesse Wilson2011-11-091-3/+42
* Adjust whitespace in hprof.Jesse Wilson2011-11-091-132/+121
* Hprof code cleanup.Jesse Wilson2011-11-091-91/+78
* Fix hprof dumping from DDMS.Elliott Hughes2011-11-071-2/+2
* Use std::string rather than String* in hprof to avoid managed-heap allocations.Jesse Wilson2011-11-011-23/+0
* Add hprof. This code builds but is untested.Jesse Wilson2011-11-011-0/+240