Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5002 Discussions

Can VTune7 's call graph collect function calling info of managd code?

Intel_C_Intel
Employee
376 Views
Can VTune7 collect function calling info of managend code?, like .NET's mscorlib.dll.
I cannot get such info now bacause such managed dll cannot be instrumented and they are always skiped.
Thanks.
0 Kudos
1 Reply
Intel_C_Intel
Employee
376 Views
It definitely can. There is no need to instrument executables that contain only MSIL and no native code. mscorlib.dll (the non pre-jitted one) is such an executable.
VTune uses the CLR profiling interfaces to get information about jitted methods.

If you are using Call Graph and don't see mscorlib's functions in the results, why don't you provide more details here, or submit a detailed bug report to Intel.

Hope it helps,
Boaz.

> Can VTune7 collect function calling info of managend
> code?, like .NET's mscorlib.dll.
> I cannot get such info now bacause such managed dll
> cannot be instrumented and they are always skiped.
> Thanks.

0 Kudos
Reply