VirtualTam's bookmarks
23 bookmarks found
-
- PerformanceNinja video courses playlist
- dendibakh/perf-ninja - An online course where you can learn and master the skill of low-level performance analysis and tuning
- grahamking/perf-ninja-rs - Rust labs for Performance Ninja Class
-
- Rust Performance 101 in 5 Minutes
- https://www.jibbow.com/posts/criterion-flamegraphs/
- https://www.notamonadtutorial.com/benchmarking-and-analyzing-rust-performance-with-criterion-and-iai/
- https://github.com/bheisler/criterion.rs
- https://github.com/bheisler/criterion.rs/issues/97 - Compare memory usage
- https://github.com/bheisler/iai
- https://github.com/tikv/pprof-rs
- https://github.com/KDE/heaptrack
-
-
-
- https://github.com/CoatiSoftware/Sourcetrail
- https://www.sourcetrail.com/blog/why_working_on_chrom_made_me_develop_a_tool_for_reading_source_code/
- https://www.sourcetrail.com/blog/media/prototype_one/
- https://www.sourcetrail.com/blog/media/prototype_two/
- https://developers.google.com/web/updates/2013/02/Profiling-Long-Paint-Times-with-DevTools-Continuous-Painting-Mode
-
Xdebug - Debugger and Profiler Tool for PHP
2018-05-10 - https://xdebug.org/docs/
- https://xdebug.org/docs/profiler
- https://stackoverflow.com/questions/21133/simplest-way-to-profile-a-php-script
- http://nickology.com/2014/04/16/view-xdebug-cachegrind-files-on-mac-os/
- https://stackoverflow.com/questions/33094913/how-do-i-read-the-ui-of-qcachegrind
- https://github.com/jokkedk/webgrind
- https://pecl.php.net/package/xhprof
- https://tideways.com/profiler/xhprof-for-php7
- https://github.com/humanmade/query-monitor-flamegraph
-
Profiling Go ⋆ Mark McDonnell
2017-11-06 -
Heaptrack v1.0.0 Release - KDAB
2017-03-06 -
maven - How to list all activated profiles in mvn in a multimodule project - Stack Overflow
2016-12-01 $ mvn help:all-profiles $ mvn help:active-profiles $ mvn help:active-profiles -P profile1 -P profile2