@Properties(inherit=cupti.class) public class CUpti_ActivityPreemption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CUpti_ActivityPreemption()
Default native constructor.
|
CUpti_ActivityPreemption(long size)
Native array allocator.
|
CUpti_ActivityPreemption(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
blockX()
The X-dimension of the block that is preempted
|
CUpti_ActivityPreemption |
blockX(int setter) |
int |
blockY()
The Y-dimension of the block that is preempted
|
CUpti_ActivityPreemption |
blockY(int setter) |
int |
blockZ()
The Z-dimension of the block that is preempted
|
CUpti_ActivityPreemption |
blockZ(int setter) |
CUpti_ActivityPreemption |
getPointer(long i) |
long |
gridId()
The grid-id of the block that is preempted
|
CUpti_ActivityPreemption |
gridId(long setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_PREEMPTION
|
CUpti_ActivityPreemption |
kind(int setter) |
int |
pad()
Undefined.
|
CUpti_ActivityPreemption |
pad(int setter) |
CUpti_ActivityPreemption |
position(long position) |
int |
preemptionKind()
kind of the preemption
|
CUpti_ActivityPreemption |
preemptionKind(int setter) |
long |
timestamp()
The timestamp of the preemption, in ns.
|
CUpti_ActivityPreemption |
timestamp(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, zero
public CUpti_ActivityPreemption()
public CUpti_ActivityPreemption(long size)
Pointer.position(long)
.public CUpti_ActivityPreemption(Pointer p)
Pointer(Pointer)
.public CUpti_ActivityPreemption position(long position)
public CUpti_ActivityPreemption getPointer(long i)
getPointer
in class Pointer
@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityPreemption kind(int setter)
@Cast(value="CUpti_ActivityPreemptionKind") public int preemptionKind()
public CUpti_ActivityPreemption preemptionKind(int setter)
@Cast(value="uint64_t") public long timestamp()
public CUpti_ActivityPreemption timestamp(long setter)
public CUpti_ActivityPreemption gridId(long setter)
public CUpti_ActivityPreemption blockX(int setter)
public CUpti_ActivityPreemption blockY(int setter)
public CUpti_ActivityPreemption blockZ(int setter)
public CUpti_ActivityPreemption pad(int setter)
Copyright © 2024. All rights reserved.