commit | ac83b4e278fd4081ce8b31fe92ef1cd2ae079432 | [log] [tgz] |
---|---|---|
author | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 01 09:02:34 2013 -0800 |
committer | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 01 09:02:34 2013 -0800 |
tree | 3e0db3f04e0a089d9e25cdb1e1ed8a4a9b99c5b0 | |
parent | c97ded48724b565b4e360b05d88dc06d9fde8209 [diff] [blame] |
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); }