pub fn print_total_time_by_label( time_logs: &[TimeLog], label_filter: Option<&HashSet<String>>, label_others: Option<&Label>, )
Print a table with the total time spent per selected label.