[all-commits] [llvm/llvm-project] 7e3b9a: [Timer] On macOS count number of executed instruct...

Alex Hoppen via All-commits all-commits at lists.llvm.org
Thu Feb 11 08:27:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e3b9aba609f7f6c944baa319f0a61041ccdc707
      https://github.com/llvm/llvm-project/commit/7e3b9aba609f7f6c944baa319f0a61041ccdc707
  Author: Alex Hoppen <alex at alexhoppen.de>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-store-check-profile-one-tu.cpp
    M llvm/CMakeLists.txt
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Support/Timer.h
    M llvm/lib/Support/Timer.cpp

  Log Message:
  -----------
  [Timer] On macOS count number of executed instructions

In addition to wall time etc. this should allow us to get less noisy
values for time measurements.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D96049




More information about the All-commits mailing list