|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUoutput_mode
public class CUoutput_mode
Profiler Output Modes.
Most comments are taken from the CUDA reference manual.
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 |
---|
public static final int CU_OUT_KEY_VALUE_PAIR
public static final int CU_OUT_CSV
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUoutput_mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |