Home
last modified time | relevance | path

Searched defs:t_end (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Dhost_history_utils.py63 def lock_history_to_intervals(initial_lock_val, t_start, t_end, lock_history): argument
235 def get_stats_string_aggregate(labels, t_start, t_end, aggregated_stats, argument
262 def get_overall_report(label, t_start, t_end, intervals_of_statuses_list): argument
279 def get_intervals_for_host(t_start, t_end, hostname): argument
305 def get_intervals_for_hosts(t_start, t_end, hosts=None, board=None, pool=None): argument
362 def get_report(t_start, t_end, hosts=None, board=None, pool=None, argument
405 def get_report_for_host(t_start, t_end, hostname, print_each_interval): argument
432 def get_stats_string(t_start, t_end, total_times, intervals_of_statuses, argument
468 def calculate_status_times(t_start, t_end, int_status, metadata, argument
Danalyze_reboot_time.py147 t_end = t_now variable
150 t_end = time_utils.to_epoch_time(options.end) variable
Dhost_history.py81 def print_all_stats(results, labels, t_start, t_end): argument