INNER CODE UNIT · TypeScript
duration
hyperbrowserai/HyperAgent · src/agent/index.ts:1648
const duration = performance.now() - start;
console.log(`${label} took ${Math.round(duration)}ms`);
}
INNER CODE UNIT · TypeScript
hyperbrowserai/HyperAgent · src/agent/index.ts:1648
const duration = performance.now() - start;
console.log(`${label} took ${Math.round(duration)}ms`);
}