@Properties(inherit=cupti.class) public class CUpti_ActivityDeviceGraphTrace extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityDeviceGraphTrace()
Default native constructor.
|
CUpti_ActivityDeviceGraphTrace(long size)
Native array allocator.
|
CUpti_ActivityDeviceGraphTrace(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
contextId()
The ID of the context where the first node of the graph is executed.
|
CUpti_ActivityDeviceGraphTrace |
contextId(int setter) |
int |
deviceId()
The ID of the device where the first node of the graph is executed.
|
CUpti_ActivityDeviceGraphTrace |
deviceId(int setter) |
int |
deviceLaunchMode()
The type of launch.
|
CUpti_ActivityDeviceGraphTrace |
deviceLaunchMode(int setter) |
long |
end()
The end timestamp for the graph execution, in ns.
|
CUpti_ActivityDeviceGraphTrace |
end(long setter) |
CUpti_ActivityDeviceGraphTrace |
getPointer(long i) |
int |
graphId()
The unique ID of the graph that is launched.
|
CUpti_ActivityDeviceGraphTrace |
graphId(int setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_DEVICE_GRAPH_TRACE
|
CUpti_ActivityDeviceGraphTrace |
kind(int setter) |
int |
launcherGraphId()
The unique ID of the graph that has launched this graph.
|
CUpti_ActivityDeviceGraphTrace |
launcherGraphId(int setter) |
CUpti_ActivityDeviceGraphTrace |
position(long position) |
Pointer |
reserved()
This field is reserved for internal use
|
CUpti_ActivityDeviceGraphTrace |
reserved(Pointer setter) |
long |
start()
The start timestamp for the graph execution, in ns.
|
CUpti_ActivityDeviceGraphTrace |
start(long setter) |
long |
streamId()
The ID of the stream where the graph is being launched.
|
CUpti_ActivityDeviceGraphTrace |
streamId(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUpti_ActivityDeviceGraphTrace()
public CUpti_ActivityDeviceGraphTrace(long size)
Pointer.position(long).public CUpti_ActivityDeviceGraphTrace(Pointer p)
Pointer(Pointer).public CUpti_ActivityDeviceGraphTrace position(long position)
public CUpti_ActivityDeviceGraphTrace getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityDeviceGraphTrace kind(int setter)
@Cast(value="uint32_t") public int deviceId()
public CUpti_ActivityDeviceGraphTrace deviceId(int setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityDeviceGraphTrace start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityDeviceGraphTrace end(long setter)
public CUpti_ActivityDeviceGraphTrace graphId(int setter)
@Cast(value="uint32_t") public int launcherGraphId()
public CUpti_ActivityDeviceGraphTrace launcherGraphId(int setter)
@Cast(value="uint32_t") public int deviceLaunchMode()
public CUpti_ActivityDeviceGraphTrace deviceLaunchMode(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivityDeviceGraphTrace contextId(int setter)
@Cast(value="uint64_t") public long streamId()
public CUpti_ActivityDeviceGraphTrace streamId(long setter)
public Pointer reserved()
public CUpti_ActivityDeviceGraphTrace reserved(Pointer setter)
Copyright © 2025. All rights reserved.