Autopsy  3.1
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

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

Private Attributes

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

Detailed Description

Utility to measure time elapsed, useful for debugging.

Definition at line 25 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 56 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 29 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 28 of file StopWatch.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.