Profiling and speed up

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Franz Steinhaeusler

    Profiling and speed up

    Hi Newsgroup,


    I'm looking for a way to measure the performance of an app,
    which is built in wxPython and uses the styled text control

    Then after discovering some bottlenecks, to speed up things;
    first of all minimize the startup time.
    and then speed up the stc.

    Someone is experienced and could show me a way or give me tips?
    Are there some tools in python (beside of the profile module),
    best if it would be graphical like performance analysis from DevPartner
    for Visual C++?

    Second question: python has a kind of garbage collector.
    But could it be, because of some bad programming style,
    that memory is wasted more and more?

    Many thanks in advance!


    --
    Franz Steinhaeusler
  • Stephen Kellett

    #2
    Re: Profiling and speed up

    In message <qhujv0t7anp2sb j94j4drfiaqhlop qf1lq@4ax.com>, Franz
    Steinhaeusler <franz.steinhae usler@utanet.at > writes[color=blue]
    >best if it would be graphical like performance analysis from DevPartner
    >for Visual C++?[/color]

    Python Performance Validator



    Stephen
    --
    Stephen Kellett
    Object Media Limited http://www.objmedia.demon.co.uk
    RSI Information: http://www.objmedia.demon.co.uk/rsi.html

    Comment

    • Franz Steinhaeusler

      #3
      Re: Profiling and speed up

      On Fri, 28 Jan 2005 10:03:30 +0000, Stephen Kellett
      <snail@objmedia .demon.co.uk> wrote:
      [color=blue]
      >Python Performance Validator
      >
      >http://www.softwareverify.com/python...tor/index.html[/color]

      Thanks, but I forgot to say, I'm looking for open source or freeware.
      (I need it also for open source).
      --
      Franz Steinhaeusler

      Comment

      Working...