Write uptime in real time seconds for every mem profile record.
Uptime is useful to make more sense out of the profile,
compare random lines, etc.
Depends on D110153.
Paths
| Differential D110154
tsan: write uptime in mem profile ClosedPublic Authored by dvyukov on Sep 21 2021, 4:16 AM.
Details
Summary Write uptime in real time seconds for every mem profile record. Depends on D110153.
Diff Detail
Event Timelinevitalybuka added inline comments.
This revision is now accepted and ready to land.Sep 21 2021, 1:24 PM
This revision was landed with ongoing or failed builds.Sep 22 2021, 1:20 AM Closed by commit rG0ee77d6db355: tsan: write uptime in mem profile (authored by dvyukov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374151 compiler-rt/lib/tsan/rtl/tsan_platform.h
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
compiler-rt/lib/tsan/rtl/tsan_platform_windows.cpp
compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
|
This is floor(seconds), is it of sufficient granularity?