@Properties(inherit=cupti.class) public class CUpti_ActivityOverhead3 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityOverhead3()
Default native constructor.
|
CUpti_ActivityOverhead3(long size)
Native array allocator.
|
CUpti_ActivityOverhead3(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
correlationId()
The correlation ID of the overhead operation to which
records belong to.
|
CUpti_ActivityOverhead3 |
correlationId(int setter) |
long |
end()
The end timestamp for the overhead, in ns.
|
CUpti_ActivityOverhead3 |
end(long setter) |
CUpti_ActivityOverhead3 |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_OVERHEAD.
|
CUpti_ActivityOverhead3 |
kind(int setter) |
CUpti_ActivityObjectKindId |
objectId()
The identifier for the activity object.
|
CUpti_ActivityOverhead3 |
objectId(CUpti_ActivityObjectKindId setter) |
int |
objectKind()
The kind of activity object that the overhead is associated with.
|
CUpti_ActivityOverhead3 |
objectKind(int setter) |
Pointer |
overheadData()
Pointer to the struct with additional details about the overhead.
|
CUpti_ActivityOverhead3 |
overheadData(Pointer setter) |
int |
overheadKind()
The kind of overhead, CUPTI, DRIVER, COMPILER etc.
|
CUpti_ActivityOverhead3 |
overheadKind(int setter) |
CUpti_ActivityOverhead3 |
position(long position) |
int |
reserved0()
Reserved for internal use.
|
CUpti_ActivityOverhead3 |
reserved0(int setter) |
long |
start()
The start timestamp for the overhead, in ns.
|
CUpti_ActivityOverhead3 |
start(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, zeropublic CUpti_ActivityOverhead3()
public CUpti_ActivityOverhead3(long size)
Pointer.position(long).public CUpti_ActivityOverhead3(Pointer p)
Pointer(Pointer).public CUpti_ActivityOverhead3 position(long position)
public CUpti_ActivityOverhead3 getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityOverhead3 kind(int setter)
@Cast(value="CUpti_ActivityOverheadKind") public int overheadKind()
public CUpti_ActivityOverhead3 overheadKind(int setter)
@Cast(value="CUpti_ActivityObjectKind") public int objectKind()
public CUpti_ActivityOverhead3 objectKind(int setter)
@ByRef public CUpti_ActivityObjectKindId objectId()
public CUpti_ActivityOverhead3 objectId(CUpti_ActivityObjectKindId setter)
@Cast(value="uint64_t") public long start()
public CUpti_ActivityOverhead3 start(long setter)
@Cast(value="uint64_t") public long end()
public CUpti_ActivityOverhead3 end(long setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityOverhead3 correlationId(int setter)
public CUpti_ActivityOverhead3 reserved0(int setter)
public Pointer overheadData()
public CUpti_ActivityOverhead3 overheadData(Pointer setter)
Copyright © 2025. All rights reserved.