1
0
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:
ski
2017-01-19 16:31:17 +03:00
committed by apn
parent 810b672ff3
commit 44fae8b193
165 changed files with 1267 additions and 2770 deletions

View File

@@ -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 :