We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cb016 commit a6b23dbCopy full SHA for a6b23db
nix/workbench/backend/supervisor.nix
@@ -15,6 +15,15 @@ let
15
]
16
;
17
18
+# profiling =
19
+# let
20
+# searchList = ["--enable-library-profiling" "--enable-profiling" "--profiling-detail="];
21
+# targetString = haskellProject.hsPkgs.cardano-node.components.exes.cardano-node.configurePhase;
22
+# result = pkgs.lib.any (s: pkgs.lib.hasInfix s targetString) searchList;
23
+# in
24
+# __trace targetString result
25
+# ;
26
+
27
# Backend-specific Nix bits:
28
materialise-profile = { profileBundle }:
29
pkgs.runCommand
0 commit comments