Activity overview
Latest activity by krzysztof
Hi Jessica. Yes, that's the case [image] / comments
Hi Jessica. Yes, that's the case
Hi, There are many scenarios where the graph filtering can be used. Too many method calls can be one of them. Out is a bit different. We analyse, find issues and improve the performance. After a while we see the most overhead is in assembly B in method B1. But we know it will be (it's some kind of sync mechanism) and would like to search for other parts which need improvement. This one (B) cannot be improved for now. Currently we are unable to analyse other parts because B is hidding others. If you could improve this it would help us a lot. / comments
Hi, There are many scenarios where the graph filtering can be used. Too many method calls can be one of them. Out is a bit different. We analyse, find issues and improve the performance. After a wh...
Hi, we try make analysis of performance and found that some parts of the code hide others. The call graph is very usefull but we are unable to see some information because of not being able to filter methods/types. Say we have assembly A and B. And we are not interested in improving assembly B but it remains on call graph as the major thing which most of available resources. / comments
Hi, we try make analysis of performance and found that some parts of the code hide others. The call graph is very usefull but we are unable to see some information because of not being able to filt...
Cannot filter types/methods when working with the call graph
Is there any way to do the filtering while working with the call graph?
iisexpress/w3wp crash
For w3wp i get (I've tested it on three version):
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: RedGate.Profiler.Core.dll, version: 9.5....
I'm using the latest version and found identical issue. Is there any fix/workaround for it? / comments
I'm using the latest version and found identical issue. Is there any fix/workaround for it?