@Properties(inherit=cupti.class) public class CUpti_ActivityAPI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityAPI()
Default native constructor.
|
CUpti_ActivityAPI(long size)
Native array allocator.
|
CUpti_ActivityAPI(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cbid()
The ID of the driver or runtime function.
|
CUpti_ActivityAPI |
cbid(int setter) |
int |
correlationId()
The correlation ID of the driver or runtime CUDA function.
|
CUpti_ActivityAPI |
correlationId(int setter) |
long |
end()
The end timestamp for the function, in ns.
|
CUpti_ActivityAPI |
end(long setter) |
CUpti_ActivityAPI |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_DRIVER,
CUPTI_ACTIVITY_KIND_RUNTIME, or CUPTI_ACTIVITY_KIND_INTERNAL_LAUNCH_API.
|
CUpti_ActivityAPI |
kind(int setter) |
CUpti_ActivityAPI |
position(long position) |
int |
processId()
The ID of the process where the driver or runtime CUDA function
is executing.
|
CUpti_ActivityAPI |
processId(int setter) |
int |
returnValue()
The return value for the function.
|
CUpti_ActivityAPI |
returnValue(int setter) |
long |
start()
The start timestamp for the function, in ns.
|
CUpti_ActivityAPI |
start(long setter) |
int |
threadId()
The ID of the thread where the driver or runtime CUDA function is
executing.
|
CUpti_ActivityAPI |
threadId(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_ActivityAPI()
public CUpti_ActivityAPI(long size)
Pointer.position(long).public CUpti_ActivityAPI(Pointer p)
Pointer(Pointer).public CUpti_ActivityAPI position(long position)
public CUpti_ActivityAPI getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityAPI kind(int setter)
public CUpti_ActivityAPI cbid(int setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityAPI start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityAPI end(long setter)
@Cast(value="uint32_t") public int processId()
public CUpti_ActivityAPI processId(int setter)
@Cast(value="uint32_t") public int threadId()
public CUpti_ActivityAPI threadId(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityAPI correlationId(int setter)
@Cast(value="uint32_t") public int returnValue()
public CUpti_ActivityAPI returnValue(int setter)
Copyright © 2025. All rights reserved.