public class ProfilerImpl extends Object
| Constructor and Description |
|---|
ProfilerImpl()
Create an empty object
|
| Modifier and Type | Method and Description |
|---|---|
void |
beginItem()
Start timing an item.
|
void |
beginItem(String desc)
Start timing an item.
|
void |
endItem()
Stop timing an item and store the information.
|
static void |
main(String[] notUsed)
Simple unit test
|
void |
reset()
Reset all the timing information
|
String |
toString()
Return a formatted String with the timing information
|
public void reset()
public void beginItem()
public void beginItem(String desc)
desc - - Descriptive text for the itempublic void endItem()
public String toString()
public static void main(String[] notUsed)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.