index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hprof
/
hprof.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-1090
/
+0
*
GC clean up.
Ian Rogers
2013-06-21
1
-3
/
+4
*
Interpreter entries and instrumentation as a listener.
Ian Rogers
2013-04-08
1
-6
/
+5
*
Fix hprof.
Ian Rogers
2013-03-19
1
-4
/
+4
*
Various performance improvements.
Ian Rogers
2013-03-18
1
-0
/
+1
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-26
/
+30
*
Move stringpiece.h and stringprintf.h to base/.
Elliott Hughes
2012-12-13
1
-1
/
+1
*
Move logging.h into base/logging.h.
Elliott Hughes
2012-12-12
1
-1
/
+1
*
Switch over to the google3 unix_file File*.
Elliott Hughes
2012-12-12
1
-3
/
+2
*
Refactor and remove copy mark bits.
Mathieu Chartier
2012-10-08
1
-1
/
+1
*
Explicitly pass Thread::Current to MutexLock and Alloc.
Ian Rogers
2012-10-05
1
-8
/
+16
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-11
/
+11
*
Sticky mark bits "generational" GC
Mathieu Chartier
2012-08-17
1
-0
/
+4
*
Global lock levels.
Ian Rogers
2012-08-14
1
-20
/
+25
*
Each space has its own bitmap(s)
Mathieu Chartier
2012-07-11
1
-1
/
+2
*
Clean up the hprof implementation a bit.
Elliott Hughes
2012-07-09
1
-370
/
+342
*
Fix a bunch more lint.
Elliott Hughes
2012-06-21
1
-14
/
+13
*
Clean up the hprof implementation a bit.
Elliott Hughes
2012-06-08
1
-47
/
+355
*
Tidy up and finish reference table dumping.
Elliott Hughes
2012-05-09
1
-7
/
+15
*
Include JNI details in the SIGQUIT output.
Elliott Hughes
2012-04-24
1
-1
/
+1
*
Tidy up some C-isms.
Elliott Hughes
2012-04-20
1
-7
/
+6
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-3
/
+6
*
Remove the useless "suspend count already zero" message for new threads.
Elliott Hughes
2012-04-09
1
-1
/
+1
*
Be consistent about "kilo" versus "kibi".
Elliott Hughes
2012-04-03
1
-1
/
+1
*
Stop saying "clazz".
Elliott Hughes
2012-03-22
1
-20
/
+20
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-1
/
+1
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-2
/
+4
*
libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.
Elliott Hughes
2012-03-01
1
-1
/
+1
*
Remove pad word from arrays
Ian Rogers
2012-02-28
1
-5
/
+5
*
Make CHECKs with char*s do what you mean.
Elliott Hughes
2012-01-13
1
-2
/
+0
*
Don't default-construct std::strings and then assign them.
Elliott Hughes
2011-12-13
1
-1
/
+1
*
Improve consistency of units in logging.
Elliott Hughes
2011-12-13
1
-2
/
+1
*
More JDWP robustness.
Elliott Hughes
2011-12-08
1
-7
/
+5
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-8
/
+17
*
Remove some lint.
Elliott Hughes
2011-12-01
1
-3
/
+3
*
Start implementing jdb "locals".
Elliott Hughes
2011-11-18
1
-1
/
+1
*
Divide up hprof code by classes.
Jesse Wilson
2011-11-09
1
-14
/
+555
*
Adjust whitespace in hprof.
Jesse Wilson
2011-11-09
1
-151
/
+140
*
Hprof code cleanup.
Jesse Wilson
2011-11-09
1
-110
/
+61
*
Fix hprof dumping from DDMS.
Elliott Hughes
2011-11-07
1
-2
/
+2
*
Wire up hprof.
Jesse Wilson
2011-11-07
1
-0
/
+1
*
Add hprof. This code builds but is untested.
Jesse Wilson
2011-11-01
1
-0
/
+291