- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I launch my application from VTune I get the Frame markers in the VTune window. If I attach to the process I don't see any of the Frame / Domain markers. Is this intended? Is there something I can do to fix this?If this is by design you should mention it in the documentation somewhere so people don't spend time on implementation only to have it not work for their intended use.I'm using VTune Amplifier XE 2011(build 199758) Copyright 2009-2011 Intel Corporation. All rights reserved.Thanks!Brian Hayes
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually part of the point I was making was that it's NOT A KNOWN LIMITATION. Having that little tidbit in the documentation somewhere would of saved me a day's work.
Thanks!
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is quite an old post does anyone known if this is still a problem? I am currently evaluating the Parallel Studio 2016 edition.
The target I am trying to optimize is Intel64 running on Linux. Unfortunately due to an overzealous securityIT regime at my company it is very difficult for me to find test servers that have x11 libraries installed. Therefore I am typically capturing my data on Linux using amplxe-cl then tarring it up and ftp the tarball over to Windows to use the Windows viewer.
Due to the nature of my application transactional message protocol the Frames API should be very useful as long as thi sissue has been fixed.
In this issue is fixed could someone post a note to that effect?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@ Francis G
Frame APIs could work on attach-mode, but VTune should know used itt domain object by calling__itt_domain_create() - it means if you need to run "domain creation", "frame begin", "frame end" after attaching a running process. Please see my blog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to apologize that using sleep(10) to delay is an old workaround for old product. As Katya said, current product supports to analyze frame API for attaching a running process. For example -
# export INTEL_LIBITTNOTIFY64=/opt/intel/vtune_amplifier_xe_2017/lib64/runtime/libittnotify_collector.so
# ./matrix2 &
[1] 31883
# amplxe-cl -c hotspots -target-pid 31883
You could get performance data in each frame.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page