Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raulriera/MemPool-Module
- Owner: raulriera
- Created: 2011-07-23T15:23:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-19T13:13:51.000Z (almost 12 years ago)
- Last Synced: 2024-07-16T05:39:34.899Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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