[Assorted-commits] SF.net SVN: assorted: [331] hash-join/trunk/src/hashjoin.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-06 23:44:17
|
Revision: 331 http://assorted.svn.sourceforge.net/assorted/?rev=331&view=rev Author: yangzhang Date: 2008-02-06 15:44:14 -0800 (Wed, 06 Feb 2008) Log Message: ----------- added initial ncpu logging Modified Paths: -------------- hash-join/trunk/src/hashjoin.cc Modified: hash-join/trunk/src/hashjoin.cc =================================================================== --- hash-join/trunk/src/hashjoin.cc 2008-02-06 23:01:49 UTC (rev 330) +++ hash-join/trunk/src/hashjoin.cc 2008-02-06 23:44:14 UTC (rev 331) @@ -277,6 +277,8 @@ const char *movies = argv[2]; const char *actresses = argv[3]; + cout << "using " << ncpus << " cpus" << endl; + timer t("main time: "); // Load the data files. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |