|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaOutputMode
public class cudaOutputMode
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 |
---|
public static final int cudaKeyValuePair
public static final int cudaCSV
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The cudaOutputMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |