public class KernelProfile extends Object
Constructor and Description |
---|
KernelProfile(Class<? extends Kernel> _kernelClass) |
Modifier and Type | Method and Description |
---|---|
double |
getAccumulatedTotalTime() |
KernelDeviceProfile |
getDeviceProfile(Device device) |
Collection<KernelDeviceProfile> |
getDeviceProfiles() |
Collection<Device> |
getDevices() |
double |
getLastConversionTime() |
KernelDeviceProfile |
getLastDeviceProfile() |
double |
getLastExecutionTime() |
public double getLastExecutionTime()
public double getLastConversionTime()
public double getAccumulatedTotalTime()
public KernelDeviceProfile getLastDeviceProfile()
public Collection<Device> getDevices()
public Collection<KernelDeviceProfile> getDeviceProfiles()
public KernelDeviceProfile getDeviceProfile(Device device)
Copyright © 2016 Syncleus. All rights reserved.