@Properties(inherit=cupti.class) public class CUpti_ActivitySynchronization2 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivitySynchronization2()
Default native constructor.
|
CUpti_ActivitySynchronization2(long size)
Native array allocator.
|
CUpti_ActivitySynchronization2(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
contextId()
The ID of the context for which the synchronization API is called.
|
CUpti_ActivitySynchronization2 |
contextId(int setter) |
int |
correlationId()
The correlation ID of the API to which this result is associated.
|
CUpti_ActivitySynchronization2 |
correlationId(int setter) |
int |
cudaEventId()
The event ID for which the synchronization API is called.
|
CUpti_ActivitySynchronization2 |
cudaEventId(int setter) |
long |
cudaEventSyncId()
A unique ID to associate event synchronization records
with the latest CUDA Event record.
|
CUpti_ActivitySynchronization2 |
cudaEventSyncId(long setter) |
long |
end()
The end timestamp for the function, in ns.
|
CUpti_ActivitySynchronization2 |
end(long setter) |
CUpti_ActivitySynchronization2 |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_SYNCHRONIZATION.
|
CUpti_ActivitySynchronization2 |
kind(int setter) |
int |
pad()
Undefined.
|
CUpti_ActivitySynchronization2 |
pad(int setter) |
CUpti_ActivitySynchronization2 |
position(long position) |
int |
returnValue()
The return value for the synchronization record.
|
CUpti_ActivitySynchronization2 |
returnValue(int setter) |
long |
start()
The start timestamp for the function, in ns.
|
CUpti_ActivitySynchronization2 |
start(long setter) |
int |
streamId()
The compute stream for which the synchronization API is called.
|
CUpti_ActivitySynchronization2 |
streamId(int setter) |
int |
type()
The type of record.
|
CUpti_ActivitySynchronization2 |
type(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_ActivitySynchronization2()
public CUpti_ActivitySynchronization2(long size)
Pointer.position(long).public CUpti_ActivitySynchronization2(Pointer p)
Pointer(Pointer).public CUpti_ActivitySynchronization2 position(long position)
public CUpti_ActivitySynchronization2 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivitySynchronization2 kind(int setter)
public CUpti_ActivitySynchronization2 type(int setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivitySynchronization2 start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivitySynchronization2 end(long setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivitySynchronization2 correlationId(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivitySynchronization2 contextId(int setter)
@Cast(value="uint32_t") public int streamId()
public CUpti_ActivitySynchronization2 streamId(int setter)
@Cast(value="uint32_t") public int cudaEventId()
public CUpti_ActivitySynchronization2 cudaEventId(int setter)
@Cast(value="uint64_t") public long cudaEventSyncId()
public CUpti_ActivitySynchronization2 cudaEventSyncId(long setter)
@Cast(value="uint32_t") public int returnValue()
public CUpti_ActivitySynchronization2 returnValue(int setter)
public CUpti_ActivitySynchronization2 pad(int setter)
Copyright © 2025. All rights reserved.