about summary refs log tree commit diff
path: root/tools/schedlatency/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-19 14:37:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-19 14:55:29 -0700
commit2b361e68a6cb0bacfcf8d3a41745689a005e9d7d (patch)
tree761bd5b0d68fb6302e3deb8e810045e5c651acf7 /tools/schedlatency/go.mod
parentfeat(tools/scheddomain): add a tool to report on scheduler domains (diff)
downloadworld-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.mod3
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