@Namespace(value="cv::cuda") @NoOffset @Properties(inherit=opencv_core.class) public class Event extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
Event.Impl |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
BLOCKING_SYNC
enum cv::cuda::Event::CreateFlags
|
static int |
DEFAULT
enum cv::cuda::Event::CreateFlags
|
static int |
DISABLE_TIMING
enum cv::cuda::Event::CreateFlags
|
static int |
INTERPROCESS
enum cv::cuda::Event::CreateFlags
|
Constructor and Description |
---|
Event() |
Event(int flags) |
Event(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static float |
elapsedTime(Event start,
Event end)
computes the elapsed time between events
|
boolean |
queryIfComplete()
queries an event's status
|
void |
record() |
void |
record(Stream stream)
records an event
|
void |
waitForCompletion()
waits for an event to complete
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public static final int DEFAULT
public static final int BLOCKING_SYNC
public static final int DISABLE_TIMING
public static final int INTERPROCESS
public Event(Pointer p)
Pointer.Pointer(Pointer)
.public Event()
Copyright © 2020. All rights reserved.