CpuSamplesEvent constructor
Implementation
CpuSamplesEvent({
  this.samplePeriod,
  this.maxStackDepth,
  this.sampleCount,
  this.timeOriginMicros,
  this.timeExtentMicros,
  this.pid,
  this.functions,
  this.samples,
});CpuSamplesEvent({
  this.samplePeriod,
  this.maxStackDepth,
  this.sampleCount,
  this.timeOriginMicros,
  this.timeExtentMicros,
  this.pid,
  this.functions,
  this.samples,
});