cudaEventElapsedTime Interface

interface

Computes the elapsed time between two events.


Called by

interface~~cudaeventelapsedtime~~CalledByGraph interface~cudaeventelapsedtime cudaEventElapsedTime proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->interface~cudaeventelapsedtime proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create_cuda transpose_plan_cuda%create_cuda proc~create_cuda->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create_cuda->proc~autotune_grid_decomposition proc~autotune_grid_decomposition->proc~autotune_grid

public function cudaEventElapsedTime(time, start, end) result(cudaError_t) bind(C, name="cudaEventElapsedTime")

Arguments

Type IntentOptional Attributes Name
real(kind=c_float) :: time

Elapsed time in milliseconds

type(cudaEvent), value :: start

Starting event

type(cudaEvent), value :: end

Ending event

Return Value integer(kind=c_int)

Returns cudaSuccess if the elapsed time was computed successfully, or an error code if there was an issue.