Home | History | Annotate | Download | only in functional

Lines Matching full:logging

29 import logging
183 logging.info('_WaitForChromeExit() took: %s seconds',
217 logging.info('Starting to wait up to %fs for idle CPU...', timeout)
225 logging.info('Current CPU utilization = %f.', fraction_non_idle_time)
233 logging.info(message)
234 logging.info('Still continuing because we are in PGO mode.')
238 logging.info('Wait for idle CPU took %fs (utilization = %f).',
247 logging.info('Logging current process activity using top.')
254 logging.info(output)
256 logging.info('Process activity logging not implemented on this OS.')
460 logging.warning('The description "%s" will be truncated to "%s" '
600 logging.info('Overall results for: %s', description)
602 logging.info(' Average: %f %s', Mean(values), units)
603 logging.info(' Std dev: %f %s', StandardDeviation(values), units)
606 logging.info('No results to report.')
636 logging.info('Iteration %d of %d: %f milliseconds', iteration,
667 logging.info('Could not read %s: %s', config_file, str(e))
693 logging.info(
700 logging.info(
843 logging.info('Iteration %d of %d:\n%s', iteration,
879 logging.info('Total: %f ms', float(total))
887 logging.info('Benchmark "%s": %f ms', category_name,
897 logging.info(' Result "%s-%s": %f ms', category_name, result_name,
957 logging.info('Total result: ' + total_result)
962 logging.info('Benchmark "%s": %s', group_name, group['result'])
967 logging.info(' Result "%s": %s', benchmark_name, benchmark_score)
1139 logging.info('Iteration %d of %d: %f dropped frames in the last second',
1168 logging.info('Netflix CPU extrapolation: %f', extrapolation_value)
1206 logging.info('total_video_bytes: %f', total_video_bytes)
1210 logging.info('loaded_video_bytes: %f', loaded_video_bytes)
1227 logging.info('Running %s video.', video_type)
1236 logging.info('Iteration %d of %d: %f dropped frames in the last '
1254 logging.info('init_dropped_frames: %f', init_dropped_frames)
1261 logging.info('total_shown_frames: %f', total_shown_frames)
1263 logging.info('total_dropped_frames: %f', total_dropped_frames)
1267 logging.info('fraction_non_idle_time: %f', fraction_non_idle_time)
1272 logging.info('Youtube CPU extrapolation: %f', extrapolation_value)
1313 logging.info('Result for %s: %f FPS (average)', description, result)
1317 logging.info('Result for %s: %f dropped frames', description, result)
1366 logging.info('Iteration %d of %d: %f FPS', iteration + 1, 30, fps)
1454 logging.info('FPS difference exceeds threshold for: %s', description)
1455 logging.info(' Average: %f fps', avg_fps)
1456 logging.info('Reference Average: %f fps', std_fps)
1459 logging.info('Average FPS is actually greater than 10 percent '
1461 logging.info(' Average: %f fps', avg_fps)
1462 logging.info(' Reference Average: %f fps', std_fps)
1581 logging.info('HTML5 Benchmark final score: %f', float(score))
1672 logging.info('Iteration %d of %d: %f milliseconds', iteration,
1716 logging.info('Iteration %d of %d: %f milliseconds', iteration,
1821 logging.info('Iteration %d of %d: %f fps', iteration,
1884 logging.info('Iteration %d of %d: %f fps', iteration + 1,
1954 logging.info('Result for %s: %f FPS (average)', description, result)
1999 logging.info('Results for ScimarkGui_%s:', benchmark)
2000 logging.info(' %f MFLOPS', mflops)
2001 logging.info(' %f MB', mem)
2043 logging.info('Fraction of CPU time spent non-idle: %f',
2049 logging.info('Total v8 heap size: %f MB', v8_heap_size)
2176 logging.debug('Before trimming %d: %s' % (num_to_trim, times))
2180 logging.debug('After trimming: %s', trimmed_times)
2219 logging.info('%s page cycler final result: %f' %
2319 '--enable-logging',
2518 logging.exception('Server error creating file: %s', e)
2537 logging.exception('Server error deleting file: %s', e)
2542 logging.warning('OS error removing file: %s', e)
2560 logging.exception('Server error starting upload: %s', e)