Skip to content

Latest commit

 

History

History
123 lines (105 loc) · 6.06 KB

profiler.md

File metadata and controls

123 lines (105 loc) · 6.06 KB

Bookmarks tagged [profiler]

https://github.com/idealo/mongodb-slow-operations-profiler

This java web application collects and stores slow operations from one or more mongoDB system(s) in order to visualize and analyze them.


https://github.com/exaspark/batch-loader

⚡ Powerful tool to avoid N+1 DB or HTTP queries - exAspArk/batch-loader


https://github.com/evanphx/benchmark-ips

Provides iteration per second benchmarking for Ruby.


https://github.com/flyerhzm/bullet

Help to kill N+1 queries and unused eager loading.


https://github.com/schneems/derailed_benchmarks

A series of things you can use to benchmark any Rack based app.


https://github.com/peek/peek

Visual status bar showing Rails performance.


https://github.com/tmm1/perftools.rb

gperftools (formerly known as google-perftools) for Ruby code.


https://github.com/MiniProfiler/rack-mini-profiler

Profiler for your development and production Ruby rack apps.


https://github.com/code-mancers/rbkit

profiler for Ruby. With a GUI.


https://github.com/rbspy/rbspy

Sampling profiler for any Ruby process.


https://github.com/ruby-prof/ruby-prof

A code profiler for MRI rubies.


https://github.com/rkern/line_profiler

Line-by-line profiling.


https://github.com/fabianp/memory_profiler

Monitor Memory usage of Python code.


https://github.com/what-studio/profiling

An interactive Python profiler.


https://github.com/benfred/py-spy

A sampling profiler for Python programs. Written in Rust.


https://github.com/uber/pyflame

A ptracing profiler For Python.


https://github.com/nvdv/vprof

Visual Python profiler.