scs.instrumentation
Class MethodStats
java.lang.Object
scs.instrumentation.MethodStats
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class MethodStats
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
scs/instrumentation/MethodStats.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../idl/scs.instrumentation.idl
Friday, October 3, 2008 9:13:52 AM BRT
- See Also:
- Serialized Form
Constructor Summary |
MethodStats()
|
MethodStats(java.lang.String _methodName,
int _callsCount,
long _cpuTime,
long _elapsedTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
public java.lang.String methodName
callsCount
public int callsCount
cpuTime
public long cpuTime
elapsedTime
public long elapsedTime
MethodStats
public MethodStats()
MethodStats
public MethodStats(java.lang.String _methodName,
int _callsCount,
long _cpuTime,
long _elapsedTime)