public class MyStopWatch extends Object
| Constructor and Description |
|---|
MyStopWatch() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTimeForTransaction()
Get total time taken for transaction to be completed
|
long |
getMethodElapsedTime()
get total time taken for method execution
|
void |
start()
start the timer
|
public void start()
public long getMethodElapsedTime()
public long getElapsedTimeForTransaction()
Copyright © 2022. All rights reserved.