Skip to content

Commit d45c7fc

Browse files
authored
Broken link fixed
1 parent 9803fee commit d45c7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/tips-for-improving-time-critical-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ For more information, see [Idle Loop Processing](../mfc/idle-loop-processing.md)
119119

120120
Smaller working sets mean better locality of reference, fewer page faults, and more cache hits. The process working set is the closest metric the operating system directly provides for measuring locality of reference.
121121

122-
- To set the upper and lower limits of the working set, use [SetProcessWorkingSetSize](/windows/win32/api/winbase/nf-winbase-getprocessworkingsetsize).
122+
- To set the upper and lower limits of the working set, use SetProcessWorkingSetSize.
123123

124-
- To get the upper and lower limits of the working set, use [GetProcessWorkingSetSize](/windows/win32/api/winbase/nf-winbase-setprocessworkingsetsize).
124+
- To get the upper and lower limits of the working set, use GetProcessWorkingSetSize.
125125

126126
- To view the size of the working set, use Spy++.
127127

0 commit comments

Comments
 (0)