occt: master 67a1064e

Author Committer Branch Timestamp Parent
omy omy master 2013-04-12 09:21:13 master 38da19bd
Affected Issues  0023818: Extend OSD_MemInfo to report C heap statistics
Changeset 0023818: Extend OSD_MemInfo to report C heap statistics
A new counter MemHeapUsage was added to OSD_MemInfo class to examine program heap size
DRAW command meminfo got new option -h (--heap ) to use new counter data
The following testcases were changed to use new option -h of DRAW command meminfo
myCounters[MemHeapUsage] now will always be refilled every time the OSD_MemInfo::Update() function is called.
Fixed testcases to use meminfo -h instead of meminfo -w to detect memory leaks more properly.
mod - src/Draw/Draw_BasicCommands.cxx Diff File
mod - src/OSD/OSD_MemInfo.cxx Diff File
mod - src/OSD/OSD_MemInfo.hxx Diff File
mod - tests/bugs/begin Diff File
mod - tests/bugs/caf/buc60921 Diff File
mod - tests/bugs/caf/bug114 Diff File
mod - tests/bugs/caf/bug23489 Diff File
mod - tests/bugs/fclasses/bug22611 Diff File
mod - tests/bugs/fclasses/bug7287_1 Diff File
mod - tests/bugs/fclasses/bug7287_2 Diff File
mod - tests/bugs/fclasses/bug7287_3 Diff File
mod - tests/bugs/fclasses/bug7287_4 Diff File
mod - tests/bugs/fclasses/bug7287_5 Diff File
mod - tests/bugs/fclasses/bug7287_6 Diff File
mod - tests/bugs/moddata_1/bug145 Diff File
mod - tests/bugs/moddata_1/bug20627 Diff File
mod - tests/bugs/moddata_2/bug277 Diff File
mod - tests/bugs/moddata_3/bug162 Diff File
mod - tests/bugs/vis/bug172 Diff File
mod - tests/bugs/vis/bug5682 Diff File
mod - tests/bugs/vis/bug79 Diff File