@Properties(inherit=cupti.class) public class CUpti_ActivitySharedAccess extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CUpti_ActivitySharedAccess()
Default native constructor.
|
CUpti_ActivitySharedAccess(long size)
Native array allocator.
|
CUpti_ActivitySharedAccess(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
correlationId()
The correlation ID of the kernel to which this result is associated.
|
CUpti_ActivitySharedAccess |
correlationId(int setter) |
int |
executed()
The number of times this instruction was executed per warp.
|
CUpti_ActivitySharedAccess |
executed(int setter) |
int |
flags()
The properties of this shared access.
|
CUpti_ActivitySharedAccess |
flags(int setter) |
int |
functionId()
Correlation ID with global/device function name
|
CUpti_ActivitySharedAccess |
functionId(int setter) |
CUpti_ActivitySharedAccess |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_SHARED_ACCESS.
|
CUpti_ActivitySharedAccess |
kind(int setter) |
int |
pad()
Undefined.
|
CUpti_ActivitySharedAccess |
pad(int setter) |
int |
pcOffset()
The pc offset for the access.
|
CUpti_ActivitySharedAccess |
pcOffset(int setter) |
CUpti_ActivitySharedAccess |
position(long position) |
long |
sharedTransactions()
The total number of shared memory transactions generated by this access
|
CUpti_ActivitySharedAccess |
sharedTransactions(long setter) |
int |
sourceLocatorId()
The ID for source locator.
|
CUpti_ActivitySharedAccess |
sourceLocatorId(int setter) |
long |
theoreticalSharedTransactions()
The minimum number of shared memory transactions possible based on the access pattern.
|
CUpti_ActivitySharedAccess |
theoreticalSharedTransactions(long setter) |
long |
threadsExecuted()
This increments each time when this instruction is executed by number
of threads that executed this instruction with predicate and condition code evaluating to true.
|
CUpti_ActivitySharedAccess |
threadsExecuted(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_ActivitySharedAccess()
public CUpti_ActivitySharedAccess(long size)
Pointer.position(long)
.public CUpti_ActivitySharedAccess(Pointer p)
Pointer(Pointer)
.public CUpti_ActivitySharedAccess position(long position)
public CUpti_ActivitySharedAccess getPointer(long i)
getPointer
in class Pointer
@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivitySharedAccess kind(int setter)
public CUpti_ActivitySharedAccess flags(int setter)
public CUpti_ActivitySharedAccess sourceLocatorId(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivitySharedAccess correlationId(int setter)
@Cast(value="uint32_t") public int functionId()
public CUpti_ActivitySharedAccess functionId(int setter)
public CUpti_ActivitySharedAccess pcOffset(int setter)
@Cast(value="uint64_t") public long threadsExecuted()
public CUpti_ActivitySharedAccess threadsExecuted(long setter)
@Cast(value="uint64_t") public long sharedTransactions()
public CUpti_ActivitySharedAccess sharedTransactions(long setter)
@Cast(value="uint64_t") public long theoreticalSharedTransactions()
public CUpti_ActivitySharedAccess theoreticalSharedTransactions(long setter)
@Cast(value="uint32_t") public int executed()
public CUpti_ActivitySharedAccess executed(int setter)
public CUpti_ActivitySharedAccess pad(int setter)
Copyright © 2024. All rights reserved.