@Properties(inherit=cupti.class) public class CUpti_ActivitySynchronization extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivitySynchronization()
Default native constructor.
|
CUpti_ActivitySynchronization(long size)
Native array allocator.
|
CUpti_ActivitySynchronization(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_ActivitySynchronization |
contextId(int setter) |
int |
correlationId()
The correlation ID of the API to which this result is associated.
|
CUpti_ActivitySynchronization |
correlationId(int setter) |
int |
cudaEventId()
The event ID for which the synchronization API is called.
|
CUpti_ActivitySynchronization |
cudaEventId(int setter) |
long |
end()
The end timestamp for the function, in ns.
|
CUpti_ActivitySynchronization |
end(long setter) |
CUpti_ActivitySynchronization |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_SYNCHRONIZATION.
|
CUpti_ActivitySynchronization |
kind(int setter) |
CUpti_ActivitySynchronization |
position(long position) |
long |
start()
The start timestamp for the function, in ns.
|
CUpti_ActivitySynchronization |
start(long setter) |
int |
streamId()
The compute stream for which the synchronization API is called.
|
CUpti_ActivitySynchronization |
streamId(int setter) |
int |
type()
The type of record.
|
CUpti_ActivitySynchronization |
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_ActivitySynchronization()
public CUpti_ActivitySynchronization(long size)
Pointer.position(long).public CUpti_ActivitySynchronization(Pointer p)
Pointer(Pointer).public CUpti_ActivitySynchronization position(long position)
public CUpti_ActivitySynchronization getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivitySynchronization kind(int setter)
public CUpti_ActivitySynchronization type(int setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivitySynchronization start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivitySynchronization end(long setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivitySynchronization correlationId(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivitySynchronization contextId(int setter)
@Cast(value="uint32_t") public int streamId()
public CUpti_ActivitySynchronization streamId(int setter)
@Cast(value="uint32_t") public int cudaEventId()
public CUpti_ActivitySynchronization cudaEventId(int setter)
Copyright © 2024. All rights reserved.