log_performance_debug()

in bindings/cloudflare/src/index.ts [77:81]


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