Home | History | Annotate | Download | only in data

Lines Matching refs:is

7 // This program is free software; you can redistribute it and/or
12 // This program is distributed in the hope that it will be useful,
120 multiset<Lib_Mean>::iterator is = s_lib_mean.begin();
121 Lib_Mean best(*is);
124 for (is=s_lib_mean.begin(); is!=s_lib_mean.end() ; is++){
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 ;
133 "<a href=\"#"<<is->_lib_name<<"_"<<argv[1]<<"\">snippet</a>/"
134 "<a href=\"#"<<is->_lib_name<<"_flags\">flags</a> </TD>" << endl ;
136 "<a href=\"#"<<is->_lib_name<<"_comments\">click here</a> </TD>" << endl ;
145 for (is=s_lib_mean.begin(); is!=s_lib_mean.end() ; is++){
146 output_file << is->_lib_name << endl ;