constructor()

in src/meter/percentile_dist_summary.ts [18:20]


    constructor(id: Id, writer: WriterUnion = new_writer("none")) {
        super(id, writer, "D");
    }