mecano1 / vogar

Automatically exported from code.google.com/p/vogar
1 stars 0 forks source link

Sampling profiler integration #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm thinking about adding a flag to vogar to enable sampling profiler 
integration. Perhaps 
something like this:
   --sampleHz 10

This would only be effective on a dalvikvm. It would turn on Dalvik's sampling 
profiler and emit 
a sample file for later processing. The motivation for this is to make it quite 
easy to do 
profiling. It will be particularly useful if the sampling profiler is enhanced 
for more detailed 
traces.

Original issue reported on code.google.com by jessewil...@google.com on 19 May 2010 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by jessewil...@google.com on 29 Oct 2010 at 1:39

GoogleCodeExporter commented 9 years ago
Committed revision 194.

Original comment by b...@google.com on 29 Oct 2010 at 10:01