commit | b3a389d5c75278a6434e09e52cdefcc6fd65fba6 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Mon Jul 10 11:03:17 2023 +0100 |
committer | Steve Golton <stevegolton@google.com> | Mon Jul 10 13:13:12 2023 +0000 |
tree | f5edcbee8c8efe5409808007d80a25559a18fafe | |
parent | a3f3fe8d3ecd8a59e225da8aebfb2f93ec224e60 [diff] |
Time & Duration refactor. - Rename `TPTime` type to `time`. - Rename `TPDuration` type to `duration`. - Remove `TPTimestamp` type (in favour of `time`). - Brand `time` type. - Add `Time` and `Duration` static classes for functions that operate on time and duration types. - Remove free functions like `toNs` and `fromNs`. Change-Id: I7651b97e44ded76d23fe2f566da10690e80c47be
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.