- All Known Subinterfaces:
TornadoTaskGraphInterface
- All Known Implementing Classes:
TornadoProfilerResult
public interface ProfilerInterface
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglonglonglonglonglonglonglonglonglong
-
Method Details
-
getTotalTime
long getTotalTime() -
getCompileTime
long getCompileTime() -
getTornadoCompilerTime
long getTornadoCompilerTime() -
getDriverInstallTime
long getDriverInstallTime() -
getDataTransfersTime
long getDataTransfersTime() -
getDeviceWriteTime
long getDeviceWriteTime() -
getDeviceReadTime
long getDeviceReadTime() -
getDataTransferDispatchTime
long getDataTransferDispatchTime() -
getKernelDispatchTime
long getKernelDispatchTime() -
getDeviceKernelTime
long getDeviceKernelTime() -
getProfileLog
String getProfileLog() -
getTotalBytesCopyIn
long getTotalBytesCopyIn() -
getTotalBytesCopyOut
long getTotalBytesCopyOut() -
getTotalBytesTransferred
long getTotalBytesTransferred() -
getTotalDeviceMemoryUsage
long getTotalDeviceMemoryUsage()
-