get()

in perf.js [59:61]


  get() {
    return { id: this.id, name: this.name, start: this.start, stack: this.stack };
  }