| Code-Review | +1 |
ThreadTicks thread_timestamp() const { return thread_timestamp_; }Interesting, I hadn't realized we don't store the thread timestamps into the perfetto events. Might be an oversight. But then again, nobody is complaining about the lack of these timestamps and it might be a way to entice more embedders to adopt Perfetto directly.. 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ThreadTicks thread_timestamp() const { return thread_timestamp_; }Interesting, I hadn't realized we don't store the thread timestamps into the perfetto events. Might be an oversight. But then again, nobody is complaining about the lack of these timestamps and it might be a way to entice more embedders to adopt Perfetto directly.. 😊
https://crrev.com/1394571 deleted the last caller.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ThreadTicks thread_timestamp() const { return thread_timestamp_; }Lei ZhangInteresting, I hadn't realized we don't store the thread timestamps into the perfetto events. Might be an oversight. But then again, nobody is complaining about the lack of these timestamps and it might be a way to entice more embedders to adopt Perfetto directly.. 😊
https://crrev.com/1394571 deleted the last caller.
Makes sense -- Specifically, I was expecting this to be called from https://source.chromium.org/chromium/chromium/src/+/main:base/trace_event/trace_log.cc;drc=0980e70815a5a899d1b799c404efee74c4495a63;l=140 -- but it's not and hasn't been. (In any case, this should only affect embedders like angle)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove unused code from base::trace_event::TraceEvent
Transitively remove a bunch of unused tracing code.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |