Sign in
Parallel Development in Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
OK
Search
Tags
.NET 4
Announcements
Callstack
Code Gallery
Concurrency Visualizer
Debugging
Developer Preview
ETW
False Sharing
Garbage Collection
Multithread
Pages
Parallel
Parallel Computing
Parallel Extensions
Personal
PLINQ
Profiler
Profiling
Scenario Marker
TPL
Trace
UI
Visual Studio
Visual Studio 2010
Archive
Archives
April 2012
(2)
March 2012
(4)
November 2011
(1)
October 2011
(1)
September 2011
(7)
June 2011
(2)
May 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
November 2010
(2)
August 2010
(1)
July 2010
(2)
June 2010
(3)
May 2010
(2)
April 2010
(5)
March 2010
(5)
February 2010
(8)
January 2010
(6)
December 2009
(9)
November 2009
(8)
October 2009
(13)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Parallel Development in Visual Studio
Author Intro: Robert Palmer
Posted
over 4 years ago
by
James Rapp
0
Comments
I am currently the Program Manager for parallel correctness tools in the Parallel Computing Platform team at Microsoft. My interests span formal verification and HPC. Before working at Microsoft, I was a researcher in validation in the Corporate Technology...
Parallel Development in Visual Studio
Author Intro: Daniel Moth
Posted
over 4 years ago
by
DanielMoth
0
Comments
My name is Daniel Moth and I was asked to share a short bio, so here it is: I was born in Germany, grew up in Greece, spent 15 years in the UK and now live in the USA. I work for the Parallel Computing team here in the Developer Division at Microsoft...
Parallel Development in Visual Studio
New Channel 9 video
Posted
over 2 years ago
by
Sasha Dadiomov
0
Comments
MSDN Channel 9 recently published a group interview about the upcoming version of the Concurrency Visualizer: http://channel9.msdn.com/posts/Visual-Studio-vNext-Concurrency-Visualizer
Parallel Development in Visual Studio
Interested in debugging your C++ AMP application?
Posted
over 2 years ago
by
Christine Chambers
0
Comments
You may have heard about C++ Accelerated Massive Parallelism (C++ AMP) that lets you leverage the power of GPU in parallel computing. Aren't you all excited about it? Don't you want to try your hand at it? Now it is the time with Visual Studio 11...
Parallel Development in Visual Studio
Concurrency Visualizer SDK: Advanced Visualization Techniques
Posted
over 2 years ago
by
James Rapp
0
Comments
In the previous entry , I described basic usage scenarios of the Concurrency Visualizer SDK. In this entry, I will illustrate techniques to gain tighter control over the way you visualize meaningful events in your application. The Application To...
Parallel Development in Visual Studio
CVCollectionCmd: Collecting Concurrency Visualizer Traces where Visual Studio 11 is not Installed
Posted
over 1 year ago
by
James Rapp
0
Comments
The Concurrency Visualizer in Visual Studio 11 comes with a standalone collection utility that allows you to collect traces on machines where Visual Studio 11 is not installed. This may come in handy when you need to visualize the behavior of an application...
Parallel Development in Visual Studio
Where is the CVCollectionCmd installer?
Posted
over 1 year ago
by
James Rapp
0
Comments
Previously, I described how to use CVCollectionCmd to collect Concurrency Visualizer traces on a machine that lacks Visual Studio. But where is the CVCollectionCmd installer? This entry describes where to find the CVCollectionCmd installer and how to...
Parallel Development in Visual Studio
I’ve deployed CVCollectionCmd. How can I Visualize the Traces I Collected?
Posted
over 1 year ago
by
James Rapp
0
Comments
Chances are that you deployed CVCollectionCmd on a machine without Visual Studio 11 in order to collect traces for use with the Concurrency Visualizer. To view the traces in the Concurrency Visualizer, it’s simply a matter of bringing the trace...
Parallel Development in Visual Studio
Investigating unresponsive UI issues in WPF: A case study
Posted
over 1 year ago
by
Kavya Kotacherry
0
Comments
I was writing a WPF based application which involved some file operations. At times, I observed that the UI was becoming unresponsive. To investigate this issue, I used the Concurrency Visualizer tool (shipped in Visual Studio 11 Developer Preview) to...
Parallel Development in Visual Studio
How the Concurrency Visualizer Represents Recycled Thread IDs
Posted
over 1 year ago
by
Kavya Kotacherry
0
Comments
If you are profiling an application spawning hundred’s of threads, you may see some thread IDs with #<int> suffixes in the Concurrency Visualizer. This is merely how the Concurrency Visualizer displays recycled thread IDs. While parsing...
Parallel Development in Visual Studio
Analyzing C++ AMP Code with the Concurrency Visualizer
Posted
over 1 year ago
by
James Rapp
0
Comments
The Concurrency Visualizer provides information to help developers make sense of C++ AMP applications. I wrote an entry about this and posted it on the Native Concurrency blog. If you are a C++ AMP developer, I recommend checking it out. James Rapp
Page 4 of 4 (86 items)
1
2
3
4