index
>
Building Development and Diagnostic Tools for .Net
> CLRProfiler - Relocated Bytes not updated on induced collections?
CLRProfiler - Relocated Bytes not updated on induced collections?
Hi,
I am trying to understand Clr Profiler, and below is the sample code.
EmployeeService e = new EmployeeService();
GC.Collect();
//Console.WriteLine(GC.GetGeneration(e).ToString());
Thread.Sleep(1000);
GC.Collect();
So i assume EmployeeService will be allocated at gen 0 first, as part of two induces collections it should have been moved to Gen 2. But the 'Relocated Bytes' shows 0, why is that? Please help.
Suresh
SureshtheCTA
You can use google to search for other answers
Custom Search
More Threads
Break All , Threads
Any plans to gui display il VM?
Custom CLR Profiler - help with design
NUnit test is only successful when breakpoint is hit
MDBG: Separate debug engine from IO/Interface code
Default static constructor?
How to call C# generic method in emitted IL
How to terminate debugging?
Progamatic enable of the CLR profile services
Odd bug with dynamic enable/disable of ENTERLEAVE
Home
Copyright 2009-2010 by netframeworkdev.com All rights reserved