pub struct vtkTimerLog(/* private fields */);Expand description
Timer support and logging
vtkTimerLog contains walltime and cputime measurements associated with a given event. These results can be later analyzed when “dumping out” the table.
In addition, vtkTimerLog allows the user to simply get the current time, and to start/stop a simple timer separate from the timing table logging.
Implementations§
Source§impl vtkTimerLog
impl vtkTimerLog
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkTimerLog wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkTimerLog
impl Default for vtkTimerLog
Auto Trait Implementations§
impl Freeze for vtkTimerLog
impl RefUnwindSafe for vtkTimerLog
impl !Send for vtkTimerLog
impl !Sync for vtkTimerLog
impl Unpin for vtkTimerLog
impl UnwindSafe for vtkTimerLog
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more