Uses of Interface
com.aparapi.IProfileReportObserver
-
Packages that use IProfileReportObserver Package Description com.aparapi com.aparapi.internal.kernel -
-
Uses of IProfileReportObserver in com.aparapi
Methods in com.aparapi with parameters of type IProfileReportObserver Modifier and Type Method Description voidKernel. registerProfileReportObserver(IProfileReportObserver observer)Registers a new profile report observer to receive profile reports as they're produced. -
Uses of IProfileReportObserver in com.aparapi.internal.kernel
Fields in com.aparapi.internal.kernel declared as IProfileReportObserver Modifier and Type Field Description private IProfileReportObserverKernelProfile. observerMethods in com.aparapi.internal.kernel that return IProfileReportObserver Modifier and Type Method Description IProfileReportObserverKernelProfile. getReportObserver()Methods in com.aparapi.internal.kernel with parameters of type IProfileReportObserver Modifier and Type Method Description voidKernelProfile. setReportObserver(IProfileReportObserver _observer)
-