mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0027691: Remove dchrono from all test cases and move its to perf group
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
This commit is contained in:
@@ -199,6 +199,17 @@ void OSD_Chronometer::Reset ()
|
||||
Cumul_user = Cumul_sys = 0.;
|
||||
}
|
||||
|
||||
|
||||
//=======================================================================
|
||||
//function : Restart
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
void OSD_Chronometer::Restart ()
|
||||
{
|
||||
Stopped = Standard_True;
|
||||
Start();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : Stop
|
||||
//purpose :
|
||||
|
Reference in New Issue
Block a user