public class ProfilerStub extends Object
| Constructor | Description |
|---|---|
ProfilerStub(Date startStamp) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCombined() |
|
long |
getDifference() |
|
Date |
getEndStamp() |
|
String |
getMilliseconds() |
|
String |
getSeconds() |
|
Date |
getStartStamp() |
|
void |
setEndStamp(Date date) |
|
void |
setStartStamp(Date date) |
public ProfilerStub(Date startStamp)
public void setEndStamp(Date date)
public Date getEndStamp()
public long getDifference()
public String getMilliseconds()
public String getSeconds()
public String getCombined()
public void setStartStamp(Date date)
public Date getStartStamp()
Copyright © 2018. All rights reserved.