jcuda.runtime
Class cudaOutputMode

java.lang.Object
  extended by jcuda.runtime.cudaOutputMode

public class cudaOutputMode
extends java.lang.Object

CUDA Profiler Output modes


Field Summary
static int cudaCSV
          Output mode Comma separated values format.
static int cudaKeyValuePair
          Output mode Key-Value pair format.
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given cudaOutputMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cudaKeyValuePair

public static final int cudaKeyValuePair
Output mode Key-Value pair format.

See Also:
Constant Field Values

cudaCSV

public static final int cudaCSV
Output mode Comma separated values format.

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given cudaOutputMode

Parameters:
n - The cudaOutputMode
Returns:
The String identifying the given cudaOutputMode