# Packages
No description provided by the author
# Functions
Deserialize takes some Flatbuffer serialized bytes and deserializes them as cpuutil.CPUUtil.
Get returns the current cpu utilization as Flatbuffer serialized bytes using the package's global Profiler.
Initializes and returns a cpu utilization profiler that uses FlatBuffers.
NewTicker returns a new Ticker containing a Data channel that delivers the data at intervals and an error channel that delivers any errors encountered.
Serialize the CPU Utilization using the package global Profiler.