C D F G J K L P R S T W

G

getAverageTimerValue(Object) - Static method in class jcuda.utils.Timer
Returns the average time in milliseconds for the timer, which is the total time for the timer divided by the number of completed (stopped) runs the timer has made.
getCommandLineArgumentFloat(String[], String, float) - Static method in class jcuda.utils.CommandLine
Returns the value of the command line argument with the given name as a float.
getCommandLineArgumentInt(String[], String, int) - Static method in class jcuda.utils.CommandLine
Returns the value of the command line argument with the given name as an int.
getCommandLineArgumentListString(String[], String) - Static method in class jcuda.utils.CommandLine
Returns the value of the command line argument with the given name as a list of strings.
getCommandLineArgumentString(String[], String) - Static method in class jcuda.utils.CommandLine
Returns the value of the command line argument with the given name as a String.
getModule() - Method in class jcuda.utils.KernelLauncher
Returns the module that was created from the PTX- or CUBIN file, and which contains the function that should be executed.
getTimerValue(Object) - Static method in class jcuda.utils.Timer
Returns the total time in milliseconds of all runs since the creation or the last reset.

C D F G J K L P R S T W