Skip to content

Commit c8c2ec0

Browse files
committed
remove en-us
1 parent ecfffef commit c8c2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vs-2015/profiling/common-patterns-for-poorly-behaved-multithreaded-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Concurrency Visualizer helps developers to visualize the behavior of a multi
2626

2727
As shown in the following illustration, the Concurrency Visualizer can also expose this symptom in the CPU Utilization View, where, despite the presence of multiple threads, the application consumes only one logical core.
2828

29-
For more information, see "Performance Pattern 1: Identifying Lock Contention" in Hazim Shafi's [Parallel Performance Tools For Windows](https://docs.microsoft.com/en-us/archive/blogs/hshafi/) blog on the MSDN blog Web site.
29+
For more information, see "Performance Pattern 1: Identifying Lock Contention" in Hazim Shafi's [Parallel Performance Tools For Windows](https://docs.microsoft.com/archive/blogs/hshafi/) blog on the MSDN blog Web site.
3030

3131
![Lock Contention](../profiling/media/lockcontention-2.png "LockContention_2")
3232

0 commit comments

Comments
 (0)