commit | 2394bd0e16a97741cb958ee25691cea7275cfc5b | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Wed Aug 09 10:55:47 2023 +0100 |
committer | Primiano Tucci <primiano@google.com> | Wed Aug 09 10:55:47 2023 +0100 |
tree | bb82d13d196cb93ca6813b684a6ac5a2ac274ce0 | |
parent | fc215b9b6a0df329b099f37d6d40ab07d5ab8542 [diff] |
base: Make UUID more unique Increase the entropy of base::UUID. Using boot time as source of entropy is not enoug. If all traces are started around the same 1s window after startup, the probability of a collision approximates 90%. Change-Id: Id2ccfa3b5bdd21fa5d93c4cd63dc91c5a5e79138
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.