Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
long | getElapsedTime () |
long | getElapsedTimeSecs () |
void | reset () |
void | start () |
void | stop () |
Private Attributes | |
boolean | running = false |
long | startTime = 0 |
long | stopTime = 0 |
Utility to measure time elapsed, useful for debugging.
Definition at line 24 of file StopWatch.java.
long org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTime | ( | ) |
Definition at line 41 of file StopWatch.java.
References org.sleuthkit.autopsy.coreutils.StopWatch.startTime.
long org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTimeSecs | ( | ) |
Definition at line 59 of file StopWatch.java.
References org.sleuthkit.autopsy.coreutils.StopWatch.startTime.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.PeriodicSearchTask.run().
void org.sleuthkit.autopsy.coreutils.StopWatch.reset | ( | ) |
Definition at line 51 of file StopWatch.java.
void org.sleuthkit.autopsy.coreutils.StopWatch.start | ( | ) |
Definition at line 30 of file StopWatch.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground(), and org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.PeriodicSearchTask.run().
void org.sleuthkit.autopsy.coreutils.StopWatch.stop | ( | ) |
Definition at line 35 of file StopWatch.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.doInBackground(), and org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.PeriodicSearchTask.run().
|
private |
Definition at line 28 of file StopWatch.java.
|
private |
Definition at line 26 of file StopWatch.java.
Referenced by org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTime(), and org.sleuthkit.autopsy.coreutils.StopWatch.getElapsedTimeSecs().
|
private |
Definition at line 27 of file StopWatch.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.