Skip to content

Instantly share code, notes, and snippets.

@dianaarnos
Last active February 2, 2021 13:56
Show Gist options
  • Save dianaarnos/66b538257ab778a2cda6949b19c3bc26 to your computer and use it in GitHub Desktop.
Save dianaarnos/66b538257ab778a2cda6949b19c3bc26 to your computer and use it in GitHub Desktop.
Profilers - ref

A Evolução de Profilers e Tracers na Netflix - Martin Spier - https://www.youtube.com/watch?v=cgtfkoUH_Hk
analysis tools for Linux ftrace and perf_events - https://github.com/brendangregg/perf-tools
Open source on-host performance monitoring framework - https://github.com/Netflix/vector
Webinar: PHP Profiling with Xdebug - https://www.youtube.com/watch?v=V5MYWBBAMA4
Fundamentals of Performance Profiling - https://smartbear.com/learn/code-profiling/fundamentals-of-performance-profiling/
Sampling profiler for PHP - https://github.com/nikic/sample_prof
phpspy - https://github.com/adsr/phpspy
Introduction to Software Engineering/Testing/Profiling - https://en.wikibooks.org/wiki/Introduction_to_Software_Engineering/Testing/Profiling
Profiling (computer programming) - https://en.wikipedia.org/wiki/Profiling_(computer_programming)
What Is Deterministic Profiling? - https://docs.python.org/3.5/library/profile.html#what-is-deterministic-profiling
Python Profiling : Deterministic vs Statistical Profilers - http://pramodkumbhar.com/2019/01/python-deterministic-vs-statistical-profilers/
Blackfire.io: Revealing Performance Secrets with Profiling - https://symfonycasts.com/screencast/blackfire
Xdebug: Profiling - http://xdebug.org/docs/profiler
Kcachegrind - https://kcachegrind.github.io/html/Home.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment