TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.internal.agent.util
Class Timestamp

java.lang.Object
  extended by org.eclipse.tptp.trace.arm.internal.agent.util.Timestamp

public class Timestamp
extends java.lang.Object

A Timestamp entity that converts time in long format to a string format.


Constructor Summary
Timestamp(long time)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Return a string version of the timestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timestamp

public Timestamp(long time)
Constructor.

Parameters:
time -
Method Detail

toString

public java.lang.String toString()
Return a string version of the timestamp.

Overrides:
toString in class java.lang.Object

TPTP 4.6.0 Tracing and Profiling Tools Project
Internal API Specification