aboutsummaryrefslogtreecommitdiff
path: root/tools/schedlatency/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-254/+0
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2024-01-21fix linter issuesFranck Cuny1-1/+0
2022-06-19feat(tools/schedlatency): add a tool to report scheduler latencyFranck Cuny1-0/+255
Given a PID, the tool reports the scheduler latency for it. Change-Id: I52e1de81a91f53ac74734dfd808fd4d7ac00c685 Reviewed-on: https://cl.fcuny.net/c/world/+/452 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>