wxLeakyBin: Zooming memory usage viewer for leak detection (V 1.0)

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
CJS
Earned a small fee
Earned a small fee
Posts: 17
Joined: Thu Jan 28, 2016 8:21 am

wxLeakyBin: Zooming memory usage viewer for leak detection (V 1.0)

Post by CJS »

wxLeakyBin allows you to view memory usage and zoom in to see memory usage changes in fine detail (freeware).

The ability to view system or individual process memory usage at a magnified scale factor, including the option to view
commit charge, is useful to detect even small memory leaks that are too small to show up on the regular Task Manager.

You can measure memory changes as differences between levels using markers on the graph, and assess rates of change of memory usage
by reading off the slope of a linear regression line fitted to a configurable number of the most recent samples.

Update speeds can be set between 1s and 100ms, and the 200ms and 100ms update rates are faster than the fastest available
in regular Task Manager (500ms).

Grid spacings are clearly shown so that you can estimate the range and timing of levels on the graph.

Created using wxWidgets 3.0.2 with 32 bit and 64 bit Windows builds, targeting Windows 7, Windows 10, Windows Server 2008 R2 and later.

Download from web site, or follow the link to study the help files at:
http://ccgi.cjseymour.plus.com/software.htm
Post Reply