
Memory Optimizer by Andy
An add-on to Optimize Memory easily and perform Free memory operations without visiting about:memory. The best Memory Optimizer!
OmniObjectMeter is an essential part of any Mac OS X developer's toolbox: a tool that makes it easy for Cocoa and Unix developers to find and fix memory leaks...
omniobjectmeter is an essential part of any mac os x developer's toolbox: a tool that makes it easy for cocoa and unix developers to find and fix memory leaks, excessive allocation operations, "zombies", prematurely deallocated objects, and other performance issues. the end product is faster and more robust applications.
key features
1. time well spent
rather than searching through the thousands of objects and allocation events in a program, you can use omniobjectmeter to quickly seek and destroy problematic code. spend your time optimizing memory usage, cpu utilization, and fixing problems (rather than looking for them).
2. zombie detection with brains
omniobjectmeter integrates nicely with the builtin cocoa support to detect socalled 'zombie' objects: flip a switch in omniobjectmeter and you can detect the first message to a zombie object. then, just look at the allocation event history for that object to determine why the object was prematurely deallocated.
3. spot leaks
omniobjectmeter shows allocated blocks, allocation events for each block, and the stack trace responsible for each allocation event. in the case of cocoa or corefoundation objects, omniobjectmeter also allows you to easily match retain events with their corresponding release events. spot any extra retain events left unmatched and easily find the leak.
Discontinued memory-optimization