Hello, I think this may be interesting for people here. I'd like to take a look how to make image cache play well with multithreading. While reading it's code a got a bright idea to create image of the enblend call graph. I tried CodeViz [1] but it was utterly slow. Probably because generated graph was too detailed. I didn't examined it much but I think it goes down to syscalls. The graph I'm coming in with was generated using KDevelop's control flow graph plugin [2]. I trimmed the graph a bit by removing the part containing the image decoders/encoders. This part of graph didn't have many connections. Nodes which had connections were left in the graph.
Oh, I almost forgot to post the files themselves. I uploaded them to my site at http://stativ.kx.cz/src/index.php?text_id=16 They are the two links at the bottom of page (I should make it nicer). I decided to go this way because they are relatively big and I don't want to pollute inboxes of others. [1] http://www.csn.ul.ie/~mel/projects/codeviz/ [2] http://liveblue.wordpress.com/2009/06/17/visualize-your-code-in-kdevelop/ -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
