DiscussionsIssue archiveOther usage issues

Archived discussion

Loading a step file - debugging

Other usage issuesFri, 07/23/2010 - 15:541 reply

Browse this forum
QuestionAuthor

Hello all,

While reading STEP file's, how to use this flag
CHRONOMESURE ?

Located in source file (StepFile/StepFile.cxx)

#ifdef CHRONOMESURE
Standard_Integer n ;
OSD_Timer c ;
c.Reset () ;
c.Start();
sout #endif

#ifdef CHRONOMESURE
sout c.Show();
sout NbRecords () " records (entities,sub-lists,scopes), " #endif

pl. guide

- PG

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

In continuation to that, how to remove the DEBUG statements while importing/readisn STEP file's ?
Are this messages echoed/dumped on to console in DEBUG mode ?

regards

- PG