[Assorted-commits] SF.net SVN: assorted: [374] hash-join/trunk/src/hashjoin.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-11 15:53:14
|
Revision: 374 http://assorted.svn.sourceforge.net/assorted/?rev=374&view=rev Author: yangzhang Date: 2008-02-11 07:53:17 -0800 (Mon, 11 Feb 2008) Log Message: ----------- added debug output Modified Paths: -------------- hash-join/trunk/src/hashjoin.cc Modified: hash-join/trunk/src/hashjoin.cc =================================================================== --- hash-join/trunk/src/hashjoin.cc 2008-02-11 15:45:31 UTC (rev 373) +++ hash-join/trunk/src/hashjoin.cc 2008-02-11 15:53:17 UTC (rev 374) @@ -427,6 +427,7 @@ hits++; join(title, name); } else { + if (misses == 0) cerr << "MISS: '" << title << '\'' << endl; misses++; } // End of a tuple? (Don't actually need this check, since the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |