jcuda.driver
Class CUoutput_mode

java.lang.Object
  extended by jcuda.driver.CUoutput_mode

public class CUoutput_mode
extends java.lang.Object

Profiler Output Modes.

Most comments are taken from the CUDA reference manual.

See Also:
JCudaDriver.cuProfilerInitialize(java.lang.String, java.lang.String, int)

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

Field Detail

CU_OUT_KEY_VALUE_PAIR

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

See Also:
Constant Field Values

CU_OUT_CSV

public static final int CU_OUT_CSV
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 CUoutput_mode

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