- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
I cannot get such info now bacause such managed dll cannot be instrumented and they are always skiped.
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page