memory_20usage_20monitor
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
memory_20usage_20monitor [2018/03/31 13:19] – external edit 127.0.0.1 | memory_20usage_20monitor [2024/01/05 00:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
//by Richard Russell, May 2007//\\ \\ **//This facility is now more conveniently available as an [[/ | //by Richard Russell, May 2007//\\ \\ **//This facility is now more conveniently available as an [[/ | ||
+ | <code bb4w> | ||
ON TIME PROCmonitor : RETURN | ON TIME PROCmonitor : RETURN | ||
+ | </ | ||
This assumes you don't already have an **ON TIME** interrupt; if you do, add **PROCmonitor** to the code executed in the interrupt routine.\\ \\ The values reported by **PROCmonitor** are as follows:\\ \\ | This assumes you don't already have an **ON TIME** interrupt; if you do, add **PROCmonitor** to the code executed in the interrupt routine.\\ \\ The values reported by **PROCmonitor** are as follows:\\ \\ | ||
Line 11: | Line 13: | ||
* Free heap/stack: the amount of memory available for growth of the heap and stack (without needing to increase the value of [[http:// | * Free heap/stack: the amount of memory available for growth of the heap and stack (without needing to increase the value of [[http:// | ||
\\ In each case the memory size is given in bytes. Note that in normal circumstances **heap** usage will never decrease (there are exceptions such as use of the [[http:// | \\ In each case the memory size is given in bytes. Note that in normal circumstances **heap** usage will never decrease (there are exceptions such as use of the [[http:// | ||
+ | <code bb4w> | ||
DEF PROCmonitor | DEF PROCmonitor | ||
PRIVATE D%, L% | PRIVATE D%, L% | ||
Line 50: | Line 53: | ||
L% = FALSE | L% = FALSE | ||
ENDPROC | ENDPROC | ||
+ | </ |
memory_20usage_20monitor.1522502369.txt.gz · Last modified: 2024/01/05 00:17 (external edit)