Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Browser.Histogram

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Browser.Histogram
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Histogram } = Protocol.Browser;

Chrome histogram.

Properties

name: string

Name.

sum: integer

Sum of sample values.

count: integer

Total number of samples.

buckets: Bucket[]

Buckets.