We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0635f commit 6364e89Copy full SHA for 6364e89
src/app/application/application.cpp
@@ -46,16 +46,18 @@ void Application::PrintDebugInfo() const
46
"Reject compression poor: {4}.\n"
47
"Reject Kmemcache failures: {5}.\n"
48
"Reject reclaim failures: {6}.\n"
49
- "Same filled pages count: {7}.\n"
50
- "Stored pages count: {8}.\n"
51
- "Written back pages count: {9}.",
+ "Reject compression failures: {7}.\n"
+ "Same filled pages count: {8}.\n"
+ "Stored pages count: {9}.\n"
52
+ "Written back pages count: {10}.",
53
ZSwapDebugger -> GetDuplicateEntry(),
54
ZSwapDebugger -> GetPoolLimitHit(),
55
ZSwapDebugger -> GetPoolTotalSize(),
56
ZSwapDebugger -> GetRejectAllocFail(),
57
ZSwapDebugger -> GetRejectCompressPoor(),
58
ZSwapDebugger -> GetRejectKmemCacheFail(),
59
ZSwapDebugger -> GetRejectReclaimFail(),
60
+ ZSwapDebugger -> GetRejectCompressFail(),
61
ZSwapDebugger -> GetSameFilledPages(),
62
63
ZSwapDebugger -> GetStoredPages(),
0 commit comments