public class TimingScope
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
Cancel()
Cancels the timing scope by safely calling IAnalyticsMonitor.trackFeatureCancel with the assigned
FeatureName on the monitor
|
void |
Complete()
Complete the timing scope by safely calling IAnalyticsMonitor.trackFeatureStop with the assigned
FeatureName on the monitor
|
java.lang.String |
getFeatureName()
Get the feature name encapsulated by this TimingScope
|
public java.lang.String getFeatureName()
public void Complete()
public void Cancel()