Skip to content

Commit 1d8816e

Browse files
authored
Convert PGO errors and warnings list into a table
1 parent 7511547 commit 1d8816e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/error-messages/tool-errors/profile-guided-optimization-errors-and-warnings.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ This section is a reference to the errors generated by the Profile-Guided Optimi
1313

1414
## PGO errors
1515

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

1820
## PGO warnings
1921

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)
22+
| Warning | Message |
23+
|--|--|
24+
| [Profile-Guided Optimization Warning PG1039](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1039.md) | Failed waiting for quiet time to sweep. |
25+
| [Profile-Guided Optimization Warning PG1087](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1087.md) | The PGC file 'file' is not valid. |
2226

2327
## See also
2428

0 commit comments

Comments
 (0)