lineprof
Line profiler
Visualizes performance of R code by profiling execution time at each line or function
Visualise line profiling results in R
105 stars
10 watching
19 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peek/peek-rblineprof | An inspection tool that analyzes the performance of specific parts of a Ruby on Rails application | 236 |
tmm1/rblineprof | A line profiler for Ruby programming language | 771 |
r-lib/profvis | A tool for visualizing R profiling data | 305 |
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 90 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
javierhonduco/rbperf | A low-overhead profiler and tracer for Ruby applications | 119 |
r-kan/semile | Provides an integrated profiling framework for C and Python programs with minimal runtime overhead. | 92 |
parroty/exprof | A tool to profile and analyze Elixir code execution time | 179 |
coderplay/perfj | A wrapper that enables profiling of Java programs using Linux perf's system profiler capabilities | 352 |
aartaka/trivial-time | A utility for measuring execution time and profiling in Common Lisp code | 5 |
codemancers/rbkit | A Ruby profiling tool with a GUI that profiles Ruby processes and sends data to a client for analysis. | 358 |
temporal/tracer | Provides a tracing profiler for Common Lisp applications to collect detailed information on function calls and execution sequences. | 54 |
becheran/roumon | A tool to monitor and analyze the performance of concurrent programs in real-time. | 188 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 80 |
ruby-prof/ruby-prof | A tool to analyze and understand the performance of Ruby applications | 2,004 |