- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The application I am trying to profile includes a jit compiler and so far with both Vtune and with the PTU all time in jited code shows up as unknown or other and is mostly opaque.
Is there a recommend techneque to profile and see the generated assembly code? Is there some way to have the profiler capture the actual code executed for display?
Any suggestions would be apprecieated.
Is there a recommend techneque to profile and see the generated assembly code? Is there some way to have the profiler capture the actual code executed for display?
Any suggestions would be apprecieated.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
In case you have a way of modifying the JIT compiler (or the code generated) you can leverage the JIT Profiling API that we will releasewith VTune Analyzer 9.1 for Windows and Linux. The VTune Performance Analyzers JIT (Just-In-Time) Profiling API will provide functionality to profile runtime generated code and fix the problems you are encountering. This API allows analysis of runtime generated code with both sampling and call graph profilers which are already available with VTune Performance Analyzer.
The VTune Analyzer 9.1 will become available soon. If you think this might help you, please let me know and I can share
more information.
Thanks,
Levent
