Hi!
I'm attempting to use perfetto on an embedded system and the clock I'm using to generate timestamps is 216MHz. It would be nice if I could emit timestamps as they are and not have to convert them to a 1GHz scale: it costs me one multiplication and one division, which could be more conveniently done on the analyzer side.
I see there is a unit_multiplier_ns field in the Clock proto message, but that's not enough, as I would have to set it at 200, and the error is too big.
Is it possible to add the possibility to specify a clock frequency field?
Thanks,
Mario