Refactor pool stats

This commit is contained in:
Alexander Neumann
2015-02-08 13:40:11 +01:00
parent d5dccd746e
commit c884704bce
2 changed files with 78 additions and 67 deletions

View File

@@ -178,5 +178,6 @@ func main() {
os.Exit(1)
}
// restic.PoolAlloc()
// this prints some statistics for memory management using the debug package
restic.PoolAlloc()
}