mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0030901: Visualization - OSD_MemInfo moving memory computation out of the constructor
This commit is contained in:
@@ -763,7 +763,7 @@ static int dmeminfo (Draw_Interpretor& theDI,
|
||||
const char** theArgVec)
|
||||
{
|
||||
OSD_MemInfo aMemInfo;
|
||||
aMemTool.Update();
|
||||
aMemInfo.Update();
|
||||
if (theArgNb <= 1)
|
||||
{
|
||||
theDI << aMemInfo.ToString();
|
||||
|
Reference in New Issue
Block a user