forked from StrafesNET/strafe-client
collector.time()
This commit is contained in:
parent
d155517587
commit
354b96d98f
@ -25,7 +25,10 @@ impl<I> InstructionCollector<I>{
|
|||||||
instruction:None
|
instruction:None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#[inline]
|
||||||
|
pub fn time(&self)->Time{
|
||||||
|
self.time
|
||||||
|
}
|
||||||
pub fn collect(&mut self,instruction:Option<TimedInstruction<I>>){
|
pub fn collect(&mut self,instruction:Option<TimedInstruction<I>>){
|
||||||
match instruction{
|
match instruction{
|
||||||
Some(unwrap_instruction)=>{
|
Some(unwrap_instruction)=>{
|
||||||
|
Loading…
Reference in New Issue
Block a user