Dear Perl Monks

On my main (Ubuntu 13.04) computer "Sheep", podbrowser has suddenly started running very slowly (takes an age to respond to key presses, screen greys out while its thinking).

I uninstalled and reinstalled. No improvement whatsoever.

So I did

perl -d:NYTProf /usr/bin/podbrowser

on "Sheep", and on a second computer "Tiger" (also running Ubuntu 13.04)

Now I'm lost.

Here are the NYTProf figures for "Inclusive Time" Sheep milliseconds as a multiple of Tiger milliseconds.

2177.33 Gtk2::Ex::PodViewer::load_function 2089.11 Gtk2::init (xsub) 1880.71 utf8::SWASHNEW (recurses: max depth 1, inclusive ti +me 83┬╡s) 945.89 Gtk2::IconTheme::has_icon (xsub) 50.79 Gtk2::Ex::PodViewer::Parser::CORE:readline (opcode) 39.58 Gtk2::Widget::show (xsub) 17.30 Gtk2::main 16.50 main::generate_index 15.27 Gtk2::GladeXML::new (xsub) 6.34 main::CORE:match (opcode) 7.10 Gtk2::main_iteration (xsub) 5.11 main::toggle_mod_tree 3.75 main::search_input_changed 0.71 Gtk2::TreeStore::append (xsub) 0.41 Gtk2::TreeStore::set (xsub)

Any idea what may be the problem?

RichardH


In reply to Profile figures for /usr/bin/podbrowser suddenly running very slowly by RCH

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.