23 Jul 24

For the longest time, I thought Instruments on macOS wasn’t for me. Whenever I saw its icon show up in the /Applications folder or pop up in a launcher, I assumed it’s part of Xcode and Xcode is an IDE for Objective-C and Swift programmers and that’s not what I do and that’s why Instruments isn’t for me.

by chrisSt 1 year ago saved 2 times

27 Sep 23

Continuous Profiling for Every Codebase

Polar Signals is a continuous profiling project for applications and infrastructure. It helps you save money, improve performance and understand incidents better.

by piranha 2 years ago

02 Mar 21

Author describes how he was able to trace the long load times of GTA online to a bottleneck in the parsing of a JSON payload and patch the DLL to speed it up.

by mlb 5 years ago

18 May 09

ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the “best” options for compiling programs with the GNU Compiler Collection (GCC) C and C++ compilers. “Best”, in this context, is defined as those options that produce the fastest executable program from a given source code. Acovea is a C++ framework that can be extended to test other programming languages and non-GCC compilers.

by pyrho 16 years ago

27 Mar 09

Dowser is a CherryPy application that displays sparklines of Python object counts, and allows you to trace their referents. This helps you track memory usage and leaks in any Python program, but especially CherryPy sites.

by piranha 17 years ago

11 Mar 09

RunSnakeRun is a small GUI utility that allows you to view (Python) cProfile or Profile profiler dumps in a sortable GUI view. It allows you to explore the profiler information using a “square map” visualization or sortable tables of data.

by piranha 17 years ago saved 2 times