exprof
Profiler
A tool to profile and analyze Elixir code execution time
A simple code profiler for Elixir using eprof.
178 stars
1 watching
11 forks
Language: Elixir
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
parroty/excheck | A testing library for Elixir programming language | 316 |
pfirsich/jprof | A profiling library for Lua applications that allows developers to annotate their code with profiling zones and generate human-readable profiles. | 92 |
parroty/exprintf | A printf/sprintf library as a wrapper for Elixir's :io.format to simplify usage and conversion between its format string syntax and the language's standard input/output functions. | 33 |
obmarg/plug_fprof | A plug that integrates fprof tracing into web applications | 4 |
parroty/oauth2ex | An OAuth 2.0 client library for Elixir. | 56 |
parroty/exvcr | A library for recording and replaying HTTP interactions in Elixir | 732 |
javierhonduco/rbperf | A low-overhead profiler and tracer for Ruby applications | 119 |
gperfutils/gprof | A Java profiling tool that analyzes program execution time and provides detailed performance reports. | 33 |
proger/eflame | A tool for visualizing the performance of Erlang applications | 426 |
parca-dev/parca-agent | A tool for real-time profiling of running processes without modifying their source code or restarting them. | 563 |
hadley/lineprof | Visualizes performance of R code by profiling execution time at each line or function | 105 |
mpope9/exor_filter | An Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering | 31 |
pawurb/ecto_psql_extras | Provides performance insights into PostgreSQL databases used by Elixir applications. | 372 |
adsr/phpspy | A low-overhead sampling profiler for PHP that provides detailed performance information. | 1,438 |
expyriment/expyriment | A Python library designed to support the development of timing-critical experiments in cognitive science and neuroscience. | 115 |