commit | 2f7ebc0289be3f569b2249f442b4f60c3049f27d | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Aug 22 13:45:48 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Aug 22 13:45:48 2023 +0100 |
tree | 168c2445207b5a02621c867d3197ed5b720df97d | |
parent | 34da3ecfde036c033cc1d741f544c2155b7bb41c [diff] |
tp: allow conversion from int to double in runtime tables It's not uncommon for tables to queries which populate tables to start off containing ints and then switch to doubles or vice versa. Account for this case by adding code which converts ints to doubles if there is a mixed column containing both. Still ensure that all ints are abs(i) <= 2^53 as this is the maximum number densely representible by doubles Bug: 296599532 Change-Id: I816202c464a0b99cd02b8b5ddb3c4b372fabed10
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.