Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulriera/MemPool-Module

MemPool is a module created to simplify the debugging of application performance in Appcelerator's Titanium
https://github.com/raulriera/MemPool-Module

Last synced: 3 months ago
JSON representation

MemPool is a module created to simplify the debugging of application performance in Appcelerator's Titanium

Awesome Lists containing this project

README

        

# What is it?:

MemPool is a module created to simplify the debugging of application performance in Appcelerator's Titanium

# Usage:

This module is pretty simple to use, you just need to create the MemoryPool object like so

var memoryPool = new MemoryPool();

And that is it, now you can use the following functions to help develop or improve the performance of your applications

showMemoryUsage(); // shows a message on the top of the screen with the current memory usage
hideMemoryUsage(); // hides the message that displays the current memory usage
clean(object); // pass in the object (or array of objects) that you want to clear from memory

# About:

Created by Raul Riera, http://raulriera.com

The code is a modified version of

https://github.com/pec1985/Single-Context
http://developer.appcelerator.com/question/116867/this-is-a-solution-to-your-memory-woes