LPCounter.this

Constructs counter with predefined dump.

  1. this()
  2. this(size_t kilobytes)
  3. this(void[] dump)
    struct LPCounter
    pure
    this
    (
    void[] dump
    )

Parameters

dump void[]

8-byte aligned non-empty data. dump must be rounded to kilobytes: dump.length % 1024 == 0.

Meta