Activity overview
Latest activity by guson
Thanks Chris, Ok I use the pdb-files, that will do the trick.
Best
Jonas / comments
Thanks Chris, Ok I use the pdb-files, that will do the trick.
Best
Jonas
Chris.Allen wrote:
The Profiler can only give results from the local .NET runtime. I don't believe that the .NET profiling API can support any remote performance data yet (not even in CLR 4.0).
Ok, I want the local .NET load time, and local XBAP load time. I only want to start the XBAP from remote.
My goal is to optimize startup at client side, may be to remove/not use some .NET lib. I want to do that at customer side computer, or any computer.
It looks like it is the loading of .NET modules that takes to long, so I want to remove some components, to load later, so I get better "precived time".
Thanks
Jonas / comments
Chris.Allen wrote:
The Profiler can only give results from the local .NET runtime. I don't believe that the .NET profiling API can support any remote performance data yet (not even in CLR 4.0).
...
Profile XBAP remote
Hi!
Q: I want to profile the startup on an remote XBAP.
I wonder if there is an article on how to do that, and get info about the source code. (hint in program says profile browser and use .NET)
If...