Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Sample pooling #22

Description

@xichen2020

I have experimented with sampling pooling by using

  • a pool of fixed-size (64) list of samples, in which case the p99 write latency has become higher and spikier)
  • a pool of fixed-size (64) full array of samples and a pool of fixed-size empty array of samples (this is to pool the array after the samples are used), in which case the cpu used to be allocated for creating samples is no longer seen in the profile, but the p99 write latency/ flush interval / cpu load remained the same.

Punting this for now, may pick this back up when there's more time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions