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
|
This is a (1)static non-pod member in an (2) interface. Is it really a good idea? If we plan to have only one ctxkey, then maybe let's make it not bound to EventTracer?