print()

in perf.js [52:57]


  print() {
    if (DEBUG_MODE) {
      const output = JSON.stringify(this.get());
      console.log(output);
    }
  }