com.tibco.forms.client
Interface LoadStat


public interface LoadStat

A measurement of load-time performance. Each stat has a String description, a start time, and and end time. The Times are measured in milliseconds from the beginning of when the Form load began.

Since:
2.2.2

Method Summary
 int getEndTime()
          Returns the time, in milliseconds, when this particular measurement ended.
 java.lang.String getLabel()
          Returns a descriptive identifier of what is being measured by this particular load time stat.
 int getStartTime()
          Returns the time, in milliseconds, when this particular measurement began.
 

Method Detail

getEndTime

int getEndTime()
Returns the time, in milliseconds, when this particular measurement ended.

Returns:
The time, in milliseconds, when this particular measurement ended.

getLabel

java.lang.String getLabel()
Returns a descriptive identifier of what is being measured by this particular load time stat.

Returns:
A descriptive identifier of what is being measured by this particular load time stat.

getStartTime

int getStartTime()
Returns the time, in milliseconds, when this particular measurement began.

Returns:
The time, in milliseconds, when this particular measurement began.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.