| Package | Description |
|---|---|
| org.bytedeco.cuda.cupti | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUpti_EventGroup |
CUpti_EventGroupSet.eventGroups()
An array of \p numEventGroups event groups.
|
| Modifier and Type | Method and Description |
|---|---|
CUpti_EventGroupSet |
CUpti_EventGroupSet.eventGroups(CUpti_EventGroup setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cupti.cuptiEventGroupAddEvent(CUpti_EventGroup eventGroup,
int event)
\brief Add an event to an event group.
|
static int |
cupti.cuptiEventGroupCreate(CUctx_st context,
CUpti_EventGroup eventGroup,
int flags)
\brief Create a new event group for a context.
|
static int |
cupti.cuptiEventGroupDestroy(CUpti_EventGroup eventGroup)
\brief Destroy an event group.
|
static int |
cupti.cuptiEventGroupDisable(CUpti_EventGroup eventGroup)
\brief Disable an event group.
|
static int |
cupti.cuptiEventGroupEnable(CUpti_EventGroup eventGroup)
\brief Enable an event group.
|
static int |
cupti.cuptiEventGroupGetAttribute(CUpti_EventGroup eventGroup,
int attrib,
SizeTPointer valueSize,
Pointer value)
\brief Read an event group attribute.
|
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
long[] eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
int[] eventIdArray,
SizeTPointer numEventIdsRead) |
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
long[] eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
IntPointer eventIdArray,
SizeTPointer numEventIdsRead) |
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
LongBuffer eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
int[] eventIdArray,
SizeTPointer numEventIdsRead) |
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
LongBuffer eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
IntPointer eventIdArray,
SizeTPointer numEventIdsRead) |
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
LongPointer eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
int[] eventIdArray,
SizeTPointer numEventIdsRead) |
static int |
cupti.cuptiEventGroupReadAllEvents(CUpti_EventGroup eventGroup,
int flags,
SizeTPointer eventValueBufferSizeBytes,
LongPointer eventValueBuffer,
SizeTPointer eventIdArraySizeBytes,
IntPointer eventIdArray,
SizeTPointer numEventIdsRead)
\brief Read the values for all the events in an event group.
|
static int |
cupti.cuptiEventGroupReadEvent(CUpti_EventGroup eventGroup,
int flags,
int event,
SizeTPointer eventValueBufferSizeBytes,
long[] eventValueBuffer) |
static int |
cupti.cuptiEventGroupReadEvent(CUpti_EventGroup eventGroup,
int flags,
int event,
SizeTPointer eventValueBufferSizeBytes,
LongBuffer eventValueBuffer) |
static int |
cupti.cuptiEventGroupReadEvent(CUpti_EventGroup eventGroup,
int flags,
int event,
SizeTPointer eventValueBufferSizeBytes,
LongPointer eventValueBuffer)
\brief Read the value for an event in an event group.
|
static int |
cupti.cuptiEventGroupRemoveAllEvents(CUpti_EventGroup eventGroup)
\brief Remove all events from an event group.
|
static int |
cupti.cuptiEventGroupRemoveEvent(CUpti_EventGroup eventGroup,
int event)
\brief Remove an event from an event group.
|
static int |
cupti.cuptiEventGroupResetAllEvents(CUpti_EventGroup eventGroup)
\brief Zero all the event counts in an event group.
|
static int |
cupti.cuptiEventGroupSetAttribute(CUpti_EventGroup eventGroup,
int attrib,
long valueSize,
Pointer value)
\brief Write an event group attribute.
|
Copyright © 2025. All rights reserved.