Skip to content

A convenient interface for using Tracy from within Julia code

License

Notifications You must be signed in to change notification settings

topolarity/Tracy.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracy.jl

A flexible profiling tool for tracing Julia code, LLVM compilation, Garbage Collection, and more.

Tracing Julia code

Code you'd like to trace should be wrapped with @tracepoint

    @tracepoint "name" <expression>

Typically the expression will be a begin-end block:

    @tracepoint "data aggregation" begin
        # lots of compute here...
    end

About

A convenient interface for using Tracy from within Julia code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages