@Properties(inherit=cupti.class) public class CUpti_ActivityMemset4 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityMemset4()
Default native constructor.
|
CUpti_ActivityMemset4(long size)
Native array allocator.
|
CUpti_ActivityMemset4(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
bytes()
The number of bytes being set by the memory set.
|
CUpti_ActivityMemset4 |
bytes(long setter) |
int |
channelID()
The ID of the HW channel on which the memory set is occurring.
|
CUpti_ActivityMemset4 |
channelID(int setter) |
int |
channelType()
The type of the channel
|
CUpti_ActivityMemset4 |
channelType(int setter) |
int |
contextId()
The ID of the context where the memory set is occurring.
|
CUpti_ActivityMemset4 |
contextId(int setter) |
int |
correlationId()
The correlation ID of the memory set.
|
CUpti_ActivityMemset4 |
correlationId(int setter) |
int |
deviceId()
The ID of the device where the memory set is occurring.
|
CUpti_ActivityMemset4 |
deviceId(int setter) |
long |
end()
The end timestamp for the memory set, in ns.
|
CUpti_ActivityMemset4 |
end(long setter) |
short |
flags()
The flags associated with the memset.
|
CUpti_ActivityMemset4 |
flags(short setter) |
CUpti_ActivityMemset4 |
getPointer(long i) |
int |
graphId()
The unique ID of the graph that executed this memset through graph launch.
|
CUpti_ActivityMemset4 |
graphId(int setter) |
long |
graphNodeId()
The unique ID of the graph node that executed this memset through graph launch.
|
CUpti_ActivityMemset4 |
graphNodeId(long setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_MEMSET.
|
CUpti_ActivityMemset4 |
kind(int setter) |
short |
memoryKind()
The memory kind of the memory set @see CUpti_ActivityMemoryKind
|
CUpti_ActivityMemset4 |
memoryKind(short setter) |
int |
pad()
Undefined.
|
CUpti_ActivityMemset4 |
pad(int setter) |
int |
pad2()
Undefined.
|
CUpti_ActivityMemset4 |
pad2(int setter) |
CUpti_ActivityMemset4 |
position(long position) |
Pointer |
reserved0()
Undefined.
|
CUpti_ActivityMemset4 |
reserved0(Pointer setter) |
long |
start()
The start timestamp for the memory set, in ns.
|
CUpti_ActivityMemset4 |
start(long setter) |
int |
streamId()
The ID of the stream where the memory set is occurring.
|
CUpti_ActivityMemset4 |
streamId(int setter) |
int |
value()
The value being assigned to memory by the memory set.
|
CUpti_ActivityMemset4 |
value(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_ActivityMemset4()
public CUpti_ActivityMemset4(long size)
Pointer.position(long).public CUpti_ActivityMemset4(Pointer p)
Pointer(Pointer).public CUpti_ActivityMemset4 position(long position)
public CUpti_ActivityMemset4 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityMemset4 kind(int setter)
@Cast(value="uint32_t") public int value()
public CUpti_ActivityMemset4 value(int setter)
public CUpti_ActivityMemset4 bytes(long setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityMemset4 start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityMemset4 end(long setter)
@Cast(value="uint32_t") public int deviceId()
public CUpti_ActivityMemset4 deviceId(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivityMemset4 contextId(int setter)
@Cast(value="uint32_t") public int streamId()
public CUpti_ActivityMemset4 streamId(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityMemset4 correlationId(int setter)
@Cast(value="uint16_t") public short flags()
public CUpti_ActivityMemset4 flags(short setter)
@Cast(value="uint16_t") public short memoryKind()
public CUpti_ActivityMemset4 memoryKind(short setter)
public CUpti_ActivityMemset4 pad(int setter)
public Pointer reserved0()
public CUpti_ActivityMemset4 reserved0(Pointer setter)
@Cast(value="uint64_t") public long graphNodeId()
public CUpti_ActivityMemset4 graphNodeId(long setter)
@Cast(value="uint32_t") public int graphId()
public CUpti_ActivityMemset4 graphId(int setter)
@Cast(value="uint32_t") public int channelID()
public CUpti_ActivityMemset4 channelID(int setter)
public CUpti_ActivityMemset4 channelType(int setter)
public CUpti_ActivityMemset4 pad2(int setter)
Copyright © 2025. All rights reserved.