profile - Profiling WPF Loading Events -


i have complex control taking long initialize. whilst able use wpf performance kit profile controls layout time, haven't found way analyze initialization time.

im wondering if there way can analyze hot spot in initializing controls hierarchy, styles, resources etc.

i don't know tool allow debugging or profiling initialization process.

you can use snoop see visual tree.
can use pistachio profile unused resources.

eventually you'll have remove ui elements control , start adding them 1 one while counting initialization time way you'll able figure out hot spot.
of course have take in account binding in specific use case result in performance hit


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -