• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jvmpi && cdc

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

Im new to performance related concepts.
Im trying to profile applications on PDA?
just came to know that cdc1.0.1 comes with jvmpi, so what I would like to know is
"JVM comes with default profiler HPROF which uses jvmpi,does CDC1.0.1 also have the default profiler, if so could you please let me know"

did anyone find some profiler of this sort and did u use it ? if so please let me know..


thank you
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that is a jvm relate profiler I belive ie usefull on the implmentationof midp1 in the jvm not an pplication profiler..

You can run an applicaiton profiler in the latest sun wtk using your midp1 app which I think is what you are looking for.. see the Sun docs for details..

and MIDP1.0 doe snto have the other application profile stuff on the device side like some MIDp2 devices have so you would programtically change the execution speed of sun's wtk to get some perfomrance info see wtk20 docs for details..
 
Fred Grott
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
whooops..

disregard you ar talking about pdas look at IBM's WME docs for what applicaiotn profiler is avaible.. ther is oen inthat toolkit..

If you do not have wme yet download from palmone?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic