Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Tk TableMatrix automatic rowheight speed problem

by swl (Parson)
on Feb 11, 2019 at 22:34 UTC ( [id://1229771]=note: print w/replies, xml ) Need Help??


in reply to Tk TableMatrix automatic rowheight speed problem

Did you use a profiler like Devel::NYTProf to identify the bottleneck?

If not then it is worth doing as the standard output gives line by line timings which will pinpoint where most of the work is being done within each sub (how many times each line is called, how much time is spent on each line, etc.).

I've used Devel::NYTProf to analyse a Gtk2 GUI to good effect.

  • Comment on Re: Tk TableMatrix automatic rowheight speed problem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1229771]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found