Loading a step file - debugging

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

P G's picture

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