Searched defs:num_seconds (Results 1 – 4 of 4) sorted by relevance
43 fn num_seconds(&self) -> i64; in num_seconds() method157 fn num_seconds(&self) -> i64 { in num_seconds() method374 fn num_seconds(&self) -> i64 { in num_seconds() method
896 let num_seconds = value_t!(matches.value_of("profile-time"), u64).unwrap_or_else(|e| { in configure_from_args() localVariable992 let num_seconds = value_t!(matches.value_of("warm-up-time"), u64).unwrap_or_else(|e| { in configure_from_args() localVariable1003 let num_seconds = in configure_from_args() localVariable
313 def __init__(self, num_seconds): argument
163 pub fn num_seconds(&self) -> i64 { in num_seconds() method