Function tikv::server::service::diagnostics::log::parse_time_range[][src]

fn parse_time_range(file: &File) -> Result<(i64, i64), Error>

Parses the start time and end time of a log file and return the maximal and minimal timestamp in unix milliseconds.