Skip to content

armadillu/ofxMemStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#include "MemStats.h"

MemStats::printMemStats();


and you get mem stats on stdout

== HEAP STATS =========================================================
BaseAppDebug(59693,0x7fff7cdd5310) malloc: 
Bytes > total: 325MB, used: 138MB, free: 187MB
Chunks > used: 2714042 free: 0
=======================================================================

#Notes

Probably osx / linux only; only tested on OSX.

About

print mem stats in one single call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages