perfview
perfview copied to clipboard
PerfView is a CPU and memory performance-analysis tool
- Add -eventpipe option to activate the EventPipe collection - Add -providers provider:keyword:verbosity:tags,... option to allow fine grained tuning of dotnet-trace execution - Add -sdk-path to point to an already...
[Packet Monitor (PktMon)](https://docs.microsoft.com/en-us/windows-server/networking/technologies/pktmon/pktmon) was introduced since Windows 10.0.19041. Will PerfView support that?
Completes work item described in issue #1467. For .NET 6.0, several new GC events were introduced. PerfView requires to know about them as well, so traces can be interpreted properly....
There is currently a downcast of ThreadID read from nettrace v4 into a int. On platforms using pointers as thread id's, there is a risk we will get negative thread...
OWASP dependency scan has detected that the bundled `dia2lib.dll` 2.0.0.0 in the support files that come with this nuget package have the CVE-2006-2453 vulnerability and should be patched. The description...
Hi I encountered to an Increasing Private Memory problem, when I Used the events [Source.Kernel.FileIOWrite] & [Source.Kernel.FileIORead] in my code. I have also checked for IDisposable Objects in the parameters...
I have locally build PervView in Debug configuration. When trying troubleshoot memory usage of restore process on Raspberry PI 3B+ (Raspbian 32-bit), I take trace using `dotnet-trace collect -pid xxx`....
Found while analyzing a .gcDump, there are 858 bool[] arrays in LOH, largest are 4 mb each, taking total 950 mb of space, almost empty, mostly not rooted. Replace with...
1. in the template enumeration fixed the naming of the trace data object to use the same function used by the generator to declare the object ( line 388 in...
Lots of devs has Utilities static class(es) in project and after installing this nuget all calls of methods like Utilities.Sum(228,1488) throw error on compilation. It is quite easy to fix,...