Skip to content

Reduce dynamic allocation in GaudiKernel/Time.h

Olli Lupton requested to merge olupton/Gaudi:olupton_Time into master

This changes one argument type to std::string_view to avoid dynamic allocation. Previously a string was allocated for an assert message even when the assert did not fail.

(I happened to spot it in VTune)

Merge request reports