{
  "name": "slick-perfmon",
  "href": "https://vcpkg.link/ports/slick-perfmon",
  "supports": "!uwp",
  "published_at": "2026-09-23T23:31:36.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/SlickQuant/slick-perfmon",
  "description": [
    "Header-only C++20 latency measurement for code that cannot afford to be measured. ~200 cycles per stamp: one RDTSC read and a 16-byte publish to a lock-free MPMC ring. Pairing, Welford stats, histogram percentiles and file I/O happen on a collector thread or in a separate process."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.1.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/f907dc21e0e8699955b002d0fe7673de5db55fab/ports/slick-perfmon",
    "hash": "f907dc21e0e8699955b002d0fe7673de5db55fab"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/SlickQuant/slick-perfmon",
    "stars": 0
  },
  "dependencies": [
    {
      "name": "slick-queue",
      "href": "https://vcpkg.link/ports/slick-queue",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "slick-shm",
      "href": "https://vcpkg.link/ports/slick-shm",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": []
}