blob: afea56bfa910fd9fa5ab71465f4cf1f5db77e5d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
$Id$
@page Single_Threaded Test README File
This is a simple test to track memory usage of the executables
ie. size of task's code + data + stack space. This will not be run
in our daily builds. This will be used only to see the memory used
by the executables. This is just a start for more things to come.
*/
|