Class SystemNanoTime
- java.lang.Object
-
- com.devonfw.module.cxf.common.impl.client.interceptor.SystemNanoTime
-
public class SystemNanoTime extends Object
Simple container to captureSystem.nanoTime()for performance meassure.
-
-
Constructor Summary
Constructors Constructor Description SystemNanoTime()The constructor.SystemNanoTime(long nanoTime)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNanoTime()
-
-
-
Constructor Detail
-
SystemNanoTime
public SystemNanoTime()
The constructor.
-
SystemNanoTime
public SystemNanoTime(long nanoTime)
The constructor.- Parameters:
nanoTime- - thenano time.
-
-
Method Detail
-
getNanoTime
public long getNanoTime()
- Returns:
- the captured
system nano time.
-
-