log_performance_debug()

in bindings/fastly/src/index.ts [128:132]


  log_performance_debug(event: string) {
    if (this.config.debug) {
      this.debug_trace.performance_counters.push([event, performance.now() - this.start_time]);
    }
  }