How to get parameter values in JITCompilationFinished (CLRProfiler)

Locked How to get parameter values in JITCompilationFinished (CLRProfiler)

  • Saturday, August 18, 2012 10:26 PM
     
     

    I'm working on something with CLRProfiler,

    I'm trying to get the passed parameter values (stack or heap) within the following callback

    HRESULT ProfilerCallback::JITCompilationFinished( FunctionID functionID,...

    How can I do this?

All Replies