Improve docs in some places

Change-Id: If31e84fbf0c8595ca72edb842dce7ce47783579b


[ROCm/clr commit: 9db93a1b96]
This commit is contained in:
Ben Sander
2016-11-23 08:14:42 -06:00
parent 2e63b780f4
commit e2f024fc55
3 changed files with 210 additions and 1 deletions
@@ -1761,6 +1761,7 @@ hipError_t hipModuleLaunchKernel(hipFunction_t f,
// TODO - expand descriptions:
/**
* @brief Start recording of profiling information
* When using this API, start the profiler with profiling disabled. (--startdisabled)
* @warning : hipProfilerStart API is under development.
*/
hipError_t hipProfilerStart();
@@ -1768,6 +1769,7 @@ hipError_t hipProfilerStart();
/**
* @brief Stop recording of profiling information.
* When using this API, start the profiler with profiling disabled. (--startdisabled)
* @warning : hipProfilerStop API is under development.
*/
hipError_t hipProfilerStop();