1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

Foundation Classes - Return value is overridden by OCCT #528

- Removed OSD_PerfMeter.h and integrated its functionality directly into OSD_PerfMeter.hxx.
- Updated OSD_PerfMeter to manage stopwatches through a singleton StopwatchStorage class.
- Enhanced meter initialization and management to support shared meters by name.
- Implemented methods for starting, stopping, and printing elapsed time for performance meters.
- Added OSD_PerfMeter_Test.cxx to implement unit tests for OSD_PerfMeter functionality.
- Test bug23237 is delete as it refers to removed code.
This commit is contained in:
Dmitrii Kulikov
2025-05-15 15:21:52 +01:00
committed by GitHub
parent e82126db69
commit 66d2a06b5a
10 changed files with 956 additions and 1033 deletions

View File

@@ -1,11 +0,0 @@
puts "============"
puts "CR23237"
puts "==========="
puts ""
################################################
# Bug in OSD_PerfMeter
################################################
pload QAcommands
OCC23237