Skip to content
Snippets Groups Projects
  1. Sep 27, 2021
    • Florian Fischer's avatar
      [log] improve timestamp scalability and increase LogBuffer size · 442ead84
      Florian Fischer authored
      std::localtime takes a global lock and is therefore not scalable and
      inapplicable for analyzing timing sensible bugs.
      Introduce a new option to add UTC timestamps. This allows on my system
      to double the CPU load while using mmapped logging.
      
      Also increase the LogBuffer size from 1MB to 1GB because I had some
      crashes where a renewed buffer was still used.
      442ead84
  2. Aug 19, 2021
  3. Aug 09, 2021
  4. Feb 02, 2021
  5. Jan 13, 2021
  6. Nov 17, 2020
  7. Nov 05, 2020
Loading