adjust the size of the memory pools

This commit is contained in:
Lee Thomason (grinliz)
2013-02-01 09:02:34 -08:00
parent c97ded4872
commit ac83b4e278
3 changed files with 19 additions and 9 deletions

View File

@@ -289,6 +289,7 @@ int main( int argc, const char ** argv )
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);
}