commit | 9dc72a3c54af7201b6b85d96dba23a5f85309d9b | [log] [tgz] |
---|---|---|
author | Bob Lee <crazybob@crazybob.org> | Fri Sep 04 18:28:16 2009 -0700 |
committer | Bob Lee <crazybob@crazybob.org> | Sun Sep 06 16:40:34 2009 -0700 |
tree | a6db1712bf6964155c980df600155cfb13da2ce0 | |
parent | f2f6f8b8d47733be0f291612730690b5ce379257 [diff] |
Modified Thread.c to allow sampling profiler thread in zygote. Added a function that queries the native thread status. Modified the profiler to sample every thread at a fixed interval instead of adjusting the delay based on the number of threads. This will make it easier to compare results across apps. Added ability to shut down the profiler thread. Added code to track whether the method was a leaf or a caller.