about summary refs log tree commit diff
path: root/tools/schedlatency (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-062-257/+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.
* fix linter issuesFranck Cuny2024-01-211-1/+0
|
* feat(tools/schedlatency): add a tool to report scheduler latencyFranck Cuny2022-06-192-0/+258
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>