[DOTNET-ROTOR] Method Entry/Return

2003-11-26 Thread SUBSCRIBE DOTNET-ROTOR Memomana
How do we capture each method invocation and return? Is it possible to capture its information as well? Thank you very much. === This list is hosted by DevelopMentorĀ® http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29

Re: [DOTNET-ROTOR] Method Entry/Return

2003-11-26 Thread Barry Bond
] Method Entry/Return How do we capture each method invocation and return? Is it possible to capture its information as well? Thank you very much. === This list is hosted by DevelopMentor(r) http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days

Re: [DOTNET-ROTOR] Method Entry/Return

2003-11-26 Thread SUBSCRIBE DOTNET-ROTOR Memomana
The CProfilerCallBack::JITCompilationStarted function only displays the method name that is being jitted. if ( GetMethodNameFromFunctionId( functionId, wszClass, wszMethod ) ) { ProfilerPrintf(JITCompilationStarted: %ls::%ls\n,wszClass,wszMethod); } else { ProfilerPrintf(