adjust the size of the memory pools
diff --git a/xmltest.cpp b/xmltest.cpp
index 5f7cb30..24a68bd 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -289,6 +289,7 @@
 		if ( !errorID ) {

 			printf( "Load time=%d\n", loadTime - startTime );

 			printf( "Delete time=%d\n", deleteTime - loadTime );

+			printf( "Total time=%d\n", deleteTime - startTime );

 		}

 		exit(0);

 	}