EventTracer interface now contains two methods:
- spanEvent for events that have duration,
- instant for events that are instant.
Differential D40489
[clangd] Changed tracing interfaces ilya-biryukov on Nov 27 2017, 4:53 AM. Authored by
Details EventTracer interface now contains two methods:
Diff Detail
Event Timeline
Comment Actions
|
just call this begin?
Otherwise style is beginEvent I think