Skip to content

ziyasal-archive/csharp-gc-latency-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csharp-gc-latency-experiment

C# GC Latency Experiment

Event tracing for Windows (ETW) provides collect information pertaining to garbage collection. For more information msdn link

Here are the steps in using the tool to get the GC information;

  • Start cmd as admin
  • Start the application
  • Start monitoring PerfMonitor.exe /process:{your-process-id} start
  • do stuff
  • Stop monitoring PerfMonitor.exe stop
  • Generate report PerfMonitor.exe GCTime This command will generate a report you need

About

C# GC Latency Experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages