Skip to content

Commit 20f3396

Browse files
Merge pull request #5514 from Rageking8/convert-pgo-errors-and-warnings-list-into-a-table
Convert PGO errors and warnings list into a table
2 parents 055b609 + 40dc62c commit 20f3396

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
---
2-
description: "Learn more about: Profile-Guided Optimization errors and warnings (PGxxxx)"
32
title: "Profile-Guided Optimization errors and warnings"
4-
ms.date: "04/17/2019"
3+
description: "Learn more about: Profile-Guided Optimization errors and warnings (PGxxxx)"
4+
ms.date: 04/17/2019
55
f1_keywords: ["PG0001", "PG0002", "PG0003", "PG0061", "PG0062", "PG0063", "PG0065", "PG0066", "PG0067", "PG0068", "PG0069", "PG0070", "PG0071", "PG0081", "PG0087", "PG0090", "PG0091", "PG0092", "PG0094", "PG0096", "PG0168", "PG0169", "PG0181", "PG0188", "PG1000", "PG1001", "PG1032", "PG1033", "PG1035", "PG1036", "PG1038", "PG1051", "PG1052", "PG1053", "PG1056", "PG1058", "PG1060", "PG1061", "PG1065", "PG1066", "PG1067"]
6-
ms.assetid: f67b1011-fb64-4df3-9356-d52c9423ff3f
76
---
87
# Profile-Guided Optimization errors and warnings (PGxxxx)
98

109
This section is a reference to the errors generated by the Profile-Guided Optimization (PGO) tools. PGO errors and warnings have the form PG*xxxx*, where *xxxx* is a four-digit number.
1110

12-
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
11+
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]
1312

1413
## PGO errors
1514

16-
[Profile-Guided Optimization Error PG0165](../../error-messages/tool-errors/profile-guided-optimization-error-pg0165.md)
15+
| Error | Message |
16+
|--|--|
17+
| [Profile-Guided Optimization Error PG0165](profile-guided-optimization-error-pg0165.md) | Reading '*filename.pgd*' : '*message*'. |
1718

1819
## PGO warnings
1920

20-
[Profile-Guided Optimization Warning PG1039](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1039.md) \
21-
[Profile-Guided Optimization Warning PG1087](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1087.md)
21+
| Warning | Message |
22+
|--|--|
23+
| [Profile-Guided Optimization Warning PG1039](profile-guided-optimization-warning-pg1039.md) | Failed waiting for quiet time to sweep. |
24+
| [Profile-Guided Optimization Warning PG1087](profile-guided-optimization-warning-pg1087.md) | The PGC file 'file' is not valid. |
2225

2326
## See also
2427

25-
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
28+
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md)\
2629
[Profile-Guided Optimizations](../../build/profile-guided-optimizations.md)

0 commit comments

Comments
 (0)