home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Profiling for performance.
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ojo" data-source="post: 3210" data-attributes="member: 10402"><p>Using NProf 0.0.9-alpha I profiled the MediaPortal 0.0.9 further. What suprised me was that with a standard setup of plugins and using the standard MCE skin as much as 43% of the processing time in the main thread goes to MediaPortal.GUI.Library.GUIControlFactory.Create. Inside GUIControlFactory.Create rough 25% of the total time is going for GetString and 19% going for GetInt. What I also noticed is that GetString is called over 13.000 times and GetInt is called over 10.000 times. I might be wrong but I see these as huge figures compared to the actual settings they are supposed to read.</p><p></p><p>If you look at the overall usage of processing time you will also notice that System.Xml.XmlNode.SelectSingleNode accounts for rougly 31% of the usage. This may not be wrong, but it suggests that some form of optimization would be preferable. </p><p></p><p>I don't have any sound suggestions yet, but I guess I'll keep digging.</p><p></p><p>Until now I've been conserned about the load times, maybe I could give overall performance in the modules/plugins a go. Anyone have any clues about where to start?</p><p></p><p>Ojo</p></blockquote><p></p>
[QUOTE="ojo, post: 3210, member: 10402"] Using NProf 0.0.9-alpha I profiled the MediaPortal 0.0.9 further. What suprised me was that with a standard setup of plugins and using the standard MCE skin as much as 43% of the processing time in the main thread goes to MediaPortal.GUI.Library.GUIControlFactory.Create. Inside GUIControlFactory.Create rough 25% of the total time is going for GetString and 19% going for GetInt. What I also noticed is that GetString is called over 13.000 times and GetInt is called over 10.000 times. I might be wrong but I see these as huge figures compared to the actual settings they are supposed to read. If you look at the overall usage of processing time you will also notice that System.Xml.XmlNode.SelectSingleNode accounts for rougly 31% of the usage. This may not be wrong, but it suggests that some form of optimization would be preferable. I don't have any sound suggestions yet, but I guess I'll keep digging. Until now I've been conserned about the load times, maybe I could give overall performance in the modules/plugins a go. Anyone have any clues about where to start? Ojo [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Profiling for performance.
Contact us
RSS
Top
Bottom