Fixed parameter
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Fri, 9 Jan 2009 13:39:44 +0000 (13:39 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Fri, 9 Jan 2009 13:39:44 +0000 (13:39 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@53 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

testTextCollection.cpp

index 39377c5..dfa618e 100644 (file)
@@ -37,9 +37,9 @@ int main()
   string str;
   uchar* data;
   int i = 0 ,j = 0;
-  int heap_base = HeapProfiler::GetHeapConsumption (5); // Avoid small samplerates ;)
+  int heap_base = HeapProfiler::GetHeapConsumption();
   std::cerr << "Initial heap usage : " << heap_base << "\n";
-  TextCollection *csa = TextCollection::InitTextCollection();
+  TextCollection *csa = TextCollection::InitTextCollection(5);  // Avoid small samplerates ;)
   heap_base = HeapProfiler::GetHeapConsumption ();
   std::cerr << "Heap usage after InitTextCollection : " << heap_base << "\n";