Reland "[scudo] Add a Timer class to assist performance measurement"
authorChia-hung Duan <chiahungduan@google.com>
Fri, 24 Mar 2023 22:54:41 +0000 (22:54 +0000)
committerChia-hung Duan <chiahungduan@google.com>
Mon, 3 Apr 2023 22:47:59 +0000 (22:47 +0000)
commit4dc3bcf0124aba07f885025c903c12f6c4124187
treedd37155a8ec7dec137ddf68a1867f9c494cf0315
parent65f379411180a365889f48237fb1780f2c55a47a
Reland "[scudo] Add a Timer class to assist performance measurement"

This reverts commit 2e9bcadb7c8acaa8f6ec7d807e5666246923e468.

Differential Revision: https://reviews.llvm.org/D146772
compiler-rt/lib/scudo/standalone/CMakeLists.txt
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
compiler-rt/lib/scudo/standalone/tests/timing_test.cpp [new file with mode: 0644]
compiler-rt/lib/scudo/standalone/timing.cpp [new file with mode: 0644]
compiler-rt/lib/scudo/standalone/timing.h [new file with mode: 0644]