]> OCCT Git - occt.git/commit
Coding, PerfMeter - Use NCollection_DataMap and TCollection_AsciiString (#774)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 29 Oct 2025 08:48:47 +0000 (08:48 +0000)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 08:48:47 +0000 (08:48 +0000)
commitcd3fc871300d60e89c526f3e3a09159f7eca48b3
tree121c7176de0b3511401f3d002aa083bfe1ec8127
parent44110e06b9d6c75fe98bd1329749655fb671a1f5
Coding, PerfMeter - Use NCollection_DataMap and TCollection_AsciiString (#774)

- Replace std::unordered_map<std::string, Stopwatch> with NCollection_DataMap<TCollection_AsciiString, Stopwatch>
- Update all method signatures to use TCollection_AsciiString instead of std::string
- Replace STL map operations with OCCT equivalents (Bind/Seek/ChangeSeek/IsBound/UnBind/Clear)
src/FoundationClasses/TKernel/OSD/OSD_PerfMeter.cxx