Releases: simbleau/nvtx
Releases · simbleau/nvtx
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
Added
- Nothing
Changed
- range_push
Therange_push(&str)function was changed torange_push!(...)which uses argument format capturing similar to theprintln!(...)macro. This is a breaking change. - range_pop
Therange_pop()function was changed torange_push!(). This is a breaking change. - mark
Themark(&str)function was changed tomark!(...)which uses argument format capturing similar to theprintln!(...)macro. This is a breaking change.
Fixed
- Nothing
v0.2.0
Added
- Feature
Users can use the methodmark(&str)to wrap the canonicalnvtxMarkA(const *char)from NVTX. - Example
Added an example which uses marks. - Example
Added an example which uses thread ranges.
Changed
- Hello, World!
Changed the structure of the example to hold its own folder and README.
Fixed
- Nothing