Skip to content

JuliaPerf/AMDuProf.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMDuProf.jl

Julia interface for the AMDuProf Application programming Interfaces

Collection control

When actually using AMDuProf tools to profile your application, it's recommended to start the profiler in paused mode, and use AMDuPerf.jl to only instrument the parts of your code that you are interested in. This can be done as follows:

using AMDuProf

# warm-up, compile code, etc

AMDuProf.resume()
# do interesting things here
AMDuProf.pause()

# convenience macro for the above:
AMDuProf.@collect begin
    # ...
end

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages