//! A module containing tools to generate traces in the TraceEvent json format.
//!
//! See <https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview> for a specification of the format.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub type Microseconds = f64;
pub type Pid = usize;
pub type Tid = usize;