show how long it took in html serps

This commit is contained in:
mwells
2014-12-04 14:22:40 -07:00
parent 2ccb4f5c69
commit 090c18f59d

@ -2720,6 +2720,10 @@ bool printSearchResultsHeader ( State0 *st ) {
);
}
if ( si->m_format == FORMAT_HTML )
sb->safePrintf(" in %.02f seconds",((float)st->m_took)/1000.0);
//
// if query was a url print add url msg
//