|
Autopsy
4.21.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.
| 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.
| void org.sleuthkit.autopsy.coreutils.StopWatch.stop | ( | ) |
Definition at line 35 of file StopWatch.java.
|
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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.