Lines Matching refs:endl
109 cout << "<TABLE BORDER CELLPADDING=2>" << endl ;
110 cout << " <TR>" << endl ;
111 cout << " <TH ALIGN=CENTER> " << argv[1] << " </TH>" << endl ;
112 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> in cache <BR> mean perf <BR> Mflops </a></TH>" << endl ;
113 cout << " <TH ALIGN=CENTER> in cache <BR> % best </TH>" << endl ;
114 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> out of cache <BR> mean perf <BR> Mflops </a></TH>" << endl ;
115 cout << " <TH ALIGN=CENTER> out of cache <BR> % best </TH>" << endl ;
116 cout << " <TH ALIGN=CENTER> details </TH>" << endl ;
117 cout << " <TH ALIGN=CENTER> comments </TH>" << endl ;
118 cout << " </TR>" << endl ;
126 cout << " <TR>" << endl ;
127 cout << " <TD> " << is->_lib_name << " </TD>" << endl ;
128 cout << " <TD> " << is->_mean_in_cache << " </TD>" << endl ;
129 cout << " <TD> " << 100*(is->_mean_in_cache/best._mean_in_cache) << " </TD>" << endl ;
130 cout << " <TD> " << is->_mean_out_of_cache << " </TD>" << endl ;
131 cout << " <TD> " << 100*(is->_mean_out_of_cache/best._mean_out_of_cache) << " </TD>" << endl ;
134 "<a href=\"#"<<is->_lib_name<<"_flags\">flags</a> </TD>" << endl ;
136 "<a href=\"#"<<is->_lib_name<<"_comments\">click here</a> </TD>" << endl ;
137 cout << " </TR>" << endl ;
141 cout << "</TABLE>" << endl ;
146 output_file << is->_lib_name << endl ;