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:
@@ -1,11 +0,0 @@
|
||||
puts "============"
|
||||
puts "CR23237"
|
||||
puts "==========="
|
||||
puts ""
|
||||
################################################
|
||||
# Bug in OSD_PerfMeter
|
||||
################################################
|
||||
|
||||
pload QAcommands
|
||||
|
||||
OCC23237
|
Reference in New Issue
Block a user