@Properties(inherit=cupti.class) public class CUpti_ActivityGraphTrace2 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityGraphTrace2()
Default native constructor.
|
CUpti_ActivityGraphTrace2(long size)
Native array allocator.
|
CUpti_ActivityGraphTrace2(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_ActivityGraphTrace2 |
contextId(int setter) |
int |
correlationId()
The correlation ID of the graph launch.
|
CUpti_ActivityGraphTrace2 |
correlationId(int setter) |
int |
deviceId()
The ID of the device where the first node of the graph is executed.
|
CUpti_ActivityGraphTrace2 |
deviceId(int setter) |
long |
end()
The end timestamp for the graph execution, in ns.
|
CUpti_ActivityGraphTrace2 |
end(long setter) |
int |
endContextId()
The ID of the context where the last node of the graph is executed.
|
CUpti_ActivityGraphTrace2 |
endContextId(int setter) |
int |
endDeviceId()
The ID of the device where last node of the graph is executed
|
CUpti_ActivityGraphTrace2 |
endDeviceId(int setter) |
CUpti_ActivityGraphTrace2 |
getPointer(long i) |
int |
graphId()
The unique ID of the graph that is launched.
|
CUpti_ActivityGraphTrace2 |
graphId(int setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_GRAPH_TRACE
|
CUpti_ActivityGraphTrace2 |
kind(int setter) |
CUpti_ActivityGraphTrace2 |
position(long position) |
Pointer |
reserved()
This field is reserved for internal use
|
CUpti_ActivityGraphTrace2 |
reserved(Pointer setter) |
long |
start()
The start timestamp for the graph execution, in ns.
|
CUpti_ActivityGraphTrace2 |
start(long setter) |
int |
streamId()
The ID of the stream where the graph is being launched.
|
CUpti_ActivityGraphTrace2 |
streamId(int 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_ActivityGraphTrace2()
public CUpti_ActivityGraphTrace2(long size)
Pointer.position(long).public CUpti_ActivityGraphTrace2(Pointer p)
Pointer(Pointer).public CUpti_ActivityGraphTrace2 position(long position)
public CUpti_ActivityGraphTrace2 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityGraphTrace2 kind(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityGraphTrace2 correlationId(int setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityGraphTrace2 start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityGraphTrace2 end(long setter)
@Cast(value="uint32_t") public int deviceId()
public CUpti_ActivityGraphTrace2 deviceId(int setter)
public CUpti_ActivityGraphTrace2 graphId(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivityGraphTrace2 contextId(int setter)
@Cast(value="uint32_t") public int streamId()
public CUpti_ActivityGraphTrace2 streamId(int setter)
public Pointer reserved()
public CUpti_ActivityGraphTrace2 reserved(Pointer setter)
@Cast(value="uint32_t") public int endDeviceId()
public CUpti_ActivityGraphTrace2 endDeviceId(int setter)
@Cast(value="uint32_t") public int endContextId()
public CUpti_ActivityGraphTrace2 endContextId(int setter)
Copyright © 2025. All rights reserved.