When I run a program, I want to count that how many times every Dalvik
bytecode was executed.
In other words bytecode profiling is my target.
Can you help me?

Thanks in advance
Ehsan


On 28 September 2011 06:07, Kristopher Micinski <krismicin...@gmail.com>wrote:

> Type of it?  You mean like, Java type?
>
> It's dalvik,  not everything runs ARM, and there wouldn't be a
> meaningful way to quantify this anyway, as the code is at least
> partially interpreted (ran on dalvik sans jit), plus API level 1
> didn't *have* a jitter :-).
>
> Kris
>
> On Wed, Sep 28, 2011 at 8:37 AM, ehsan azimzadeh
> <ehsan.azimza...@gmail.com> wrote:
> > Hi
> >
> > In below link:
> >
> http://developer.android.com/reference/android/os/Debug.InstructionCount.html
> > What do instructions mean? ARM instructions or Dalvik bytecodes? Which
> one?
> > I want number and type of executed dynamic bytecode. How can I do this?
> >
> > Thanks
> > Ehsan
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to