[ANN] TerminalScope.jl - An interface for Profile, SnoopCompile, and Cthulhu
Julia Programming Language
[ANN] TerminalScope.jl - An interface for Profile, SnoopCompile, and Cthulhu
Hi everyone! I want to annound TerminalScope.jl, an interactive terminal user interface build using Tachikoma.jl (thanks @kahliburke!) to diagnose the performance of Julia code. It bundles four analyses under one macro: Runtime profile: where the time is spent, from the sampling profiler (using Profile); Allocation profile: where the memory is allocated, including what was allocated (using Profile); Inference profile: where the compiler spends its time inferring types (using SnoopCompile); In...
Hi everyone! I want to annound TerminalScope.jl, an interactive terminal user interface build using Tachikoma.jl (thanks @kahliburke!) to diagnose the performance of Julia code.…
0 comments
No comments yet.