Browse Source

printing time

avadapal 1 year ago
parent
commit
b82f11b9d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      2p-preprocessing/preprocessing.cpp

+ 2 - 2
2p-preprocessing/preprocessing.cpp

@@ -473,7 +473,7 @@ bool party;
 	pool2.join();
 #endif
 
-std::cout << "conncections established ..." << std::endl;
+ 
 	__m128i *final_correction_word = (__m128i *)std::aligned_alloc(sizeof(__m256i), n_threads * sizeof(__m128i));
 
 	AES_KEY aeskey;
@@ -519,7 +519,7 @@ std::cout << "conncections established ..." << std::endl;
 	auto end = std::chrono::steady_clock::now();
 	std::chrono::duration<double> elapsed_seconds = end - start;
 	std::cout << "time to generate and evaluate " << n_threads << " dpfs of size 2^" << expo << " is: " << elapsed_seconds.count() << "s\n";
- 
+
 	if(!party)
 	{
 		char const *p0_filename0;