Skip to content

Commit a6b23db

Browse files
committed
WIP
1 parent 25cb016 commit a6b23db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nix/workbench/backend/supervisor.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ let
1515
]
1616
;
1717

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+
1827
# Backend-specific Nix bits:
1928
materialise-profile = { profileBundle }:
2029
pkgs.runCommand

0 commit comments

Comments
 (0)