diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-19 14:37:37 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-19 14:55:29 -0700 |
| commit | 2b361e68a6cb0bacfcf8d3a41745689a005e9d7d (patch) | |
| tree | 761bd5b0d68fb6302e3deb8e810045e5c651acf7 /tools/schedlatency/go.mod | |
| parent | feat(tools/scheddomain): add a tool to report on scheduler domains (diff) | |
| download | infra-2b361e68a6cb0bacfcf8d3a41745689a005e9d7d.tar.gz | |
feat(tools/schedlatency): add a tool to report scheduler latency
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>
Diffstat (limited to '')
| -rw-r--r-- | tools/schedlatency/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/schedlatency/go.mod b/tools/schedlatency/go.mod new file mode 100644 index 0000000..9a073ac --- /dev/null +++ b/tools/schedlatency/go.mod @@ -0,0 +1,3 @@ +module golang.fcuny.net/schedlatency + +go 1.17 |
