Update roctracer_spec.md

[ROCm/roctracer commit: e3e0ca8ae6]
This commit is contained in:
eshcherb
2020-01-11 05:44:06 -06:00
committed by GitHub
parent 00a2a2e10d
commit 7c9e4b0cf0
+1 -1
View File
@@ -730,7 +730,7 @@ void stop_tracing() {
```
## 5. rocTX application code annotation API
```
Basic API: markers and nested ranges.
Basic annotation API: markers and nested ranges.
// A marker created by given ASCII massage
void roctxMark(const char* message);