File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -1255,11 +1255,12 @@ void PDBLinker::printStats() {
12551255
12561256 print (ctx.objFileInstances .size (),
12571257 " Input OBJ files (expanded from all cmd-line inputs)" );
1258- print (ctx.consumedInputsSize , " Size of all consumed OBJ files (non-lazy)" );
1258+ print (ctx.consumedInputsSize ,
1259+ " Size of all consumed OBJ files (non-lazy), in bytes" );
12591260 print (ctx.typeServerSourceMappings .size (), " PDB type server dependencies" );
12601261 print (ctx.precompSourceMappings .size (), " Precomp OBJ dependencies" );
12611262 print (nbTypeRecords, " Input type records" );
1262- print (nbTypeRecordsBytes, " Input type records bytes" );
1263+ print (nbTypeRecordsBytes, " Size of all input type records, in bytes" );
12631264 print (builder.getTpiBuilder ().getRecordCount (), " Merged TPI records" );
12641265 print (builder.getIpiBuilder ().getRecordCount (), " Merged IPI records" );
12651266 print (pdbStrTab.size (), " Output PDB strings" );
Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ CHECK-LABEL: Mod 0002 | `* Linker *`:
107107SUMMARY: Summary
108108SUMMARY-NEXT: --------------------------------------------------------------------------------
109109SUMMARY-NEXT: 2 Input OBJ files (expanded from all cmd-line inputs)
110- SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy)
110+ SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy), in bytes
111111SUMMARY-NEXT: 1 PDB type server dependencies
112112SUMMARY-NEXT: 0 Precomp OBJ dependencies
113113SUMMARY-NEXT: 25 Input type records
114- SUMMARY-NEXT: 868 Input type records bytes
114+ SUMMARY-NEXT: 868 Size of all input type records, in bytes
115115SUMMARY-NEXT: 9 Merged TPI records
116116SUMMARY-NEXT: 16 Merged IPI records
117117SUMMARY-NEXT: 3 Output PDB strings
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ CHECK-NOT: LF_ENDPRECOMP
1313SUMMARY: Summary
1414SUMMARY-NEXT: --------------------------------------------------------------------------------
1515SUMMARY-NEXT: 4 Input OBJ files (expanded from all cmd-line inputs)
16- SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy)
16+ SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy), in bytes
1717SUMMARY-NEXT: 0 PDB type server dependencies
1818SUMMARY-NEXT: 2 Precomp OBJ dependencies
1919
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ CHECK-NOT: LF_ENDPRECOMP
6060SUMMARY: Summary
6161SUMMARY-NEXT: --------------------------------------------------------------------------------
6262SUMMARY-NEXT: 3 Input OBJ files (expanded from all cmd-line inputs)
63- SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy)
63+ SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy), in bytes
6464SUMMARY-NEXT: 0 PDB type server dependencies
6565SUMMARY-NEXT: 1 Precomp OBJ dependencies
6666SUMMARY-NEXT: 1,066 Input type records
67- SUMMARY-NEXT: 55,968 Input type records bytes
67+ SUMMARY-NEXT: 55,968 Size of all input type records, in bytes
6868SUMMARY-NEXT: 874 Merged TPI records
6969SUMMARY-NEXT: 170 Merged IPI records
7070SUMMARY-NEXT: 5 Output PDB strings
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ RUN: /dll /out:%t.dll /debug /summary | FileCheck %s -check-prefix SUMMARY
1212SUMMARY: Summary
1313SUMMARY-NEXT: --------------------------------------------------------------------------------
1414SUMMARY-NEXT: 2 Input OBJ files (expanded from all cmd-line inputs)
15- SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy)
15+ SUMMARY-NEXT: Size of all consumed OBJ files (non-lazy), in bytes
1616SUMMARY-NEXT: 0 PDB type server dependencies
1717SUMMARY-NEXT: 1 Precomp OBJ dependencies
1818SUMMARY-NEXT: 8 Input type records
19- SUMMARY-NEXT: 232 Input type records bytes
19+ SUMMARY-NEXT: 232 Size of all input type records, in bytes
2020SUMMARY-NEXT: 3 Merged TPI records
2121SUMMARY-NEXT: 2 Merged IPI records
2222SUMMARY-NEXT: 1 Output PDB strings
You can’t perform that action at this time.
0 commit comments