"partial capacity bytes" -> "partial key capacity bytes"
This commit is contained in:
@@ -2772,7 +2772,7 @@ struct __attribute__((visibility("default"))) PeakPrinter {
|
|||||||
printf("Key bytes: %g\n", double(keyBytes));
|
printf("Key bytes: %g\n", double(keyBytes));
|
||||||
printf("Peak key bytes: %g (not sharing common prefixes)\n",
|
printf("Peak key bytes: %g (not sharing common prefixes)\n",
|
||||||
double(peakKeyBytes));
|
double(peakKeyBytes));
|
||||||
printf("Partial capacity bytes: %g\n", double(partialCapacityBytes));
|
printf("Partial key capacity bytes: %g\n", double(partialCapacityBytes));
|
||||||
printf("Peak partial key capacity bytes: %g\n",
|
printf("Peak partial key capacity bytes: %g\n",
|
||||||
double(peakPartialCapacityBytes));
|
double(peakPartialCapacityBytes));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user