|
From: Bart V. A. <bva...@ac...> - 2010-02-28 11:44:37
|
Hello, Recently I found out that support has been added in Intel Parallel Studio and lock annotations. More information can be found here: http://software.intel.com/sites/support/padvisor/annotation_summary.htm http://software.intel.com/sites/support/padvisor/title.htm Bart. |
|
From: Konstantin S. <kon...@gm...> - 2010-02-28 11:51:43
|
Interesting! :) Thread Checker had something similar, but the names were different. --kcc On Sun, Feb 28, 2010 at 2:44 PM, Bart Van Assche <bva...@ac...> wrote: > Hello, > > Recently I found out that support has been added in Intel Parallel Studio > and lock annotations. More information can be found here: > http://software.intel.com/sites/support/padvisor/annotation_summary.htm > http://software.intel.com/sites/support/padvisor/title.htm > > Bart. > |
|
From: Bart V. A. <bva...@ac...> - 2010-02-28 11:56:27
|
On Sun, Feb 28, 2010 at 12:51 PM, Konstantin Serebryany <kon...@gm...> wrote: > On Sun, Feb 28, 2010 at 2:44 PM, Bart Van Assche <bva...@ac...> wrote: >> Recently I found out that support has been added in Intel Parallel Studio >> and lock annotations. More information can be found here: >> http://software.intel.com/sites/support/padvisor/annotation_summary.htm >> http://software.intel.com/sites/support/padvisor/title.htm > > Interesting! :) > Thread Checker had something similar, but the names were different. The reason I posted this information on the valgrind-developers mailing list is that when adding new annotations we can have a look at that list in order to avoid defining macro's with the same name but different semantics. Bart. |