Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.StopWatch Class Reference

Public Member Functions

long getElapsedTime ()
 
long getElapsedTimeSecs ()
 
void reset ()
 
void start ()
 
void stop ()
 

Private Attributes

boolean running = false
 
long startTime = 0
 
long stopTime = 0
 

Detailed Description

Utility to measure time elapsed, useful for debugging.

Definition at line 24 of file StopWatch.java.

Member Function Documentation

long org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTime ( )
long org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTimeSecs ( )
void org.sleuthkit.autopsy.coreutils.StopWatch.reset ( )

Definition at line 51 of file StopWatch.java.

void org.sleuthkit.autopsy.coreutils.StopWatch.start ( )
void org.sleuthkit.autopsy.coreutils.StopWatch.stop ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.coreutils.StopWatch.running = false
private

Definition at line 28 of file StopWatch.java.

long org.sleuthkit.autopsy.coreutils.StopWatch.startTime = 0
private
long org.sleuthkit.autopsy.coreutils.StopWatch.stopTime = 0
private

Definition at line 27 of file StopWatch.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.