Go to the documentation of this file.
10 os <<
"<html><head><title>" << title <<
"</title></head>\n<body>\n";
11 os <<
"<table border=1>\n";
12 os <<
"<tr><td></td><td>search result</td><td>correct move</td>"
13 <<
"<td>#nodes</td><td>seconds</td><td>depth</td></tr>\n";
24 unsigned int nodes,
unsigned int qnodes,
double seconds,
int depth)
26 if (correctMove == result)
27 os <<
"<tr bgcolor=\"green\">";
30 os <<
"<td>" << name <<
"</td><td>";
31 if (correctMove == result)
39 os <<
"</td>\n\t<td id=\"nodes\" align=right>" << nodes + qnodes <<
"</td>\n"
40 <<
"\t<td id=\"seconds\" align=right>" << seconds <<
"</td>\n"
41 <<
"\t<td id=\"depth\" align=right>" << depth <<
"</td></tr>\n"