A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__PROFILER.html below:

CUDA Runtime API :: CUDA Toolkit Documentation

6.35. Profiler Control

This section describes the profiler control functions of the CUDA runtime application programming interface.

__host__ ​cudaError_t cudaProfilerStart ( void )
Enable profiling.
__host__ ​cudaError_t cudaProfilerStop ( void )
Disable profiling.
Functions
__host__ ​cudaError_t cudaProfilerStart ( void )

Enable profiling.

Enables profile collection by the active profiling tool for the current context. If profiling is already enabled, then cudaProfilerStart() has no effect.

cudaProfilerStart and cudaProfilerStop APIs are used to programmatically control the profiling granularity by allowing profiling to be done only on selective pieces of code.

Note:

Note that this function may also return error codes from previous, asynchronous launches.

See also:

cudaProfilerStop, cuProfilerStart

__host__ ​cudaError_t cudaProfilerStop ( void )

Disable profiling.

Disables profile collection by the active profiling tool for the current context. If profiling is already disabled, then cudaProfilerStop() has no effect.

cudaProfilerStart and cudaProfilerStop APIs are used to programmatically control the profiling granularity by allowing profiling to be done only on selective pieces of code.

Note:

Note that this function may also return error codes from previous, asynchronous launches.

See also:

cudaProfilerStart, cuProfilerStop


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4