print_total_time_by_label

Function print_total_time_by_label 

Source
pub fn print_total_time_by_label(
    time_logs: &[TimeLog],
    label_filter: Option<&HashSet<String>>,
    label_others: Option<&Label>,
)
Expand description

Print a table with the total time spent per selected label.