Provides a struct to hold CPU data.
##Examples
iex> d = %TimeStat{cpu: 0, user: "SomeUser"} ...> d.user "SomeUser"