pub fn init()Expand description
This function can be called during initialization.
Its current purpose is to establish reference time,
relative to which all events will be timestamped and
to emit Reset packet. This packet can be used by
trace stream capture tool to start a new trace. It
is possible to call init multiple times during execution
to logically separate the trace into several parts.